A place users can post their projects. If you have a small project and would like your own dedicated place to post and have others chat about it then this is your spot.

User avatar
By Jimmy Kim
#35786 I want to migrate the C code below to lua code for NodeMCU.

IRsend irsend(2);
int khz = 38;
unsigned int irSignal[] = {8950,4500, 500,600, 500,600, 500, .....};
irsend.sendRaw(irSignal, sizeof(irSignal) / sizeof(irSignal[0]), khz);

Is there anyone to help me?