Difference between revisions of "BiosensorArray - Data Logging"

From Pumping Station One
Jump to navigation Jump to search
(Created page with '== Onboard Storage == Biosensor data stream should be in a non-volitile manner on the data aggregator board attached to the body. Ideally, the biosensor array will stream data …')
 
Line 15: Line 15:
  
 
* Implementations:
 
* Implementations:
 +
[http://www.sparkfun.com/products/525 Sparkfun i2c EEPROM chip]
 +
[http://us.element-14.com/microchip/25aa1024-i-p/ic-eeprom-1mbit-serial-20mhz-dip/dp/89H3144 element14 - Microchip SPI EEPROM]
  
 
=== Flash Memory (SD, microSD, etc) ===
 
=== Flash Memory (SD, microSD, etc) ===
Line 24: Line 26:
 
* Con's:
 
* Con's:
 
** Higher cost than EEPROM
 
** Higher cost than EEPROM
** More complex to interface & mananger
+
** More complex to interface & manange
 
*** Drew believes but needs to research
 
*** Drew believes but needs to research
  
 
* Implementations:
 
* Implementations:
 +
[http://www.sparkfun.com/products/9802 Sparkfun - microSD shield]

Revision as of 21:06, 30 March 2011

Onboard Storage

Biosensor data stream should be in a non-volitile manner on the data aggregator board attached to the body. Ideally, the biosensor array will stream data wirelessly to a smart phone or computer, but this should not be required to ensure operational flexibility. Therefore, a moderate amount of on board storage is required.

EEPROM

  • Pro's:
    • Cheaper than flash memory
    • Simpler to interface & manage
      • Drew believes but needs to research
  • Con's:
    • Much smaller size that flash memory
    • Not removable
  • Implementations:

Sparkfun i2c EEPROM chip element14 - Microchip SPI EEPROM

Flash Memory (SD, microSD, etc)

  • Pro's:
    • High capacity
    • Removable
  • Con's:
    • Higher cost than EEPROM
    • More complex to interface & manange
      • Drew believes but needs to research
  • Implementations:

Sparkfun - microSD shield