grove.py icon indicating copy to clipboard operation
grove.py copied to clipboard

Python library for Seeedstudio Grove devices

Results 29 grove.py issues
Sort by recently updated
recently updated
newest added

Can the Raspberry Pi Pico utilize grove.py ? If so, how does one install it ? If not, is there a different repository to look at ?

It seems that mraa and upm libraries and not maintained anymore. So you cannot use mraa and upm related Grove modules. FIX THIS BLOODY ISSUE AND DO NOT CLOSE IT...

curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://seeed-studio.github.io/pi_repo...

curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s - Warning: apt-key is deprecated. Manage keyring files in trusted.gpg.d instead (see apt-key(8)). Hit:1 http://raspbian.raspberrypi.org/raspbian bullseye InRelease Hit:2 http://archive.raspberrypi.org/debian bullseye InRelease Hit:3 https://seeed-studio.github.io/pi_repo...

I have two different raspberry Pi 4 b and each has the same issue. 'No modules name upm' I followed the instructions on #46 but it didn't work. I also...

The analog to digital converter (ADC) of the [https://wiki.seeedstudio.com/Grove_Base_Hat_for_Raspberry_Pi/](Grove Base Hat for Raspberry Pi) is no longer working after [commit a4a5c9b](https://github.com/Seeed-Studio/grove.py/commit/a4a5c9bb00aa2bb5ee6d6d50098d6ddc05346140). To get it working, the i2c address `0x04` must...

Hello, The install script don't work with Bookworm. Is there any solution ? Thanks.

Hi, I there also support for grove_6_axis_accel_gyro_bmi088 for Jetson NX? Thanks !

i adapted the file https://github.com/Seeed-Studio/grove.py/blob/master/grove/grove_PM2_5_HM3301.py and did a slight adaptation to breakout the data from the reading https://github.com/tim-oe/WeatherWatch/tree/main/weatherwatch/sensor/aqi the sensor is being read every 15 minutes and they seem to...