https://github.com/codeadamca/brickpi-gyro
A basic example of using the EV3 Gyroscopic sensor sensor with the Raspberry Pi 3 and the Dexter Industries BrickPi.
https://github.com/codeadamca/brickpi-gyro
brickpi dexter ev3 python
Last synced: 2 months ago
JSON representation
A basic example of using the EV3 Gyroscopic sensor sensor with the Raspberry Pi 3 and the Dexter Industries BrickPi.
- Host: GitHub
- URL: https://github.com/codeadamca/brickpi-gyro
- Owner: codeadamca
- Created: 2022-12-22T16:55:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T21:34:07.000Z (4 months ago)
- Last Synced: 2025-01-26T22:25:29.338Z (4 months ago)
- Topics: brickpi, dexter, ev3, python
- Language: Python
- Homepage:
- Size: 213 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexter BrickPi and the Gyro Sensor
A Python snippet utilizing the LEGO EV3 gyroscopic sensor, the Dexter BrickPi and [BrickPi3](https://github.com/DexterInd/BrickPi3). [BrickPi3](https://github.com/DexterInd/BrickPi3) is the Dexter recommended method of using the BrickPi with Python.
This example displays the angles detected by the gyroscopic sensor in the terminal.
This example requires the [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) VS Code extension to be installed.

> [!Note]
> The ```main.py``` file may need to be started twice. The Gyro Sensor seems to fail every second execution.***
## Repo Resources
* [Dexter BrickPi](https://www.dexterindustries.com/BrickPi/)
* [BrickPi3](https://github.com/DexterInd/BrickPi3)
* [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack)