Skip to content

Grove Actuators

Thomas Amberg edited this page May 7, 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, data in) DOUT (Digital, data Out)
Yellow CIN (Digital, clock in) COUT (Digital, clock out)

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