9 Arduino Tutorials For Grove Starter KIT 11 Steps - Instructables
9 Arduino Tutorials For Grove Starter KIT 11 Steps - Instructables
Arduino(/circuits/) Workshop
Tutorials for Grove (/workshop/) CraftSeeed
Starter KIT From (/craft/)Studio
Cooking (/cooking/) Living
by Ardumotive_com (/living/) Outside (/outside/) Follow
(/member/Ardumotive_com/) Login (/account/login/) | Sign Up
IoT Gateway
ModBus MQTT Gateway,
IEC62056-21 MQTT Gateway, DLMS/
COSEM MQTT Gateway
MQTT Gateway
advertisement
Download Favorite
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
advertisement
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FL5/RAZN/JYMTKKPU/FL5RAZNJYMTKKPU LARGE jpg?
(/member/Ardumotive_com/)
More by /
(/id/BT
By Ardumotive_com (/id/BT-
the author:
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/)
LED-Matrix- (/id/Raspberr (/id/Arduino- Follow
(/member/Ardumotive_com/) (/member/Ardumotive_com/)
Display- Pi-Tutorial- Based-
Follow 80x8-Px- How-to-Use- Aquarium-
Download Favorite w I Made It
Grove is a modular electronic platform for quick prototyping. Every module has one function,
such as touch sensing, creating audio e ect and so on. Just plug the modules you need to the
base Arduino shield, then you are ready to test your idea buds.
This Grove - Starter Kit for Arduino is a perfect starter kit for Arduino begginers. It includes a
Base Shield which have many Grove connectors on board, twelve Grove modules that covers
most functions needed by a beginner and a very helpful user manual that can help get started
quickly.
You can buy if directly from Seeed Studio from here: https://www.seeedstudio.com/Grove-
Starter-Kit-for...
(https://www.seeedstudio.com/Grove-Starter-Kit-for-Arduino-p-1855.html)
Video Presentation
advertisement
/
9 Arduino Tutorials for Grove Starter IoT Gateway
KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FUI/ODC1/JYMTKLXS/FUIODC1JYMTKLXS LARGE jpg?
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/F2N/8CVV/JYMTKLWA/F2N8CVVJYMTKLWA LARGE jpg?
In this guide you will also nd and a tutorial for the BME280 Barometer sensor, you can buy is
separately from here: https://www.seeedstudio.com/Grove-Temp-Humi-Barom...
(https://www.seeedstudio.com/Grove-Temp-Humi-Barometer-Sensor-BME280.html) advertisement
You will also need an Arduino board, we will use the popular Arduino UNO.
/
9 Arduino Tutorials for Grove V
Add Starter
Tip KIT Ask
FromQuestion| Comment
Seeed Studio by Download
Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FRN/5ASJ/JYMTKO2W/FRN5ASJJYMTKO2W LARGE jpg? (https://cdn instructables com/FIY/HE8N/JYMTKNPT/FIYHE8NJYMTKNPT
auto=webp&frame=1&fit=bounds) LARGE jpg?
Grove - LED is designed for the beginners of Arduino/Seeeduino to monitor controls from
digital ports. It can be mounted to the surface of your box or desk easily and used as pilot
lamp for power or signal. Its brightness can be adjust by potentiometer.
Features
About code:
/
Keep in mind
9 Arduino that setup(
Tutorials ) routine
for Grove runs
Starter KIT only
From once
Seeed after
Studio by power on / re-program
Ardumotive_com or press the
(/member/Ardumotive_com/) Follow
reset button. In the program below, the rst thing you do is to initialize pin 2 as an output pin
with pinMode( ) function in setup( ) routine.
Download Favorite w I Made It
The loop( ) routine runs over and over again, forever. In the main loop, you turn on or o LED
with digitalWrite( ) function and "pause" the program for three seconds with delay( ) function.
(1 sec is 1000 ms)
About LEDs:
Common leds have two pins. The positive end of a led (larger pin) is called anode, and the
negative end is called cathode.The Arduino uno board have a built-in LED on pin 13, but in
this tutorial we are going to be adding our own on digital pin 2.
grove-_led.zip
Download (https://cdn.instructables.com/ORIG/F2N/JGZ6/JYMTKNTC/F2NJGZ6JYMTKNTC.zip)
(https://cdn.instructables.com/ORIG/F2N/JGZ6/JYMTKNTC/F2NJGZ6JYMTKNTC.zip)
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
The Grove- Buzzer module has a piezo buzzer as the main component. The piezo can be
connected to digital outputs, and will emit a tone when the output is HIGH. Alternatively, it advertisement
can be connected to an analog pulse-width modulation output to generate various tones and
e ects.
Features
/
Easy to use
9 Arduino piezoelectric
Tutorials for Grove buzzer
Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
Uses Standard 4-pin Grove Cables to connect to other Grove modules such as - Grove Power
Modules and Grove - Base Shield
Download Favorite w I Made It
The code is similar with the LED code. Now, try to use the tone() function:
tone(6, 1000); // Send 1KHz sound signal... and to stop the tone noTone(6);
How it works? It's simple, tone(6, 1000) sends a 1KHz sound signal to pin 6, delay(1000) pause
the program for one second and noTone(buzzer) stops the signal sound. The loop() routine
will make this run again and again making a short beeping sound.
grove-_buzzer.zip
Download (https://cdn.instructables.com/ORIG/FQX/4Z0C/JYMTFA23/FQX4Z0CJYMTFA23.zip)
(https://cdn.instructables.com/ORIG/FQX/4Z0C/JYMTFA23/FQX4Z0CJYMTFA23.zip) advertisement
(https://www.seeedstudio.com/Grove-Starter-Kit-for-Arduino-p-1855.html)
Teacher Notes
Add a Teacher Note to share how you incorporated it into your lesson.
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FAE/IBQE/JYMTFDGR/FAEIBQEJYMTFDGR LARGE jpg?
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
Grove - Button is a momentary push button. It contains one independent "momentary on/o "
button. “Momentary” means that the button rebounds on its own after it is released. The
button outputs a HIGH signal when pressed, and LOW when released. The Sig marked on silk
layer stands for signal while NC stands for not used at all. There are two versions of this button
available as showed in the pictures. The only di erence is the direction of the Grove socket.
Features
For this project we will also connect to the Grove Shield a buzzer. advertisement
/
We will use the
9 Arduino digitalRead()
Tutorials function
for Grove Starter to read
KIT From the
Seeed state
Studio by of the button(/member/Ardumotive_com/)
Ardumotive_com that is connected in Follow
digital port 2. With if statment we compare the state of the buzzon that can be HIGH when is
pressed and LOW in normal position Try it!
Download Favorite w I Made It
grove-button.zip
Download (https://cdn.instructables.com/ORIG/FVP/H8RO/JYMTFD4C/FVPH8ROJYMTFD4C.zip)
(https://cdn.instructables.com/ORIG/FVP/H8RO/JYMTFD4C/FVPH8ROJYMTFD4C.zip)
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
The rotary angle sensor produces analog output between 0 and Vcc (5V DC with Seeeduino)
on its D1 connector. The D2 connector is not used. The angular range is 300 degrees with a
linear change in value. The resistance value is 10k ohms, perfect for Arduino use. This may also
be known as a “potentiometer ”. There is another product, Grove - Rotary Angle Sensor(P).
What does “P” mean? “P” is for “panel mount” in this product.It is the sister version of Grove -
Rotary Angle Sensor. They are identical except the Grove connecter is moved to the back so
that you can easily use it as a neat and wire-free human interface device.
Arduino UNO
Grove Base Shield
Rotary Angle Sensor
LED (Connect Grove-LED to D3 port of Grove-Base Shield)
advertisement
grove-_rotary_angle_s…
Download (https://cdn.instructables.com/ORIG/FL5/2BPC/JYMTFF5E/FL52BPCJYMTFF5E.zip)
(https://cdn.instructables.com/ORIG/FL5/2BPC/JYMTFF5E/FL52BPCJYMTFF5E.zip)
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FP5/XXCW/JYMTFJOB/FP5XXCWJYMTFJOB LARGE jpg?
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
This Grove enables you to set the color to whatever you like via the simple and concise Grove
interface. It takes I2C as communication method with your microcontroller. So number of pins
required for data exchange and backlight control shrinks from ~10 to 2, relieving IOs for other
challenging tasks. Besides, Grove - LCD RGB Backlight supports user-de ned characters. Want
to get a love heart or some other foreign characters? Just take advantage of this feature and
design it! This product is a replacement of Grove - Serial LCD. If you are looking for primitive
16x2 LCD modules, we have green yellow backlight version and blue backlight version on sale
also.
Features
RGB Backlight
I2C communication
Built-in English fonts
16x2 LCD
advertisement
/
Grove - Temperature
9 Arduino Tutorials forSensor uses aKITthermistor
Grove Starter From Seeedto measure
Studio ambient temperature.
by Ardumotive_com The
(/member/Ardumotive_com/) Follow
resistance of thermistor changes based on ambient temperature. This resistance value alters
the output of a voltage divider which is measured by an analog input pin and converted to a
Download Favorite w I Made It
temperature value. The operating range is -40 to 125°C , with an accuracy of 1.5°C .
Arduino UNO
Grove Base Shield
LCD RGB Backlight
Temperature Sensor (Connect Grove-Temp sensor to A0 port of Grove-Base Shield)
grove-_lcd_rgb_backli…
Download (https://cdn.instructables.com/ORIG/FDP/EIYN/JYMTFJC5/FDPEIYNJYMTFJC5.zip)
(https://cdn.instructables.com/ORIG/FDP/EIYN/JYMTFJC5/FDPEIYNJYMTFJC5.zip)
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FF9/5BPH/JYMTFKD1/FF95BPHJYMTFKD1 LARGE jpg? (https://cdn instructables com/F64/9I9Q/JYMTFLSC/F649I9QJYMTFLSC
auto=webp&frame=1&fit=bounds) LARGE jpg?
Grove - Touch Sensor enables you to replace press with touch. It can detect the change in
capacitance when a nger is near by. That means no matter your nger directly touches the advertisement
pad or just stays close to the pad, Grove - Touch Sensor would outputs HIGH also.
Download (https://cdn.instructables.com/ORIG/FOM/CXH6/JYMTFLVC/FOMCXH6JYMTFLVC.zip)
(https://cdn.instructables.com/ORIG/FOM/CXH6/JYMTFLVC/FOMCXH6JYMTFLVC.zip)
w
V |
Download Favorite I Made It
Add Tip Ask Question Comment Download
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
(https://cdn instructables com/FDK/0WNU/JYMTFN6I/FDK0WNUJYMTFN6I
auto=webp&frame=1&fit=bounds) LARGE jpg?
Grove - Sound Sensor can detect the sound intensity of the environment. The main
Download Favorite w I Made It
component of the module is a simple microphone, which is based on the LM386 ampli er and
an electret microphone. This module's output is analog and can be easily sampled and tested
by a Seeeduino.
Features
Easy to use
Provides analog output signal
Easily integrates with Logic modules on the input side of Grove circuits
grove-_sound_sensor.…
Download (https://cdn.instructables.com/ORIG/FG2/BEN1/JYMTFPWJ/FG2BEN1JYMTFPWJ.zip)
(https://cdn.instructables.com/ORIG/FG2/BEN1/JYMTFPWJ/FG2BEN1JYMTFPWJ.zip)
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
2 More Images
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/FOV/TBD0/JYMTFUAX/FOVTBD0JYMTFUAX LARGE jpg?
Grove - Temp&Humi&Barometer Sensor (BME280) is a breakout board for Bosch BMP280 high- advertisement
precision, low-power combined humidity, pressure, and temperature sensor. This module can
be used to measure temperature, atmospheric pressure and humidity accurately and fast. As
the atmospheric pressure changes with altitude, it can also measure approximate altitude of a
/
place. It can Tutorials
9 Arduino be connected
for Groveto a microcontroller
Starter with I2C
KIT From Seeed Studio (integrated with
by Ardumotive_com Grove socket) or
(/member/Ardumotive_com/) Follow
through SPI bus. We have also provided highly abstracted library to make this more product
easier to use.
Download Favorite w I Made It
grove-_barometer.zip
Download (https://cdn.instructables.com/ORIG/FKG/G5DX/JYMTFTGD/FKGG5DXJYMTFTGD.zip)
(https://cdn.instructables.com/ORIG/FKG/G5DX/JYMTFTGD/FKGG5DXJYMTFTGD.zip)
advertisement
(https://cdn instructables
auto=webp&frame=1&width=1024&fit=bounds)
com/F8O/30KW/JYMTFWQM/F8O30KWJYMTFWQM LARGE jpg?
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
The Grove - Light sensor integrates a photo-resistor(light dependent resistor) to detect the advertisement
intensity of light. The resistance of photo-resistor decreases when the intensity of light
increases. A dual OpAmp chip LM358 on board produces voltage corresponding to intensity
of light(i.e. based on resistance value). The output signal is analog value, the brighter the light
is, the larger the value.
/
This9module can befor
Arduino Tutorials used to Starter
Grove build KIT
a light
Fromcontrolled
Seeed Studioswitch i.e. switch(/member/Ardumotive_com/)
by Ardumotive_com o lights during day time Follow
grove-_light_sensor.zip
Download (https://cdn.instructables.com/ORIG/FA1/BSV1/JYMTFWK3/FA1BSV1JYMTFWK3.zip)
(https://cdn.instructables.com/ORIG/FA1/BSV1/JYMTFWK3/FA1BSV1JYMTFWK3.zip)
advertisement
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
Participated in the
Sensors Contest (/contest/sensors2019/)
View Contest
I Made It!
advertisement
Recommendations
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
(/id/DIY-PCB-Shaker/)
812 973
(/contest/backyard2020/) (/contest/arduino2020/)
advertisement
Add Tip
V Ask Question
/
|
9 Arduino Tutorials for Grove Starter KIT From SeeedPost Comment
Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
Cooking
(/cooking/)
Find Us
/
9 Arduino Tutorials for Grove Starter KIT From Seeed Studio by Ardumotive_com (/member/Ardumotive_com/) Follow
advertisement
advertisement
advertisement