MaxineMuster

Results 87 comments of MaxineMuster

I never heard about this and I fear, it will be hard to fix, at least only with the error code 0xc4. This is because all WiFi related code is...

Made a quick search in SDK for this code and only found one "near" match in bl (Bluetooth) code: [components/ble/mac/ble/hl/api/rwble_hl_error.h](https://github.com/openshwprojects/OpenLN882H/blob/f9a0edae1d8087f4789e1ff78826a858301425dc/components/ble/mac/ble/hl/api/rwble_hl_error.h#L493) ``` /// Reserved slot violation -- LL_ERR_RESERVED_SLOT_VIOLATION = 0xC4, ```

Just poking around in the dark: I remember setting static IP with LN882H was a bit strange, so could you try if trying with DHCP IP makes any difference?

See discussion in elektroda thread: this represents the internal pin number, not the gpio. And: DHT is not enabled in base ESP8266 build, so the display of the pin is...

Sorry for the confusion, "internal" meant OBK-internal, not to confuse with MCU internal numbers. DS1820 will need coding to get timing correct, doing this is a "time consuming" ;-) task,...

You might try this one. Timing is really hard to do here. Changing pin from output to input is so time consuming, I had to remove all delays to get...

That's indeed missing, thanks for your report, probably some other sensors are missing , too. Will try and fix this soon.