Arduino Class - Using Processing (the language) with the Arduino


Details
Processing is a programming environment and framework optimised for graphics. It is easy to learn, and great for visualising data that come from your Arduino. In the presentations that follow you will be shown how to create a user interface on your computer in which you visualise data transmitted from your Arduino via USB, and how to control an LED on the Arduino from your computer.
Presentations:
Using Processing (the language) with the Arduino, Part 1 (http://bit.ly/2gMLJ6n) (14:50) Part 1 is an introduction to Processing and beginning of the demonstration
Using Processing (the language) with the Arduino, Part 2 (12:05) Completion of demonstration from Part 1
Parts Needed:
Arduino UNO (http://amzn.to/2guHM9Z) A DHT sensor (http://amzn.to/2gWIigI) 2 x 10KΩ resistors (http://amzn.to/2ho3TMv) 1 - 220Ω resistor (http://amzn.to/2hGbTvL) 1 - potentiometer (http://amzn.to/2fT2kF2) 1 - 5mm LED (http://amzn.to/2fWVWg0)
Resources
The Processing language (https://www.processing.org/) Open Processing, a source for Processing scripts (http://www.openprocessing.org/) Artoo, a Ruby framework for controlling Internet of Things platforms (http://artoo.io/) Firmdata, allows a client to connect to the Arduino then use it to send and receive data from the IO ports. (https://github.com/rcaputo/Firmdata) Course work for this class comes from Arduino Step By Step (http://goo.gl/5Uv71ft) which has over 20 hours of content in 110 lectures. These classes are designed for anyone interested in learning electronic design and C programming. No experience is required. Access to the course material is free at our meetups. If you wish to access the material outside the meetup see our coupons page to get a discount from our sponsor (http://www.hackerspacetech.com/pages/coupons.html).

Arduino Class - Using Processing (the language) with the Arduino