MicroPython bluetooth (BLE) exampls, run on ESP32-C3.

preview_player
Показать описание
This video just show how MicroPython bluetooth module examples run on ESP32-C3.
Рекомендации по теме
Комментарии
Автор

very nice demo.. it gave me courage and i'm thinking a number of device to device communication ideas.

muhammadfarooqi
Автор

5일동안 eps32-c3의 BLE 통신을 못 했는데, 이영상을 보고 성공했습니다... 정말 감사합니다일동안 eps32-c3의 BLE 통신을 못 했는데, 이영상을 보고 성공했습니다... 정말 감사합니다😭😭😭

SiHyung
Автор

Thank you very much for this Erik, very helpful!

robinlefever
Автор

Are both ESP32 transmitting data, or is one primarily the transmitter (ble_simple_peripheral?) and one primarily the receiver (ble_simple_central?)?

Regarding the 2 includes,
(
import bluetooth
from ble_advertising import advertising_payload
)

How did you flash micropython onto the ESP32-C3.. or did it come pre-flashed? For example, I see that the espressif github has only a C++ library ( espressif / arduino-esp32 / BluetoothSerial)

I have a usb/bluetooth dongle that only seems to support the SSP (Serial Port Protocol), do you think the bluetooth library (micropython's ble example or the espressif Bluetooth Serial) can work with that?

bennguyen
visit shbcf.ru