sphero-sdk-raspberrypi-python icon indicating copy to clipboard operation
sphero-sdk-raspberrypi-python copied to clipboard

Sphero RVR SDK to run on Raspberry Pi using Python

Results 10 sphero-sdk-raspberrypi-python issues
Sort by recently updated
recently updated
newest added

When I install the dependencies and I run any example script the RVR doesn't not complete the action I wanted it to. The wires are connected correctly and the script...

Bumps [aiohttp](https://github.com/aio-libs/aiohttp) from 3.7.4 to 3.8.5. Release notes Sourced from aiohttp's releases. 3.8.5 Security bugfixes Upgraded the vendored copy of llhttp_ to v8.1.1 -- by :user:webknjaz and :user:Dreamsorcerer. Thanks to...

dependencies

Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.31.0. Release notes Sourced from requests's releases. v2.31.0 2.31.0 (2023-05-22) Security Versions of Requests between v2.3.0 and v2.30.0 are vulnerable to potential forwarding of Proxy-Authorization...

dependencies

The readme calls out a rest example, but seems it was removed. Can you share why the rest example was removed along with cleaning up the readme. thanks

With the asyncio code I can properly set the port the Pi should use to communicate with the RVR (my Pi is set up as a [USB Serial Gadget](https://learn.adafruit.com/turning-your-raspberry-pi-zero-into-a-usb-gadget/serial-gadget)). ```python...

enhancement

I have installed the Sphero SDK on my Raspberry Pi 4, when I run the program it says "Checking RVR firmware versions..." then quits without running it. What should I...

To reproduce (based on `getting_started/asyncio/driving/drive_raw_motors.py`): ```python import asyncio import logging from sphero_sdk import SpheroRvrAsync from sphero_sdk import SerialAsyncDal from sphero_sdk import RawMotorModesEnum # setup and test logging logging.getLogger().setLevel(logging.INFO) logging.info("Now the...

I'm unable to run any of the **getting_started** examples on my **Modal RV01**. I have tried: **1. Different RX and TX serial cables:** - 6 Ground - 8 GPIO 14...

When cloning the sdk and running examples, python complains about invalid decorators on asyncio functions. sdk calls for pyserial-asyncio==0.4, however 0.6 is needed with python 3.3+ Force-install 0.6 fixes the...

error: externally-managed-environment × This environment is externally managed ╰─> To install Python packages system-wide, try apt install python3-xyz, where xyz is the package you are trying to install. If you...