I'm new to the ESP flashing. trying to follow instructions on this thread, flashing the ESP chip to receive RF output on the Arduino without success. Getting the attached error messages. I noticed that i don't have the option to reduce the baud rate lower than 115200.
(03-29-2023, 09:56 AM)admin Wrote: you can use ESPHome, just config IR receiver or RF reciever gpio pin. make sure your product have IR or RF hardware function.
How do I make sure that the KC868-Server has IR or RF hardware function?
I have tried different configs using different pins (22, 36) in each instant. this is for Samsung TV.
Here is config 1 below for ESPHome:
captive_portal:
remote_receiver: pin: 36 dump: all # Settings to optimize recognition of RF devices tolerance: 50% filter: 250us idle: 4ms buffer_size: 2kb
Here is config 2 below for ESPHome:
captive_portal:
web_server: port: 80
remote_receiver: pin: number: 23 inverted: True dump: all