Skip to content

Esp32-c3 Bluetooth communication #5765

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dfrobotjw opened this issue Oct 14, 2021 · 3 comments
Closed

Esp32-c3 Bluetooth communication #5765

dfrobotjw opened this issue Oct 14, 2021 · 3 comments
Assignees

Comments

@dfrobotjw
Copy link

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

@chegewara
Copy link
Contributor

@VojtechBartoska
Copy link
Contributor

@dfrobotjw Can I consider this solved?

@SuGlider
Copy link
Collaborator

SuGlider commented Feb 14, 2022

@dfrobotjw
Please use this 2 examples (BLE client and server):
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/examples/BLE_client/BLE_client.ino
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/examples/BLE_server/BLE_server.ino

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants