Hide minor edits - Show changes to markup
NOTE: If you're using the Arduino IDE version 1.0.3 or earlier, you will need to download the latest version of this library, or get it from the Arduino gitHub repository.
The Esplora Beginners examples show the functionality of the inputs and outputs of the board. They are a good place to start experimenting with the Esplora's capabilities. The Expert examples are more detailed sketches that illustrate project ideas that utilize the board features in novel ways.
The Arduino Esplora has a set of functions for easily interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class.
The Arduino Esplora has a set of functions for easily interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class.
For more information about the Esplora, vist the getting started guide and the hardware page.
(:tableend:)
(:tableend:)
All the sensors except the accelerometer are connected to a 16 channel multiplexer. The library offers easy access to the data from the sensors, and provides the ability to change the state of the various outputs.
The library offers easy access to the data from the onboard sensors, and provides the ability to change the state of the outputs.
All the sensors except the accelerometer are connected to a 16 channel multiplexer and are read using the readChannel() function. The readChannel() function returns the raw data read from the analog input connected to the multiplexer. The library also has some high level functions that elaborate on the analog data, converting it to the physical quantity measured from the sensor.
All the sensors except the accelerometer are connected to a 16 channel multiplexer. The library offers easy access to the data from the sensors, and provides the ability to change the state of the various outputs.
The Arduino Esplora has its set of functions to easly interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class.
All the sensors except the accelerometer are connected to a 16 channels multiplexer and they are read using the readChannel() function, passing the address. The readChannel() function returns the raw data read from the analog input connected to the multiplexer. The library also has high level functions that elaborate the raw analog data correlating it to the physical quantity measured from the sensor.
The Arduino Esplora has a set of functions for easily interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class.
All the sensors except the accelerometer are connected to a 16 channel multiplexer and are read using the readChannel() function. The readChannel() function returns the raw data read from the analog input connected to the multiplexer. The library also has some high level functions that elaborate on the analog data, converting it to the physical quantity measured from the sensor.
(:if false:)
(:ifend:)
(:tableend:)
(:cell width=55%:)
The Arduino Esplora has its set of functions to easly interfacing with the sensors and actuators mounted on the board. The functions are accessible through the Esplora class.
All the sensors except the accelerometer are connected to a 16 channels multiplexer and they are read using the readChannel() function, passing the address. The readChannel() function returns the raw data read from the analog input connected to the multiplexer. The library also has high level functions that elaborate the raw analog data correlating it to the physical quantity measured from the sensor.
The sensors available on the board are:
The actuators available on the board are:
(:cell width=10%:)
(:cell width=35%:)
(:tableend:)