1 / 10

Open source hardware and software for control systems in the classroom.

Open source hardware and software for control systems in the classroom. The Arduino. Arduino / A rduino compatible board. What else is needed. - Usb cable - 9 volt battery and connector (when using away from the computer) -Motors, LEDs, Resistors, ect ……. Where to buy?.

reba
Télécharger la présentation

Open source hardware and software for control systems in the classroom.

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Open source hardware and software for control systems in the classroom. The Arduino

  2. Arduino /Arduino compatible board

  3. What else is needed -Usb cable - 9 volt battery and connector (when using away from the computer) -Motors, LEDs, Resistors, ect……

  4. Where to buy? • Arduino boards & shields Radio shack Ebay (usually cheaper) • Motors, LED, resistors Hobbypartz.com Radioshack Kelvin Ebay

  5. The Software • Free down load of the arduino environment is available for Windows, Mac , and Linux. • Install the unodriver located in the arduino folder that was just installed. (windows users: go to control panel devices, update driver) • You will need an USB cable (provided for you) - you must select which serial port it is plugged into under the tools menu. http://www.arduino.cc/

  6. Resources • How to videos • Jeremy Blum’s (Arduino Series) • You Tube Web and print references • Arduino.cc • Many web sites with a simple google search

  7. The sketch The programs that you write are called sketches. There are many provided examples that you can use and modify as you wish.

  8. The Setup • The setup part of your program will run only one time. • It will be used to : initialize variables set pin modes (inputs/outputs) setup libraries to use (ex. Servo motors)

  9. The loop • The loop will be used to control your arduino board. It will loop the program you have written. Each time through it will respond to the conditions that are set. • Example: if you want an LED to turn on when a photocell sees darkness and turn off when it sees light.

  10. Lego NQC vs. Arduino • Program for a constant blinking light: NQC Arduino

More Related