Oh, what's that?
There are numerous crowdfunded Smartphone controlled Universal Remotes, that have not delivered! I want to build a under $10 blue-tooth based Remote. No wifi/internet. No certifications. No fancy case.
So what's the Plan?
ESP32, will use Bluetooth and BLE to receive signals from phone and route them to the phone using built in Remote Periperhals and few passives.
I also want to figure out why some of the huge campaigns have failed to deliver while building this. Everything that I build for the project or use will be open-source. So that project can remain alive for a longer time and hopefully somebody will also make it.
ESP32 has built-in Remote Peripheral (actual built in hardware to encode and decode the IR signals.) and Bluetooth Radio (both classic and BLE). These can be used to build a single chip OUR.
(If you'd like to follow our expeditions with ESP32 sign up here or check these tutorials.)
Nice work!
I have a question, can you tell me the meaning of these two arrguments:
rem2.necSend(0x3000, 0xfd02);
in nec.cpp: void ESP32_RMT::necSend(uint16_t addr, uint16_t cmd)
what is addr?