Jeronimo59
Jeronimo59
Hello @Java6502, After some troubleshooting, I managed to get it to work using SPI. First step for me was to change the jumper and tweak the SPI port setup until...
> Just to be clear, the connections you have shown on the right (on your Github README) are for SPI. Indeed, the connections in blue are for SPI (pls note...
Hello, I am facing the same issue when trying to make the connection between an Android phone (acting as central) and an Arduino C3 (acting as server) more robust. My...
Hello, Let me correct my statement wrt airplane mode: all is fine, it was a dumb mistake on my side ... When it comes to "out of range", all is...
Hello @h2zero, Do you think my diagnostic could be right ? If you give me some pointer to how/where the loss of coverage is detected, I could do further testing,...
> [@Jeronimo59](https://github.com/Jeronimo59) It's an interesting thought, maybe the buffers are getting exhausted and preventing the disconnect event from being triggered. If instead you use the onStatus callback to send the...
I'm afraid not ... it still doesn't detect "out of range condition" when pServer->notify() is called repetitively either in main loop or within onStatus() callback. Without those notifications and with...
Here is the error reported ``` In file included from lib/NimBLE-Arduino-master/src/NimBLERemoteValueAttribute.h:36, from lib/NimBLE-Arduino-master/src/NimBLERemoteCharacteristic.h:24, from lib/NimBLE-Arduino-master/src/NimBLEDevice.h:265, from lib/EE8Device/ee8device.h:6, from src/main.cpp:40: lib/NimBLE-Arduino-master/src/NimBLEAttValue.h: In instantiation of 'T NimBLEAttValue::getValue(time_t*, bool) const [with T =...
I'm afraid these C++ subtleties go beyond my skills, so I'll "blindly" follow your advice ;-). In terms of "Out of range" detection, I updated to arduino core 3.2, but...
Hello @h2zero , Can you confirm my setup does use arduino core 3.2 that should have addressed the issue ? Any suggestion for further troubleshooting ? Thanks.