Skip to content

Instantly share code, notes, and snippets.

@eightlines
eightlines / RoboBrrdVoiceCommands.ino
Last active December 11, 2015 07:18
Use the Google Voice API to send commands to your RoboBrrd. The Arduino script requires the Streaming lib: http://arduiniana.org/libraries/streaming/. The Processing script requires the STT Library: http://stt.getflourish.com/.
/**
RoboBrrd Voice Commands
This script uses the corresponding Processing script to send voice commands to the RoboBrrd
*/
#include <Streaming.h>
const int pinStatus = 13; // Status Pin
const int pinR = 3; // R Pin