I have soldered a second serial Bluetooth module. I am now going to test them in a master/slave configuration. The test boards The first test board is the one already used for my slave test with a Teensy 2 as USB to serial adapter and power supply. This board will be the master one. The [...]
Entries Tagged as 'Teensy2'
Serial Bluetooth module slave test
May 8th, 2011 · 17 Comments · Uncategorized
I am going to test the connection of a serial Bluetooth module to my Mac laptop. Serial data will be provided to the module through a Teensy 2 used as a USB-to-Serial adapter. Soldering the module on a breakout board The difficulty is to correctly align all the module pins to the breakout pads. The [...]
Tags:atmega32u4·Bluetooth·LUFA·serial·Teensy2
Teensy2 USB WAV player – Part 2
June 29th, 2010 · 11 Comments · Uncategorized
[Update Jan 6th, 2011 / An error in the capacitor unit (pF instead of nF) has been fixed in the schematics] Long overdue post in my USB WAV player implementation series. Let’s go ! General architecture Here are the main software building blocks of the application: The left side is the USB Mass Storage implementation [...]
Teensy2 USB WAV player – Part 1
April 28th, 2010 · 2 Comments · Uncategorized
I had plans to implement a small WAV playback application making use of a FAT32/SD card file access. Considering my published demo with SD card Mass Storage, the plan evolved to a more ambitious endeavour: implementing the basic blocks of a WAV player. The archetype model for this project is the MP3 player device. It [...]
Tags:atmega32u4·boot·LUFA·MassStorage·Teensy2·USB
Teensy2 USB Mass Storage with an SD card
April 12th, 2010 · 25 Comments · Uncategorized
Iterating on my precedent post, the next logical step is to use the USB interface to access the SD card connected to the Teensy2/ATMEGA32U4 with a Mass Storage profile. LUFA Mass Storage demo The LUFA library offers a mass storage demo. It is based on the AT90USBKEY demonstration board that provides two onchip serial flash [...]
Tags:atmega32u4·avr·LUFA·MassStorage·Teensy2·USB