Skip to content
Discussion options

You must be logged in to vote

I am sorry to hear that it is still not working for you.

I downloaded and flashed the latest firmware to my ESP32C6 board.

Here is the result of my test:

$ mpr mount .
Local directory . is mounted at /remote
Connected to MicroPython at /dev/ttyACM0
Use Ctrl-] or Ctrl-x to exit this shell
>
MicroPython v1.25.0 on 2025-04-15; ESP32C6 module with ESP32C6
Type "help()" for more information.
>>> 
>>> import qa_1
Advertising b'ESP32C6U'
Connected
hello
hello world
Advertising b'ESP32C6U'
Disconnected

I was using the "Serial Bluetooth Terminal" app on an old Android phone.

The difference between your code and the one I used:

$ diff qa.py qa_1.py
43c43,45
<         self.ble.gap_advertise(100, byt…

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ondrejkarpis
Comment options

@shariltumin
Comment options

Answer selected by ondrejkarpis
@ondrejkarpis
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants