Skip to content

A Ruby on Rails app that controls an Arduino Uno with atmega328p processor through a web interface using the RAD gem.

Notifications You must be signed in to change notification settings

rruimor/arduino-rails

 
 

Repository files navigation

To Use This Sample App…

  1. Install the latest version of the Arduino software from arduino.cc/en/Main/Software.

  2. Plug up an Arduino with an ATMega3328P processor, with an LED on pin 13 (and Ground pin), over usb.

  3. Change your port name in config/hardware.yml

  4. At the command line, run bundle install and rails s

  5. Go to localhost:3000/ in your browser and you’ll see two buttons you can click to turn the LED on and off.

About

A Ruby on Rails app that controls an Arduino Uno with atmega328p processor through a web interface using the RAD gem.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published