Skip to content

Arduino firmware companion to ORSSerialPort RequestResponseDemo example application.

License

Notifications You must be signed in to change notification settings

armadsen/ArduinoRequestResponse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

This project is a simple Arduino sketch to be used as a companion to the ORSSerialPort RequestResponseDemo project for OS X. It can currently only be run on the Arduino Esplora.

The program simply listens on the Arduino's serial port at 57600 baud for incoming commands. The following command protocol is supported:

Function Command Response
Turn LED on $LED1; !LED1;
Turn LED off $LED0; !LED0;
Read LED $LED?; !LED<0 or 1>;
Read temperature $TEMP?; !TEMP<x>; (<x> = temperature in degrees C)

For more information, please see the ORSSerialPort RequestResponseDemo project as well as the Request Response API Documentation.

This project is licensed under the terms of the LGPL 3.0 license. This project includes and uses Packetizer by Ingo Randolph under the terms of its LGPL license.

About

Arduino firmware companion to ORSSerialPort RequestResponseDemo example application.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages