GrovePi
GrovePi copied to clipboard
GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.
I've bought the Seed Grove Head for the Raspberry Pi Zero and a hight temperature Sensor for Grove. I've installed grovepi and it is working with python without a problem...
How to solve this error? 
I tried to run the example code, but that do not work. The error message:  I also tried to use the '$ curl -KL dexterindustries.com/update_grovepi |...
The Buffertools module is no longer needed, and it may cause issues with newer versions of NodeJS.
I installed the repo tonight, flashed the firmware, all of it said it was successful. I updated the script to use D2 since I already had a grove temperature sensor...
in GrovePi/blob/master/Software/NodeJS/libs/grovepi.js var bufferTools = require('buffertools').extend() has been declared but not used, and package.json also has "dependencies" entry of "buffertools": "2.1.*". buffertoools module had been depredated. we are using GrovePi...
Hi all, I've recently started experimenting with two Grove IR distance interrupters connected via a GrovePi+ to a 3B+. I found that the sensors work only when connected to certain...
Hello, here is my problem : i call ``` def alertHuman(self,msg): setText_norefresh("Light : " + str(msg)) ``` in a while loop and after like 10 iterations it crashes and i...