Biosensor Array Mother Arduino: Difference between revisions
From PS:1 Wiki Dev
Jump to navigationJump to search
Content deleted Content added
m This page is part of the Biosensor Array Project |
m add category |
||
| (6 intermediate revisions by 3 users 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 ====== |
||
= Current design choices = |
|||
---- |
|||
* Board: [http://arduino.cc/en/Main/ArduinoBoardMega2560 Arduino MEGA] |
|||
* Interface to Computer/Smartphone: Bluetooth |
|||
** Have PoC working with [http://www.sparkfun.com/products/582 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 |
|||
= Related = |
|||
* [[BiosensorArray - Timestamp|Timestamp methods]] |
|||
* [[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
- 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