You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This is the new guide which you can follow if you have a new Raspberry Pi with Raspbian installed.
70
+
<p>This is the new guide which you can follow if you have a new Raspberry Pi with Raspbian / Raspberry Pi OS installed.
71
71
It's really easy and the recommended way. Attach the IR-Receiver to the GPIO18 (PIN12) pin, to 3.3V (PIN1), if
72
72
unreliable try 5V (PIN2), and any GND (e.g. PIN 14) The pin-out varies by IR-Receiver, read the documentation or
73
73
datasheet of your receiver. Make sure to wire everything correctly as doing an error on this step might kill your Raspberry! The following image shows some examples of pin-outs.</p>
@@ -101,14 +101,14 @@ <h5 class="mb-0">
101
101
<divclass="alert alert-dark" role="alert">
102
102
<samp>sudo nano /boot/config.txt </samp>
103
103
</div>
104
-
<p>Change...</p>
105
-
<divclass="alert alert-dark" role="alert">
106
-
<samp>#dtoverlay=lirc-rpi</samp>
107
-
</div>
108
-
<p>to...</p>
104
+
<p>Uncomment (remove #)</p>
109
105
<divclass="alert alert-dark" role="alert">
110
-
<samp>dtoverlay=lirc-rpi</samp>
106
+
<samp>#dtoverlay=lirc-rpi</samp><br><br>
107
+
<p>On the latest Raspberry OS it is different: </p>
<p>Now you can import the lirc file into irplus. Also send it to me via mail please to improve the database!</p>
147
+
<p>Suggestion: You can also use <ahref="https://github.com/bengtmartensson/IrScrutinizer/tags" target="_blank">IRScrutinizer by Bengt Martensson</a> to record the codes with a GUI and directly export to *.irplus format!</p>
<p>Some Smartphones can record codes (HTC M7,M8,M9+, LG G3, G4). In that case you can use irplus to record the codes.
285
+
<p>Some Smartphones can record codes (HTC M7,M8,M9+, LG G3, G4). In that case you can use irplus to record the codes.
286
+
</p>
287
+
<p>Additonal Note: LG phones can record, but only in a proprietary way. So the codes can't be shared to other devices. If you plan to share the codes you need to use HTC!
0 commit comments