BiosensorArray - Data Aggregator Board: Difference between revisions
From Pumping Station One
| Line 3: | Line 3: | ||
* Interface to Computer/Smartphone: Bluetooth | * Interface to Computer/Smartphone: Bluetooth | ||
** Have PoC working with [http://www.sparkfun.com/products/582 Sparkfun Bluetooth Modem - BlueSMiRF Gold] | ** Have PoC working with [http://www.sparkfun.com/products/582 Sparkfun Bluetooth Modem - BlueSMiRF Gold] | ||
* Complex Sensor interface: SPI (wired) | * Complex Sensor interface: SPI (wired) | ||
** XBee could substitute be creating simple wireless serial link from "slave" sensor-connected Arduino to Arduino MEGA | ** XBee could substitute be creating simple wireless serial link from "slave" sensor-connected Arduino to Arduino MEGA | ||
Revision as of 15:09, 30 March 2011
Current design choices
- Board: Arduino MEGA
- Interface to Computer/Smartphone: Bluetooth
- Have PoC working with Sparkfun Bluetooth Modem - BlueSMiRF Gold
- Complex Sensor interface: SPI (wired)
- XBee could substitute be creating simple wireless serial link from "slave" sensor-connected Arduino to Arduino MEGA
- Simple Sensor interface: Analog In Pin [ADC] (wired)
- XBee could substitute for analog wire by using its builtin ADC in, PWM out