====== Arduino Information ====== ===== Software Installation ===== * [[:linux:fedora:arduino|Fedora Arduino Software Installation]] * [[:linux:slackware:arduino|Slackware Arduino Software Installation]] * [[http://todbot.com/blog/2006/12/06/arduino-serial-c-code-to-talk-to-arduino/]] $ gcc -o arduino-serial arduino-serial.c $ ./arduino-serial -p /dev/ttyUSB0 -b 9600 -s 'hello' * [[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1213719666/28#28|Add a 110ohm jumper between 5V and RST to prevent serial port resetting]] ===== Projects ===== {{topic>:arduino&list}} ===== Things to Do ===== * [[http://hackaday.com|Hack A Day]] * [[http://makezine.com/martha/]] * [[http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=89843|arduino interrupt info]] * [[http://code.google.com/p/arduino-tvout/]] * [[http://forum.allaboutcircuits.com/showthread.php?t=12878|EE Tips and Tricks]] (includes capacitor power line formula) ==== FM Info ==== * [[http://www.zen22142.zen.co.uk/Theory/tunedcct.htm|FM Theory]] - some forumlas to start calculating with * [[http://www.zen22142.zen.co.uk/Circuits/rf/4txtr.htm|circuit from above site]] * [[wp>Radio transmitter design]] * [[http://tacashi.tripod.com/elctrncs/smplfmtr/smplfmtr.htm|Good, simple FM transmitter]] * [[http://anarchy.translocal.jp/radio/micro/howtosimplestTX.html|Another simple FM transmitter]] * [[http://www.physicsforums.com/showthread.php?t=316143|Formula for calculating Inductance/Coil]] * [[http://www.instructables.com/id/555-timer-radio/|555 timer radio]] * [[http://www.ke5ema.com/FM-Stereo-Broadcaster.php|Arduino + NS73M]] * [[http://www.electronics-lab.com/projects/test/013/index.html|AVR DDS Signal Generator]] - looks pretty sweet [[http://scitoys.com/scitoys/scitoys/radio/homemade_radio.html]] [[http://www.educypedia.be/electronics/circuitsfm.htm|Lots of FM links]] [[http://www.ramseyelectronics.com/|Ramsey Electronics]] - Parts and kits [[http://hackaday.com/2010/09/16/low-power-wireless-home-automation-sensors/]] ==== PCB Etching ==== This probably shouldnt' be in the arduino area, but here it is for now * [[http://tanjent.com/doku.php?id=pcb_fabrication]] * [[http://www.instructables.com/id/Stop-using-Ferric-Chloride-etchant!--A-better-etc/]] - DIY etchant * [[http://www.getlofi.com/?p=1997]] * [[http://hackaday.com/2010/05/07/toner-transfer-explained-step-by-step/]] ==== X10 Info ==== * [[http://brohogan.blogspot.com/]] * [[http://www.arduino.cc/en/Tutorial/X10]] * [[http://creatrope.com/make/arduino-x10/]] * [[http://www.linuxha.com/|Linux Home Automation]] ==== Espresso Info ==== * Automatic Coffee Bean Roaster * [[http://hackaday.com/2009/11/05/automated-coffee-bean-roaster/]] * [[http://www.evilmadscientist.com/article.php/coffeecooler]] * [[http://en.wikipedia.org/wiki/Home_roasting_coffee]] * Espresso Machine * [[http://www.gimmecoffee.com/blog/learn_coffee/diy_espresso_at_make_magazine/]] ==== Rotary Encoder ==== * [[http://www.arduino.cc/playground/Main/RotaryEncoders]] * [[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1257038219/15]] * [[http://www.google.com/search?sourceid=chrome&ie=UTF-8&q=arduino+diy+rotary+encoder|google search]] ==== Misc ==== * Segway * [[http://hackaday.com/2009/10/20/well-engineered-diy-segway/]] * Blackberry * [[http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1237451469]] * LED Display (simple) * [[http://www.anthonymattox.com/arduino-led-display]] * Print your own PCB * [[http://www.engadget.com/2009/10/30/print-your-own-circuit-boards-with-an-inkjet-and-a-modicum-of-s/]] * control your lights * [[http://blog.intuitymedialab.eu/2009/08/27/lab-session-making-things-talk-01-controlling-lights-with-your-mobile-via-xmpp/]] * surveillance * [[http://hackaday.com/2010/01/07/spy-on-your-office/]] * [[http://www.sparkfun.com/commerce/product_info.php?products_id=9228|uLog - logger]] * ph meter * [[http://hackaday.com/2009/09/01/arduino-ph-meter/]] * [[http://www.nutsvolts.com/index.php?/blog/post/ph_meter_using_arduino_board_for_glass_electrode/]] ==== Parts ==== * http://www.4dsystems.com.au/products.php ===== Tools/Utilities ===== * [[http://code.google.com/p/arduinoscope/wiki/Usage|Arduinoscope]] * [[http://accrochages.drone.ws/en/node/90|Oscilloscope]] * [[http://xoscope.sourceforge.net/|XOScope]] ===== Awesome ===== * [[http://www.engadget.com/2009/10/28/lab-au-s-f5x5x5-framework-sculpture-mesmerizes-on-video/]] == == \\ \\ {{tag>:arduino :projects}}