https://github.com/codeadamca/brickpi-ultrasonic
A basic example of using the Dexter BrickPi with the LEGO EV3 Ultrasonic sensor.
https://github.com/codeadamca/brickpi-ultrasonic
brickpi ev3 python
Last synced: 12 months ago
JSON representation
A basic example of using the Dexter BrickPi with the LEGO EV3 Ultrasonic sensor.
- Host: GitHub
- URL: https://github.com/codeadamca/brickpi-ultrasonic
- Owner: codeadamca
- Created: 2022-12-13T23:08:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:19:35.000Z (about 1 year ago)
- Last Synced: 2025-01-26T23:20:32.953Z (about 1 year ago)
- Topics: brickpi, ev3, python
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dexter BrickPi and the Ultrasonic Sensor
A Python snippet utilizing the LEGO® EV3 Ultrasonic sensor, the Dexter PrickPi 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 requires the [Remote Development](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.vscode-remote-extensionpack) VS Code extension to be installed.
---
## 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)