GrovePi icon indicating copy to clipboard operation
GrovePi copied to clipboard

GrovePi is an open source platform for connecting Grove Sensors to the Raspberry Pi.

Results 49 GrovePi issues
Sort by recently updated
recently updated
newest added

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? ![Screenshot from 2021-08-04 06-58-06](https://user-images.githubusercontent.com/38970513/128140863-a61435ae-0319-4296-b0bd-6e3ea4462d3e.png)

I tried to run the example code, but that do not work. The error message: ![Screenshot from 2021-07-28 09-13-06](https://user-images.githubusercontent.com/38970513/127608617-7391109b-5443-45c0-8c9a-9e8829d4c779.png) 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...