Python Forum

Full Version: IR coding
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I'm looking to send messages via IR (whole numbers actually).
I have the hardware set up, latest LIRC installed,
but i am getting confused what the best approach is for coding the actual sending.;
Somebody knows a good script or method?

thx,
Paul
What you have done/tried so far?
Check this python-lirc
(Jul-24-2018, 06:06 PM)gontajones Wrote: [ -> ]What you have done/tried so far?
Check this python-lirc

Have seen many, but not this one.
Will give it a try !

thx,
Paul
You can also find some examples here: http://nullege.com/codes/search?cq=lirc
I find all these lirc things and configurations quite confusing.

I am wondering if i cannot generate my own "pulses", i only need 10 different ones. (= number of keys on a keypad)
At the receiving end, i can reconstitute what they mean, no prob.

?