paulvha

Results 151 comments of paulvha

yep.. that worked for me. you can find it in the top the sketch, Maybe your files are copied to the wrong place. Attached an updated version. In the top...

I have made more changes to ArduionoBLE to solve a number of (known) bugs and some changes for my local tests. Don't want to start mixing versions. Let's try this...

HI Instead of using Github, send me your BLELocalCharacteristic.cpp and h files directly ([email protected]) Maybe we a shorter link so I am able to provide more/ faster help and debug....

To add to previous message: I am a bit puzzled with what you try to achieve. I got the impression that with every valid BLERead_callback, where all the previous data...

thanks. Before readValue() is called from the ATT-layer, it first calls valueLength(). ONLY if valueLength is NOT zero, readValue() is called. Valuelength is set to the amount bytes that have...

I am working on other communication examples with ArduinoBLE and Ubuntu. With that, I discovered that the dummy (Number 1) needs to be the SAME length as the value you...

THanks Very strange you do not see that behavior not working for you. If you look in the top of the sketch that was provided with latest update, you will...

Yes... I know this issue (and the solution to apply) as it took 3 long days of hard debugging in the past weeks to figure it out. The problem is...

Hi The standard I2C on ESP32 is indeed not using clock stretching which is the root cause of all this. The Softwire.h can be used for all devices that want...