IanHarvey / bluepy

Python interface to Bluetooth LE on Linux
Other
1.58k stars 490 forks source link

Possible to use this with Micropython an a ESP32? #436

Open lasniko opened 3 years ago

Frandosis commented 2 years ago

It is not possible. Micropython for ESP32 uses the espressif SDK, and its built-in modules for bluetooth communication. But micropython provides its own bluetooth package, which can be used. Bluepy is using the BlueZ-stack and can only be run in a Linux environment.

Micropython bluetooth docs: https://docs.micropython.org/en/latest/library/bluetooth.html#