You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to get an Arduino example of esp32-c3. The function is that one esp32-c3 module sends data through Bluetooth, and the other module receives and prints data through Bluetooth
The text was updated successfully, but these errors were encountered:
They are visible when ESP32-C3 board is selected, in the IDE Menu under File->Examples->Examples for ESP32C3 Dev Module->ESP32 BLE Arduino-> Pick an Example.
You will need 2 C3 boards, one to run the client and another to run the server.
Turn on menu option "Core Debug Level" to "Verbose" in order to get BLE log messages and to see what is going on in the boards.
I want to get an Arduino example of esp32-c3. The function is that one esp32-c3 module sends data through Bluetooth, and the other module receives and prints data through Bluetooth
The text was updated successfully, but these errors were encountered: