NonPIayerCharacter
NonPIayerCharacter
I have Avatto WT100 thermostat (ordered without wifi, then soldered esp12f). There is no support for it here, so i used esphome. Tuya datapoints should be similar, and if not,...
 Now only has 2 i2c address selection, sixth startdriver parameter, 0 for 0x77, 1 for 0x76 If sensor is not found, then it will scan the other address and...
Chip id is not logged, if it is one of the known ones. If unknown, it will still be printed.
Verified that my bmp180 works ok with esp. Still unable to make it work on beken, even tried to make a new library from scratch for it. Will try to...
Everything, save bmp180 is done. It can be merged, will open a new pull if i will be able to solve the problem with it. Previous pull is for bmp280...
@rpv-tomsk Can you check https://github.com/openshwprojects/OpenBK7231T_App/pull/1538? It uses backported calendar driver from beken_freertos_sdk, but i ported/tested it only on N, and not T. I don't have an oscilloscope, so can't test...
Looking in calendar.h it seems 3125 is just a misspelling, it was meant to be 31_25, meaning a step will be 0.3125us. Or am i thinking it wrong?
I understand what you meant now, and i didn't bother to check it in code - since this is default implementation for delayMicroseconds for bk7238 arduino core. But it worked...
@rpv-tomsk This one: [beken_freertos_sdk](https://github.com/NonPIayerCharacter/beken_freertos_sdk) You can also compile OpenBK7231N_ALT to check if it works with this sdk on N. Or for T here: https://github.com/NonPIayerCharacter/OpenBK7231T_App/tree/_7231u_t And i can already see in...
There were some adjustments to temperature calculation formula afaik, so that is probably the reason for the spiking. If you want your leds to live longer/run cooler - look in...