Difference between revisions of "Biosensor Array Mother Arduino"

From Pumping Station One
Jump to navigation Jump to search
m (add category)
 
(One intermediate revision by one other user not shown)
Line 1: Line 1:
 +
[[Category:Biosensor Array]]
 +
 
====== This page is part of the [[Biosensor Array]] Project ======
 
====== This page is part of the [[Biosensor Array]] Project ======
  
Line 11: Line 13:
  
 
= Related =
 
= Related =
*[[BiosensorArray - Timestamp|Timestamp methods]]
+
* [[BiosensorArray - Timestamp|Timestamp methods]]
*[[BiosensorArray - Data Logging|Data Logging]]
+
* [[BiosensorArray - Data Logging|Data Logging]]

Latest revision as of 19:16, 11 April 2018


This page is part of the Biosensor Array Project

Current design choices

  • Board: Arduino MEGA
  • Interface to Computer/Smartphone: Bluetooth
  • 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