Grove - LED Bar Wio Terminal

Hi!

I’ve recently acquired two Grove LED Bars V2 (https://wiki.seeedstudio.com/Grove-LED_Bar/)

I see code, but it looks to be for connecting directly to header pins, I was curious if there is a way to do this with a Wio Terminal through the grove interface? Looks like I’d have to use the gpio headers on the back of the board instead of the grove interface to get this work based on the example code that is available on the wiki, anyone have a solution/method?

Hi @SeedNOOB

You can, simply change the code pins to the Grove pins in Wio Terminal as follow:

image

As you can see, you can referece these grove pins with BCM2/BCM3

Nice! I’ll give this a try!

That worked! Thanks again.

No worries, happy to help here ;D