Skip to content
This repository has been archived by the owner on Jun 27, 2019. It is now read-only.

Samples:Grove Kit

Murilo Belluzzo edited this page Apr 6, 2016 · 18 revisions

Grove Kit Samples

Grove Kit is a starter kit from Seeed that is available for any Arduíno compatible devices (like Edison and Galileo). Soletta has a set of samples based on this kit that can be found here, many of them are the Soletta version for the samples proposed in the chart that comes with the kit, others use the kit capabilities to illustrate the use of some advanced nodes like the LCD ones.

In each sample, note that the sensors are connected to the same pins used on the fbp code (and it's config file) . You may want to choose them, to any compatible pin - but remember to change fbp code accordingly.

Grove Button

This is a translation of Grove_Button/Grove_Button.ino, from https://github.com/Seeed-Studio/Sketchbook_Starter_Kit_for_Arduino.git.

It's a button connected to a gpio pin configured as input (reader) that is used to trigger a LED through a gpio configured as output (writer). Press the button to turn on the LED.

See the code.

Grove Button

Grove Buzzer

See the code.

Grove Buzzer

Grove LED Accumalator and Wave Generator (LED PWM)

See the code.

Grove LED PWM

Grove Relay

See the code.

Grove Relay

Grove Light Sensor

See the code.

Grove Light

Grove Sound Sensor

See the code.

Grove Sound

Grove Rotary Angle Sensor

See the code.

Grove Rotary Angle

Grove Temperature Sensor

See the code.

Grove Temperature Sensor

Grove LCD Samples

See the code.

Grove LCD

Clone this wiki locally