btsimonh

Results 130 comments of btsimonh

Notes: e.g. if we used https://github.com/Arduino-IRremote/Arduino-IRremote/tree/master/src For receive, we need an ISR running at 50us intervals. It looks like the bk_timer would do this, but we should test by making...

For completeness: We have implemented a 50us timer, added C++ to T and N, and used a modified arduino-IRRemote library. All is looking good so far. TX may have up...

could be related to my issue https://github.com/openshwprojects/OpenBK7231T_App/issues/254 Maybe it's wireless is causing mqtt reconnects, and we lose something each time?

The only thing I see (cannot qualify most of the changes) is an increase from 1000 to 2048 in REPLY_BUFFER_SIZE. I have a feeling that we started with a LARGE...

This should all be resolved in .123 - re-open if it occurs again with that version?

publishAll sounds good. I'll also start an issue on the high-res timer - just a place to document what you've found.

I've got serious issues with similar touch switches with Tasmota. The whole touch switch economy seems to suffer with calibration difficulties. My switches work great on the bench - but...

in the mean time, work out what pins are used. My blaster arrives in a few weeks :).

@homuser2003 - IRRecv and IRSend all implemented, closing now, but ping if you need more guidance...

the communication could be bluetooth? a bootlog would be good.