## page was renamed from AJMGrpOnly/teaching/arduino-pi <> = Arduino & Raspberry Pi = == Bramble Pi : Our local Pi cluster == * [[AJMGrpOnly/group/tina|AJM Group Only: Tina's pages on the cluster]] * [[AJMGrpOnly/group/jerome|AJM Group Only: Jerome's pages]] * [[AJMGrpOnly/group/alekseichernov|AJM Group Only: Aleksei Chernov]] == Main Reference pages == * [[http://makezine.com/groups/index.csp|Maker Community]] * [[http://www.doctormonk.com/|Dr Monk's Arduino & Pi Blog]] * [[http://www.seattlerobotics.org/encoder/mar97/basics.html|Basics of Circuits]] Nice explanation of Pull-up and Pull-down etc. * [[https://labitat.dk/wiki/Labitat|Labitat Wiki page for projects]] == Arduino == === Reference === * [[http://arduino.cc/en/|Arduino Main Reference page]] * [[http://learn.adafruit.com/category/learn-arduino|Adafruit Arduino Learning pages]]: Contains projects. * [[http://www.ladyada.net/learn/arduino/index.html|LadyAda's Arduino Tutorial]]: Suitable for students. Should be first port of call. * [[http://projectlab.engphys.ubc.ca/apsc150-2013/| UBC's Arduino module page]]: Contains some useful links, particularly to Youtube movies created for this module. === Projects === === Links === * [[http://www.instructables.com/id/Arduino-Audio-Output/?ALLSTEPS|Arduino Audio Output on Instructables]] * [[http://learn.parallax.com/node/125|Parallax BOE Bot project pages]] * [[http://www.instructables.com/id/Arduino-Audio-Input/?ALLSTEPS|Arduino Audio Input on Instructables]] * [[http://www.blendedtechnologies.com/realtime-plot-of-arduino-serial-data-using-python|Plotting serial data in real-time using Python]] * [[http://hlt.media.mit.edu/?p=1695|Programming the ATtiny with Arduino]]: This is a tiny chip that can replace the Arduino for certain applications. Also see the ATtiny pages on [[http://www.instructables.com/|Instructables]]. * [[http://www.righto.com/2009/08/multi-protocol-infrared-remote-library.html|Ken Shirriff's IR library for Arduino]] * [[http://itp.nyu.edu/~gg964/blog/archives/1369|Stepper motor with H-bridge]] * [[http://www.hacktronics.com/Table/Tutorials/|Arduino projects]] * [[http://www.swansontec.com/sprobe.html|Op-Amp-based logic probe]] * [[http://www.uchobby.com/|UC Hobby]] Nice site for coding examples, project tutorials and other stuff. === SCM lab & my projects === * [[AJMPublic/teaching/arduino-pi/projects/arduino/Equipment|Laboratory Equipment]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/Getting-started|Getting started with the Arduino]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/programming|Programming the Arduino]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/DAC-audio|DAC & Audio Output]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/timer|Timer with 7 segment display]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/BOE-Bot|BOE Bot]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/rfid-reader|RFID reader]] * [[AJMPublic/teaching/arduino-pi/projects/arduino/arduino-ethernet|Arduino Ethernet]] == Raspberry Pi == === Reference === * [[http://elinux.org/RaspberryPiBoard|Raspberry Pi Wiki]]: Lots of information here. * [[http://pifacedigital.wordpress.com/|PiFace Blog]]: The PiFace add-on to the Pi. * [[http://www.cooking-hacks.com/index.php/documentation/tutorials/raspberry-pi-to-arduino-shields-connection-bridge|Cooking Hacks' Pi to Arduino shield]]: Main page for tutorial/libraries etc. * [[http://learn.adafruit.com/category/raspberry-pi|LadyAda's Raspberry Pi Learning page]]: See first few pages for Pi setup instructions. * [[https://projects.drogon.net/raspberry-pi/|Gordon's Raspberry Pi page]] contains cool information on the [[https://projects.drogon.net/raspberry-pi/wiringpi/|WiringPi]] library with lots of information about Arduino-type connections. This library also covers the [[https://projects.drogon.net/raspberry-pi/wiringpiface/|PiFace]] board. Looks like a cool site! === Projects === * [[http://learn.adafruit.com/category/raspberry-pi|LadyAda's Raspberry Pi Learning page]]: Lots of projects and tutorials here.