An open API service indexing awesome lists of open source software.

https://github.com/larsbergqvist/processing_playground

A collection of sketches for the Processing IDE
https://github.com/larsbergqvist/processing_playground

arduino electronics firmata processing-ide

Last synced: about 1 month ago
JSON representation

A collection of sketches for the Processing IDE

Awesome Lists containing this project

README

          

# processing_playground
A collection of sketches for the Processing IDE. Described in this blog post: https://larsbergqvist.wordpress.com/2016/10/07/processing-and-arduino/

# Simple3D
An example of simple 3D objects in Processing


![Alt text](https://larsbergqvist.files.wordpress.com/2016/10/processing_3d.png?w=616 "Simple3D")

# ArduinoAnalogInput


Reads analog input pins from an Arduino and displays the voltages as real-time graph bars
![Alt text](https://larsbergqvist.files.wordpress.com/2016/10/arduinoinbars.jpg?w=616 "ArduinoAnalogInput")

# ArduinoDigitalOutput
Toggle switches that write to the digital outputs of an Arduino


![Alt text](https://larsbergqvist.files.wordpress.com/2016/10/processing_digitaloutput1.png?w=616 "ArduinoDigitalOutput")