Search found 1 match

by rnemeth
Wed Jun 22, 2022 8:33 pm
Forum: ESP32 boards
Topic: ESP32_BLE - How to get message
Replies: 1
Views: 1294

ESP32_BLE - How to get message

Hello, could you please help me get the message in main.py? I would like to further use the message I get via ble. Thank you in advance! main.py from machine import Pin, Timer from esp32_ble import BLE ble = BLE("ESP32") print(ble.get_message()) esp32_ble.py from machine import Pin, Timer from time ...