Peter Hinch

Results 371 comments of Peter Hinch

The addition of Samsung is quite recent (last update 28th Sept) so firstly make sure you have the latest code. However I only have one example of a Samsung remote....

To display Python code, please prefix it with three ` characters, with the same at the end. Then indenting is preserved (click the preview tab to see the effect). I...

Here is the outcome of testing my Samsung remote. I have annotated it to explain which buttons I'm pressing. In each case I held the button down long enough for...

> So the 0x00 is what I should use as the third value? If you mean the `toggle` arg to `transmit`, it defaults to 0. It is unused by Samsung....

I'm not sure I follow this - apologies in advance if I am misunderstanding. If you want a black and white display (no greyscales) then you can code for B/W...

On the face of it this could be fixed by changing [this line](https://github.com/peterhinch/micropython-mqtt/blob/e450c599a3a260c33dfcf99fe32691d3b528c4a6/mqtt_as/mqtt_as.py#L602C21-L602C61) to read: ```python if s.status() not in (network.STAT_CONNECTING, network.STAT_IDLE): break ``` However I need to check whether...

I can't replicate this. The following is a traceback of the `range_ex.py` demo over a WiFi outage. Hardware is the ESP32 reference board running 1.22.1, and recovery is normal: ```bash...

OK, thanks for letting me know. I think we've resolved this one.

Others have reported problems with firmware V1.20 and later (e.g. #132 and #133). We have figure out the reason and I have pushed an update which addresses this.

Apologies, this is now fixed [here](https://github.com/peterhinch/micropython-mqtt/blob/e55384736febcac6655e846d18164628beedab08/mqtt_as/mqtt_as.py#L103).