Difference between revisions of "Biosensor Array Wireless Device Node"

From Pumping Station One
Jump to navigation Jump to search
m (This page is part of the Biosensor Array Project)
 
m
Line 2: Line 2:
  
 
----
 
----
 +
* Complex Sensor interface
 +
** XBee could substitute wired bus like SPI by 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 ==
 +
* [[Biosensor Array Mother Arduino]]

Revision as of 03:37, 4 April 2011

This page is part of the Biosensor Array Project

  • Complex Sensor interface
    • XBee could substitute wired bus like SPI by 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