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
trafficstars

When running this script on a Raspberry Pi running Bullseye, I get the following errors: ```output pi@tracker:~ $ curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s - deb https://seeed-studio.github.io/pi_repo/ stretch main...

But both the https://github.com/Seeed-Studio/grove.py/blob/master/setup.py script as well as various documentation (e.g. https://wiki.seeedstudio.com/Grove_Base_Hat_for_Raspberry_Pi/#usage) prominently mention `grove_pwm_buzzer`. I cannot find `grove/grove_pwm_buzzer.py` it in the current master branch. Only a pull request from...

This issue was reported by @nikolozka in Issue #12. The issue is still in the code and I would like to submit a PR for it, however, I'm trying to...

Is there a possibility to have a code example for programming the grove led bar?

UAY
grove.py

Hi, I am working on interfacing grove ultra sonic sensor v2.0 with my Jetson NX board. I dont have a base hat/shielf/I2C adapter. I want to interface the sensor directly...

Hi, I'm getting some permissions errors I can't seem to resolve on my own when running curl -sL https://github.com/Seeed-Studio/grove.py/raw/master/install.sh | sudo bash -s – I've tried running the curl command...

using GROVE BASE HAT RPI with Grove - RGB Led ring (16-WS2813 Mini) On Rpi 3B Buster version The Led are on PWM slot . i can't get the leds...

UAY
grove.py

I installed the package as it is described in the documentation but I can't call GPIO of grove.gpio like `from grove.gpio import GPIO` because it throws an error that `No...

Hello. I want to use GrovePi on my Raspberry Pi 4 on top of IoT Edge runtime (docker engine). I prepared python module, but have problems with installing all dependencies...

Any idea on if or when this will be available? Or does anyone know of any alternative libraries I can use to connect the Jetson Nano to an LED strip...