- processing on beaglebone black
- processing on rasberry pi – step to run
- processing on pcduino – step to run
Screen base output for Arduino
Arduino itself can be fun enough, but most installation required either screen base output while utilizing the wide range of sensor input.
However, arduino itself was not design for screen base project. It works together with processing and required a external machine for this.
Then, raspberry pi came out. As a mini computer, it is many time more powerful than arduino, and have a HDMI port output. Maker can code in Python and still connect to the wide range of sensor input.
Other than rPi, we also have beagleboard and etc. And now Arduino is working hard to come out Arduino Tre, which can directly compete with rpi.
Lets not forgot the pcDuino which was design to solve these issues. However, being a ARM base devices (same with rpi, beagleboard and etc)… we have an issues here with running processing on it directly.
Processing required JAVA and it has to be oracle JAVA. Maker have tried to hack around using open-JDK and have various degree of success: