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.

25 lines
796 B

  1. Hacked this together for a demo at the Boulder Linux Users Group. Had
  2. some help from Chris Rojas, Nate Seidle, Ryan Owens, Dave Stillman,
  3. and Google.
  4. This is the first thing I've built with an Arduino besides blinking a single
  5. LED. It is stupid-simple and does not have very many good reasons to exist.
  6. Bill of materials:
  7. Arduino Duemilanove
  8. Servo motor of some sort
  9. SparkFun medium-sized shipping box (red)
  10. 1 blinky yellow LED
  11. Random wires
  12. Red electrical tape
  13. Chunk of manila folder
  14. Orange masking tape
  15. Tiny ziptie
  16. USB cable
  17. loaduino.pde needs to be compiled and loaded to the Arduino. loaduino.pl
  18. will run and spit some debugging info if invoked with no options. You may
  19. also specify --daemon to run it as a background process.
  20. All of this is likely to be a bit flaky.