-
Notifications
You must be signed in to change notification settings - Fork 18
Grove Actuators
Thomas Amberg edited this page Apr 22, 2019
·
54 revisions
Connect to Grove D<XY> (not i2c)
Color | Signal |
---|---|
Black | GND |
Red | VCC (3.3V) |
White | DIO (Digital) |
Yellow | CLK (Digital) |
- Library: Sketch > Include Library > Manage Libraries... > Grove 4-Digit Display > Install
- Example: File > Examples > Grove 4-Digit Display > ...
Or
- https://github.com/avishorp/TM1637 (.zip)
- Example: File > Examples > TM1637 > TM1637Test
- http://wiki.seeedstudio.com/Grove-4-Digit_Display/
- https://github.com/Seeed-Studio/Grove_4Digital_Display/ (.zip)
- https://en.wikipedia.org/wiki/Seven-segment_display_character_representations
Connect to Grove D<XY>
Color | Signal |
---|---|
Black | GND |
Red | VCC (3.3V) |
White | NC |
Yellow | SIG (Digital) |
- https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ (built-in)
- Example: File > Examples > Basics > Blink (replace LED_BUILTIN with GPIO number)
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) |
- Library: Sketch > Include Library > Manage Libraries... > Grove Chainable RGB LED > Install
- Example: File > Examples > Chainable RGB LED > ...
- http://wiki.seeedstudio.com/Grove-Chainable_RGB_LED/
- https://github.com/pjpmarques/ChainableLED (.zip)
Connect to Grove D<XY>
Color | Signal |
---|---|
Black | GND |
Red | VCC (3.3V) |
White | NC |
Yellow | SIG (Digital) |
- https://www.arduino.cc/reference/en/language/functions/digital-io/digitalwrite/ (built-in)
- Example: File > Examples > Basics > Blink (replace LED_BUILTIN with GPIO number)