This example shows you how to read different analog sensors to change the brightness of the three colors in the RGB LED. In this example you will read the amplitude from the microphone, the... Read more
This example shows how to play notes on the buzzer mounted on the Arduino Esplora. Buzzers can generate different audio signals in audible frequency ranges. A note is an audio signal at a sp... Read more
This sketch shows you how to read and calibrate the Esplora’s light sensor. Because light levels vary from one location to another, you need to calibrate the sensor for each location.... Read more
This sketch shows you how to read the values from the accelerometer. To see it in action, open the Arduino serial monitor on your computer and tilt the board. You’ll see the accelerome... Read more
This example simplifies the task of collecting data from the Esplora’s accelerometer and graphing it with your computer. The Esplora sends keypresses to a connected computer about the... Read more
This example demonstrates how to turn your Esplora into a customized computer game pad. It uses the analog joystick and the four switches as inputs to a video game. The Esplora will appear t... Read more
This sketch shows you how to read the Esplora’s temperature sensor. You can read the temperature sensor in Farhenheit or Celsius. Circuit Only your Arduino Esplora is needed for this e... Read more
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... Read more
This sketch shows you how to read the microphone sensor. The microphone will range from 0 (total silence) to 1023 (really loud). It uses the sound level to set a brightness level for the gre... Read more
Want to play Pong on your computer with your Esplora? This example shows you how. This example is designed to be used with a Processing sketch. Processing is an open source programming envir... Read more
This sketch shows you how to read information from the Esplora’s joystick and use it to control the movement of the cursor on your computer. You’re making your Esplora into a mou... Read more
This example shows you how to read the values from the joystick. The output will be displayed through the serial monitor and as a color on the RGB LED. The joystick has two axes, X and Y. Ea... Read more