Project

subduino

0.0
No commit activity in last 3 years
No release in over 3 years
Interface, compile, upload... Play with arduino on ruby!
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 1.2.9

Runtime

 Project Readme

Subduino

AVR/Arduino Serial Tools on Ruby

http://github.com/nofxx/subduino

Install

gem install subduino

Requirements

Gems:

If you want:

PubSub:

  • redis

WebApp:

  • sinatra
  • haml

Use

 subduino -p <PORT> -b <BAUDS>

PubSub

Subduino.start do |reading|
  puts "Received from mcu: #{reading}"
  # Mail.send("foo@bla.com") if reading && reading.digital?
  # Postgre.remember(:sensor => reading)
  # Mongoid.insert(:sensor => reading)
  # ...
end

Subduino.write(TXT)

Webapp

Need some love...

License

"WTFPL":http://sam.zoy.org/wtfpl/