coinight

Results 8 comments of coinight

> > I was trying to make a bluetooth mouse on esp32c3 board.And I try "https://github.com/T-vK/ESP32-BLE-Mouse" > > That looks like Arduino code. Did you have an equivalent MicroPython library...

It seems that when the ble server call advertise to fast the overflow happened.

> The code will only start advertising the device (for a short while) after a pin is triggered. If this pin will remain triggered constantly, it might explain the stackoverflow....

> Can you try to call co_start_test() instead of the normal start? > > ``` > if __name__ == "__main__": > d = Device() > d.co_start_test() > ``` > >...

Server created no secrets available BLE on Registering services Writing service characteristics Writing device information service characteristics Writing battery service characteristics Writing hid service characteristics Advertiser created: Keyboard with services:...

if __name__ == "__main__": d = Device() d.co_start_test() code has been changed like this.

Thanks for answering our questions. for question 1. the problem also happened I guess the problem is based on the risc-v struct between mpy and esp-idf. I tested lots of...