11/13/2012

Pulse of the City Code


Code needs to be cleaned up and documented thoroughly.


Pulse of the City runs on the Arduino Mega 2560

The code for the arduino is under "Arduino/potc/"
The microcontroller interfaces with the following:


Fluxamasynth Shield
------------------
http://shop.moderndevice.com/products/fluxamasynth

This device is a midi synthesizer that is used to produce the audio output


Total Control Lighting Shield
---------------------------------

http://shopping.netsuite.com/s.nl/c.ACCT88394/sc.2/category.1665/.f
This is the interface for the LEDs


Olimex MOD-EKG development board
--------------------------------
https://www.olimex.com/Products/Modules/Biofeedback/MOD-EKG/

This dev board has the analog front end for the EKG and a TI MSP430 microcontroller.  I modified the code slightly in order for it to support the POTC functionality.

The files are located in the "MOD-KEG_DemoSoft" folder.  The project files are for the "IAR Embedded Workbench" though the code should work with whatever IDE.  The code does rely on several MSP430 libraries however.


