Changes between Initial Version and Version 1 of GeneratorPlatform
- Timestamp:
- 10/19/2012 02:50:46 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GeneratorPlatform
v1 v1 1 = Generator Platform = 2 3 This page is about the specifics of the platform chosen for the Generator component. Here are some goals/requirements of the Generator platform. 4 5 * Inexpensive 6 * Small 7 * Can be powered by USB 8 * Easy to obtain 9 * Easy to program 10 11 I'm inclined to use an MSP430 based platform if only because I have other reasons to become familiar with the [http://www.ti.com/lsds/ti/microcontroller/16-bit_msp430/overview.page MSP430 microcontroller]. For example the [http://www.ti.com/tool/ez430-f2013 eZ430-F2013] might provide sufficient functionality. 12 13 Other possibilities to consider: [http://www.arduino.cc/ Arduino] or maybe some ARM based processor evaluation board.