Is there a simple way to send an ON / OFF for my ducted air conditioner?

Hi all,

I have my IR codes - well I think - (midea air conditioner -> https://github.com/sheinz/esp-midea-ir/blob/master/midea-ir.c1 )

How do I program this for my nodemcu? I like the nodemcu for it's size and easy connection to wifi. I already have two working flawlessly but programmed with Blynk. Mainly relay control so I didn't need to think too much lol.

Could someone please give pointers on how get started with this. I think I have all the necessary components (learner and blaster etc). The remote I'd like to mimic is this one

I can’t find simple step by step instructions to set this up properly. At this stage I am not overly concerned about any other function than on and off.

Appreciate any feedback!

From your post, I am not sure if you already have a functioning remote and want to build another with the Arduino or if you Need to build one with an arduino because you don't have a remote Controller available otherwise.

If you have a remote already that you are trying to mimic, take a look at this article: Receiving and Decoding IR | Using an Infrared Library on Arduino | Adafruit Learning System

I would think that once you have decoded the Signal needed (or have extracted the required signals from a table somehwere, you did say that "have my IR codes - well I think") that the samples which came with the IR library would be easy enough to adapt to send your required signals.

Sorry about the delay,

I am wanting to clone basic on off function of an existing remote.
Thanks, I will check out the link you posted.