davidk88

Results 5 comments of davidk88

Hello, my problem is that I need to have reset line connected to another micro. I don't want to be reset when esp is reset. When gpio mode is set...

With your code is like this: ![image](https://github.com/espressif/arduino-esp32/assets/18684756/4bfd6edd-e811-413b-8e25-7b3b46e88f1a) 1: reset button pressed 2: reset button released (short pulse to low) 3: gpio initialized with your code (5 seconds delay from setup...

Hello @AlexandrErohin I can get response with router = TplinkRouter('ip', 'password', logger=Logger('test')) router.authorize() print(router.request('admin/status?form=all&operation=read', 'operation=read')) What do you need now?

Hello, I checked handleGapEvent and no (unhandled) event comes when client goes out of range. Also notify on characteristic is returning true, and result in onStatus callback is 0. So...

I have this kind of logic implemented: notify then wait for onStatus. But onStatus is keep giving result 0 (success) (as mentioned in second post).