davidk88
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:  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).