Skip to content

Arduino firmware companion to ORSSerialPort PacketParsingDemo example application.

License

Notifications You must be signed in to change notification settings

armadsen/ArduinoPacketSend

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 

Repository files navigation

ArduinoPacketSend

This project is a simple Arduino sketch to be used as a companion to the ORSSerialPort PacketParsingDemo project for OS X. It can currently only be run on the Arduino Esplora. However, the sketch can very easily be ported to run on other Arduino boards, and the concept demonstrated is broadly applicable.

The program simply polls the value of the Esplora's hardware slider, and any time the value changes, it sends a packet on the serial port (at 57600 baud):

$pos<x>; (where <x> is the slider position, from 1 to 100.)

For more information, please see the ORSSerialPort PacketParsingDemo project as well as the Packet Parsing API Documentation.

This project is licensed under the terms of the MIT license.

About

Arduino firmware companion to ORSSerialPort PacketParsingDemo example application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%