GrovePi+

Hi,
I’m working with GrovePi+ Starter kit with the Raspberry Pi mod B+. I’m using option 1 in the starter kit guide. Then I updated the firmware. I’m able to a access mostly all the directories except a few. Ex, LED Fade appear to be their when I use the ls -l command as a file or directory but when I do a cd LED Fade to access it. The response is " No such file or directory". Is their something I’m missing?

Hey,
The LED Blink example should be a python script rather than a folder if you are looking at this: https://github.com/DexterInd/GrovePi/tree/master/Software/Python.

Just use: sudo python grove_led_fade.py in the terminal.

-Karan