Skip to content

Latest commit

 

History

History
33 lines (23 loc) · 1.3 KB

README.md

File metadata and controls

33 lines (23 loc) · 1.3 KB

PWMAudio with the Fubarino Mini

How to convert wav files to c header files that can play as sound on the chipKIT board the Fubarino Mini

The Fubarino Mini and Fubarino SD are chipKIT boards and information for the can be found on the chipKIT Wiki. http://chipkit.net/wiki.

For this tutorial we will be using chipKIT-core. This a downloadable module for the Arduino IDE. To get started you'll need the following:

Then you'll need to locate wave files from the web. You can also create them from Puredata, Audacity, and/or Sox.

Once you have you wave file you will need to convert it to a c header file.

Getting started: Inside your ~/Documents/Arduino folder:

  • Put chipKIT-core into ~/Documents/Arduino/hardware
  • Put PWMAudio into ~/Documents/Arduino/libraries

Now you can start the Arduino IDE.

  • Select the Fubarino Mini from the "tools" menu item

Put the Fubarino Mini into programming mode:

  • press the PRG button and tap the RESET button
  • The onboard LED will flash quickly and the bootloader is ready to load an Arduino sketch