/RpiArduinoCommand

This command allow to send command to the pin of a arduino

Primary LanguageC++

RpiArduinoCommand

This program allow you to send command to the pin of a arduino

Demo: https://www.youtube.com/watch?v=TlHfjvLdaBA

Wiring

By default :

Arduino

  • Just copy the code in the arduino directory into your arduino sketchbook directory (it contains the rc-switch library and a example programs)
  • Upload arduinocommand.ino for test purpose

All the explanation is inside the comments

Raspberry PI

It work like this:

  • ./arduinocommand PIN LOW/HIGH
  • Ex: ./arduinocommand 12 HIGH