Code for a Linux + Arduino CPU load monitor
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Brennen Bearnes 30f1ba0190 option for device, die gracefully on signals 11 years ago
README added README, shorter loaduino.pl 14 years ago
loaduino.pde bugfix in difference, loaduino.pl can talk to a remote host 14 years ago
loaduino.pl option for device, die gracefully on signals 11 years ago

README

Hacked this together for a demo at the Boulder Linux Users Group. Had
some help from Chris Rojas, Nate Seidle, Ryan Owens, Dave Stillman,
and Google.

This is the first thing I've built with an Arduino besides blinking a single
LED. It is stupid-simple and does not have very many good reasons to exist.

Bill of materials:

Arduino Duemilanove
Servo motor of some sort
SparkFun medium-sized shipping box (red)
1 blinky yellow LED
Random wires
Red electrical tape
Chunk of manila folder
Orange masking tape
Tiny ziptie
USB cable

loaduino.pde needs to be compiled and loaded to the Arduino. loaduino.pl
will run and spit some debugging info if invoked with no options. You may
also specify --daemon to run it as a background process.

All of this is likely to be a bit flaky.