Close

193 Results for "%s"

  • S/PDIF Digital (Optical TOSLINK) Output

  • Thanks mostly to Frank B, we now have direct S/PDIF output from the Teensy Audio Library!Here's a detailed blog article.You can get optical TOSLINK digital audio with a $1 connector (Digikey 1080-1434-ND) or just a red LED shining into the optical cable.In...
  • Memory granularity

  • You are now used to computers with byte-granular pointers. Users of CRAY computers, however, don't have this luxury and must deal with 64-bits words. Now, have fun with ASCII/UTF8 strings !OK, a CRAY is not designed for word processing. And it can handle...
  • I2S framing errors on the STM32

  • After 5 years of living in fear of hearing loss, a solution to I2S slave mode framing errors on the STM32 was finally found.  The trick is the STM32 doesn't automatically align samples on the WS transitions.  It just spits out 32 bit samples...
  • Memory Card

  • With the mainboard taken care of, and a proper bus pinout defined, I decided to tackle the memory as next target. Compared to the original, I don't plan to use the old-style Intel 2112 RAM chips, but instead went for the cheapest non-volatile storage...
  • OSU FreePDK45 and derivatives

  • One easy library to add to the collection is OSU's FreePDK45, found at https://vlsiarch.ecen.okstate.edu/flows/ (direct download link : https://vlsiarch.ecen.okstate.edu/flows/FreePDK_SRC/OSU_FreePDK.tar.gz : only 1.7MB, mirroredhere) It's a good candidate...
  • Hacklet 38 - 6502 Projects

  • The 6502 CPU is probably the most famous of all the 8-bit processors out there, whether in the form of bare chips for homebrew computers, or as slightly modified derivative chips found in everything from the C64, the NES, and the BBC Micro. For this...
  • The Beast spotted in the wild

  • Hey guys, we're back with a new update on The Beast. We were just at Maker Faire Rome last week, and we had the pleasure of being featured on one of Make's live facebook videos! Take a look at the video below, jump at the 8.00 mark for Resin & Beast!...
  • Transferring of tape begins

  • There were a few rare recordings left in the apartment, so it was time to clean the 30 year old beast & fire it up. Transferring tape to the Zoom replacement was an eye opener because the 30 year old tape deck's VU meter only showed but a tiny portion...
  • 433Mhz to IOT bridge

  • The leading contender for replacing IR pivoted to a central bridge that received 433Mhz FM from the CC1101 & transmitted on Wifi to all the desks.  The CC1101 definitely starts up fast enough.  There are 4 ESP8266's which never found any use...
  • Log#48 : Virtual Load and Store

  • By whygee on Monday 24 September 2012, 23:03 - Architecture The Instruction Set Manual is nearing completion. As if things weren't serious enough, I'm now reviewing the Load and Store instructions. And since there is none, I removed them. Confused ?...