khcnz

Results 16 comments of khcnz

I'm still around and happy to help more, I normally leave git notifications in my inbox to follow up but you normally get to them first :) I won't be...

The smaller units only provide outside air temp when running / for a short period around the running time, I think that's in the mitsubishi documentation somewhere.

Do you still have the Mitsubishi app? You can see there my multi head unit seems to always run the exterior temp in the app, however the standalone AP25 I...

Maybe irrelevant if we can use dout for all build https://github.com/arendst/Sonoff-Tasmota/issues/598

I based it on tasmota - https://github.com/arendst/Sonoff-Tasmota/blob/c768f7d610c2bb5c915d6dda1b204246e0638ede/platformio.ini You can see here that yes I did mess up and DIO should have said DOUT. So 8266 = QIO and 8255=Dout. In...

I'm a little out past my area of expertise but I believe DOUT is basically universally supported by all esp 82\*\* chips, its the lowest common denominator. Tasmota just generates...

Solid flash do you mean constantly illuminated? Do you have an FTDI so you can see the serial output? You don't need to actually solder you can just connect with...

Yes this is very useful - but i'm not sure how this error could occur when writing a 1024byte block to 0x1000.. (as that is 4byte aligned..) will do some...

I was just reading about aligning the in memory buffer in some code here https://github.com/esp8266/Arduino/blob/master/cores/esp8266/spiffs_hal.cpp - something like this i presume uint8_t tmp[4] __attribute__((aligned(4))) = {0xff, 0xff, 0xff, 0xff}; Odd...

Which version of arduino / esp did you use (or platform.io?)