Firmata: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 1: | Line 1: | ||
Firmata is a generic protocol for communicating with microcontrollers (Arduino, ...) from software on a host computer. |
Firmata is a generic protocol for communicating with microcontrollers ([[Arduino]], ...) from software on a host computer. |
||
http://firmata.org/wiki/Main_Page |
http://firmata.org/wiki/Main_Page |
||
==Board side== |
|||
* [[Arduino]] : includes in the Examples of the IDE ( ''File > Examples > Firmata > StandardFirmata'' ) |
|||
* [[MSP430]] : ?? |
|||
* [[MSP430]] with [[Energia]]: ?? |
|||
* [[STM32]] : ?? |
|||
==Host side== |
==Host side== |
||
Revision as of 20:25, 4 March 2013
Firmata is a generic protocol for communicating with microcontrollers (Arduino, ...) from software on a host computer.
http://firmata.org/wiki/Main_Page
Board side
- Arduino : includes in the Examples of the IDE ( File > Examples > Firmata > StandardFirmata )
- MSP430 : ??
- MSP430 with Energia: ??
- STM32 : ??