ML

Results 8 comments of ML

Thank you! Mair! I tested your solution on my Ubuntu Linux platform. Your solution works! IDF env is run automatically, and the debugger is now initialized properly. Everything works well...

I have encountered the same issue. I implemented the fix in a similar way like yours. The only difference is that I updated config[0]. I don't think that is needed....

Hi Phil, I checked Espressif's standard Heart Rate measurement BLE peripheral. It follows your approach. I think you did the right way. https://github.com/espressif/esp-idf/tree/master/examples/bluetooth/nimble/blehr ``` case BLE_GAP_EVENT_SUBSCRIBE: MODLOG_DFLT(INFO, "subscribe event; cur_notify=%d\n...

Hi tdicola, I am still having the same trouble with ampy. I have version 1.07. Can you help. 1) Install ampy C:\Users\mikel>pip install adafruit-ampy Collecting adafruit-ampy Downloading https://files.pythonhosted.org/packages/59/99/f8635577c9a11962ec43714b3fc3d4583070e8f292789b4683979c4abfec/adafruit_ampy-1.0.7-py2.py3-none-any.whl Requirement already...

I saw the code you have implemented. def windows_full_port_name(portname): # Helper function to generate proper Windows COM port paths. Apparently # Windows requires COM ports above 9 to have a...

Ampy was able to flash the device with my main.py one time today. For that time, it did not generate any error. The main.py program runs good because it prints...

Same error "could not enter raw repl.'

I have found the solution in this recent post. https://github.com/dhylands/rshell/issues/27 The solution works consistently. I was confused with COM1x issue. It turns out to be the reset problem. --------------------------------------hyper99 commented...