JustTryingToGetSomeWorkDone
JustTryingToGetSomeWorkDone
I'm still experiencing this issue and it prevents me from using VS Code\PlatformIO for embedded programming. If I can't compile, it's useless. I'm not going to spend hours setting up...
Your log shows that after writing your data to 0xbeef, it skips to the string "Done with this device!" That's waaaaaaaay down the nested if statements, all the way at...
I thought inline comments to my code would make it easier to read... then it made a scroll bar. I tried to clean some of it up, but it's hard...
Thank you very much. I have been grasping at straws for the last couple of my programming days, so I tried a large variety of methods as getting anything output....
Well, after a few hours attempting to get it to work with varying combinations of peer_ota_addr and peer_id_addr, the only real progress I've made is being able to store NimBLEAddress-like...
Sorry, I'm not very experienced with BLE and have problems of my own, but here's what I've noticed: It looks like it always decreases by 72 bytes every 16~18 seconds...
There are only a couple of things that I can think of: 1) Serial port writing will slow down the BLE stack to the point of not even being able...
NimBLE2902 is documented (well the api anyway) here: https://h2zero.github.io/esp-nimble-cpp/class_nim_b_l_e2904.html I'm afraid I can't help anymore than this. I'm not even sure what 2902 refers to or why it's special among...
Just FYI, this was reported in February to the Arduino IDE project and they just ignored it.. "Not my bug, not my problem" mentality. Terrible. If you use a project's...
Amazing work! I wish my abilities to debug were as strong as yours.