Difference between revisions of "BiosensorArray - Data Aggregator Board"

From Pumping Station One
Jump to navigation Jump to search
m (linking to timestamp page)
Line 11: Line 11:
 
= Related =
 
= Related =
 
*[[BiosensorArray - Timestamp|Timestamp logic & modules]]
 
*[[BiosensorArray - Timestamp|Timestamp logic & modules]]
 +
*[[BiosensorArray - Data Logging|Data Logging]]

Revision as of 20:52, 30 March 2011

Current design choices

  • Board: Arduino MEGA
  • Interface to Computer/Smartphone: Bluetooth
  • Storage/Logging: SPI EEPROM [part TBD]
  • 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

Related