https://github.com/codeadamca/ev3-server-client
A basic example of using the Bluetooth messaging to communicate between two LEGO EV3 bricks.
https://github.com/codeadamca/ev3-server-client
bluetooth ev3 ev3dev lego python
Last synced: 9 months ago
JSON representation
A basic example of using the Bluetooth messaging to communicate between two LEGO EV3 bricks.
- Host: GitHub
- URL: https://github.com/codeadamca/ev3-server-client
- Owner: codeadamca
- Created: 2020-07-23T01:24:06.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2025-01-26T22:18:53.000Z (12 months ago)
- Last Synced: 2025-01-26T23:20:18.981Z (12 months ago)
- Topics: bluetooth, ev3, ev3dev, lego, python
- Language: Python
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LEGO® Mindstorms® EV3 and Bluetooth Communication
A Python snippet using two EV3 bricks, a touch sensor, a motor, 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 connects two EV3 bricks over Bluetooth. When the touch sensor is pushed on the sever EV3 brick the motor on the client EV3 brick turns.
***
## Repo Resources
- [Pybricks - Documentation](https://docs.pybricks.com/en/latest/ev3devices.html)