All the boards provided by HiLink have an on board MCU and offer a serial protocol of some sort.
I wrote a finite state machine based decoder for each them from the basic info on some documents,random example code and the textual description of the protocol from the aliexpress page. They are all wrapped in an outer state machine that provides entry and exit triggers. If you can read C++ the code is nothing fancy.
I have another more complete project for just the 2450 in another repo for the esp-idf with wifi provisioning and publishes presence to mqtt. I have 3 of these around the house.
I have another more complete project for just the 2450 in another repo for the esp-idf with wifi provisioning and publishes presence to mqtt. I have 3 of these around the house.