The project I have in mind has to mimic IR signals from remote control devices for audio/video devices like TV, receiver, set top box, etc. The IR signals have to be sent out in formats specific to each device. In order to send the IR signals, the first step is to receive sample signals and analyse them. This is what this post is about.
I am looking at using a NodeMcu Devkit for the ESP8266 and an IR sensor to capture the IR signal format. The ESP8266 also has a web server running and the UI uses this. The raw IR data is then sent to a browser on request. The analysis is done on the browser and the results displayed.