Skip to content

Grove Actuators

Thomas Amberg edited this page Apr 22, 2019 · 54 revisions

4-Digit Display (TM1637)

Buy

Pinout

Connect to Grove D<XY> (not i2c)

Color Signal
Black GND
Red VCC (3.3V)
White DIO (Digital)
Yellow CLK (Digital)

Code

Arduino

  • Library: Sketch > Include Library > Manage Libraries... > Grove 4-Digit Display > Install
  • Example: File > Examples > Grove 4-Digit Display > ...

Or

Python on Raspberry Pi

Resources

Buzzer

Buy

Pinout

Connect to Grove D<XY>

Color Signal
Black GND
Red VCC (3.3V)
White NC
Yellow SIG (Digital)

Code

Arduino

Python on Raspberry Pi

Resources

Chainable RGB LED

Buy

Pinout

Connect to Grove D<XY>

Color Signal (In) Signal (Out)
Black GND GND
Red VCC (3.3V) VCC (3.3V)
White DIN (Digital) DOUT (Digital)
Yellow CIN (Digital) COUT (Digital)

Code

Arduino

  • Library: Sketch > Include Library > Manage Libraries... > Grove Chainable RGB LED > Install
  • Example: File > Examples > Chainable RGB LED > ...

Python on Raspberry Pi

Resources

LED

Buy

Pinout

Connect to Grove D<XY>

Color Signal
Black GND
Red VCC (3.3V)
White NC
Yellow SIG (Digital)

Code

Arduino

Python on Raspberry Pi

Resources

Clone this wiki locally