For example, on Android with IR you just put frequency and timings (on, off, on...) in microseconds. There is power button for some old LG LCD from 2008 - I guess it is universal, and it is NEC protocol. At least using Arduino with some standard IR library, NEC works the same. There was some page I've found the code for TV (it was not Lirc) but I don't remember it right now. Here is Android code:
Code:
int[] power = {8942,4471,552,578,552,578,552,1683,552,578,552,578,552,578,552,578,552,578,552,1683,552,1683,552,578,552,1683,552,1683,552,1683,552,1683,552,1683,552,578,552,578,552,578,552,1683,552,578,552,578,552,578,552,578,552,1683,552,1683,552,1683,552,578,552,1683,552,1683,552,1683,552,1683,552,39660};irDA.transmit(38028, power);
Statistics: Posted by MatSOBDev2 — Sat Mar 30, 2024 7:18 pm