https://github.com/codeadamca/ev3-hub
A series of Python examples using the programmable hub features of the LEGO EV3 brick.
https://github.com/codeadamca/ev3-hub
ev3 ev3dev lego python
Last synced: 2 months ago
JSON representation
A series of Python examples using the programmable hub features of the LEGO EV3 brick.
- Host: GitHub
- URL: https://github.com/codeadamca/ev3-hub
- Owner: codeadamca
- Created: 2020-07-19T17:44:29.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:19:09.000Z (8 months ago)
- Last Synced: 2025-03-31T07:18:38.571Z (6 months ago)
- Topics: ev3, ev3dev, lego, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEGO® Mindstorms® EV3 Hub Features
A Python snippet utilizing most of the feattures of the LEGO EV3 Brick and [Pybricks](https://pybricks.com/). [Pybricks](https://pybricks.com/) is the LEGO recommended method of using the LEGO EV3 Brick with Python. See the official [Python for EV3](https://education.lego.com/en-us/support/mindstorms-ev3/python-for-ev3) LEGO page for more details.
This example uses the following EV3 features:
* text to speech
* speaker to make beeping noises
* the five buttons
* changing light colours
* displaying the battery status---
## Repo Resourcecs
- [Pybricks - Documentation](https://docs.pybricks.com/en/latest/ev3devices.html)