-
Kickstarter Project for Goldilocks Analogue
10/21/2015 at 23:51 • 0 commentsFinally finished all of the testing and development.
Aside from a hick-up caused by an incorrect Eagle footprint everything tested as designed.
Launched a Goldilocks Analogue - Kickstarter Project to encourage others to dive into the audio and analogue world with a Arduino.
Please, back this project if you can.
-
Using Master SPI Mode on ATmega USART
05/28/2015 at 01:43 • 0 commentsThe SPI bus on the Arduino platform (including the Goldilocks Analogue) is overloaded with activities. Driving the uSD card requires tying up the bus for many hundreds of milliseconds, and this conflicts with the need to output regular audio samples.
Moving the DAC to the spare USART1 on the ATmega1284p MCU was the best answer.
-
Prototype 3 - Adding SPI EEPROM and MSPIM
05/28/2015 at 01:40 • 0 commentsMost of the analogue section was working correctly, but there are some additional features that are needed, such as SPI storage using EEPROM, or SRAM, and modifying the way that the DAC is driven.
-
Implementing NASA EEFS on AVR
05/28/2015 at 01:36 • 0 commentsIt is convenient to have a simple file system for use on the SPI EEPROM or RAM, to allow a number of wave tables, WAV files, or other files to be assembled on a host and then written to the EEPROM as one file.
The NASA developed EEFS is a good solution for this need, but it was developed with 32 bit machines in mind. The AVR ATmega uses 16 bit pointers, and so there needed to be some changes.
-
Testing against the OML Audio Codec Shield
05/28/2015 at 01:32 • 0 comments -
Testing against the TI Analogue Shield
05/28/2015 at 01:30 • 0 comments -
Second Prototype
05/28/2015 at 01:25 • 0 comments -
Initial Testing
05/28/2015 at 01:24 • 0 comments -
Design Document - Part 1
05/28/2015 at 01:23 • 0 comments