Talk:MicroTrac Controller v17.10/Code: Difference between revisions
Jump to navigation
Jump to search
(→ideas: new section) |
|||
Line 2: | Line 2: | ||
*http://www.doctormonk.com/2012/05/sparkfun-venus-gps-and-arduino.html | *http://www.doctormonk.com/2012/05/sparkfun-venus-gps-and-arduino.html | ||
**uses | **uses arduino's pin 10 for software serial | ||
== ideas == | == ideas == | ||
Line 9: | Line 9: | ||
*transmit continuous stream of current switch settings | *transmit continuous stream of current switch settings | ||
*shut down if stream times out | *shut down if stream times out | ||
*remote box could request gps coordinates by sending a "?" | |||
**onboard could resond "¿" when ready | |||
**remote will pause stream, onboard will broadcast gps, then continue. |
Revision as of 03:36, 19 October 2017
Code Examples
- http://www.doctormonk.com/2012/05/sparkfun-venus-gps-and-arduino.html
- uses arduino's pin 10 for software serial
ideas
- use capital letter for relay ON and lower case letter for OFF.
- transmit continuous stream of current switch settings
- shut down if stream times out
- remote box could request gps coordinates by sending a "?"
- onboard could resond "¿" when ready
- remote will pause stream, onboard will broadcast gps, then continue.