SKU:MLE02427
Arduino Sensor Kit - Base | TPX00031
Share
About the Product
ARDUINO SENSOR KIT BASE
The Arduino Sensor Kit is made for Makers who are searching for a set of the best sensors to connect to their Arduino board, and want explore the vast space of electronics, programming, and measuring. The Kit teaches how to connect and program basic Grove modules that includes both sensors and actuators along with the Arduino Uno (or other Arduino Boards with the same form factor).
This kit was elaborated in collaboration with Seed Studio and provides the Arduino community with the opportunity to build projects with minimal effort of both wiring and coding. This kit acts as a bridge to the world of Grove and provides a flexible way for Makers to extend their projects to include other complex Grove modules.
The Kit comes includes access to an online platform with all the instructions required to plug, sketch and play with the different Grove Modules. There are 10 projects:
- The LED
- The Button
- The Potentiometer
- The Buzzer
- The Light Sensor
- The Sound Sensor
- The Air Pressure Sensor
- The Temperature Sensor
- The Movement Sensor
- The OLED Screen
The kit includes:
HARDWARE
1 Base Shield that is designed to fit on top of an Arduino UNO board. It comes equipped with 16 grove connectors, which, when placed on top of the UNO, provides functionality to various pins. It includes:
- 7x digital connections
- 4x analog connections
- 4x I2C connections
- 1x UART connection
10 Grove modules included can be connected to the base shield, either through the digital, analog or I2C connectors on the shield. Let's take a quick look at them:
- The LED - simple LED that can be turned ON or OFF, or dimmed.
- The button - pushbutton that can either be in a HIGH or LOW state.
- The potentiometer - a variable resistor that increases or decreases resistance when turning its knob.
- The buzzer - a piezo speaker that is used to produced binary sounds.
- The light sensor - a photoresistor that reads light intensity.
- The sound sensor - a tiny microphone that measures sound vibrations.
- The air pressure sensor - reads air pressure, using I2C protocol.
- The temperature sensor - reads temperature and humidity at the same time.
- The accelerometer - a sensor used for orientation, used for detecting movement.
- The OLED screen - a screen that values or messages can be printed to.
6 Grove cables allows you to easily connect the modules to the Base Shield without any soldering required.
SOFTWARE
The Arduino Sensor Kit Library is a wrapper for that contains links to other libraries related to certain modules such as the accelerometer, air pressure sensor, temperature sensor and the OLED display. This library provides easy-to-use apis that will help you build a clear mental model of the concepts you will be using.