Summary of Arduino Esplora Remote
This project demonstrates how to use an Arduino Esplora board with Processing software to read sensor data and control the buzzer and RGB LED via a graphical interface. The Processing sketch provides a virtual representation of the Esplora, allowing interaction through serial communication. There are two versions of the sketch: a simple text-based one for beginners and a more advanced graphical one. The example requires only the Arduino Esplora board and Processing software installed on the computer.
Parts used in the Arduino Esplora Remote:
- Arduino Esplora board
- Computer with Processing software
This example is designed to be used with a Processing sketch. Processing is an open source programming environment. The application on the computer reads the sensors on the Esplora board and controls the buzzer and the RGB LED through a graphical interface. The image in the Processing application mirrors the Esplora board, so you’ll see a virtual version of your board.
If you don’t have Processing installed on your computer, you can also test this example opening the serial monitor and interacting with the Esplora trough serial commands.
There are two Processing sketches that work with this example, a simple one that prints the sensors in text, and a more complex one that shows a graphic representation of the Esplora. The former may be better for beginning Processing programmers, and the latter may be better for advanced Processing programmers.
Download the zip file containing the simple Processing sketch for this example.
Download the zip file containing the advanced Processing sketch for this example.
You only need to unzip this folder inside your Processing sketches folder, and open the .pde file in Processing.
Software Required
Circuit
Only your Arduino Espora is needed for this example.
Esplora board
Code
This example opens a serial interface to the Esplora. You’ll ask the board to read the sensors or write to the buzzer or RGB LED by sending commands over the Esplora’s serial port.
Hardware Required
- Arduino Esplora
For more detail: Arduino Esplora Remote