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
<li>Make sure the components are wired up correctly. <i>Common mistake:</i> You do NOT need to connect VCC of IR Transmitter Boards, only DATA and GND!</li>
51
+
<li>Download the script for your hardware using the table below</li>
52
+
<li><ahref="https://www.arduino.cc/en/software" target="_blank">Download</a> and Install Arduino IDE </li>
53
+
<li>Install IRremote 3.3.0 using Manage Libraries (Ctrl+Shift+I)</li>
54
+
<li>For ESP32 you need to add https://dl.espressif.com/dl/package_esp32_index.json in Preferences and in Board Manager you'llneed to install esp32 and select "Board: ESP32 Dev Module". Make sure you're using the correct COM Port. On Windows to flash you need to keep BOOT pressed.</li>
55
+
<li>Open the Script with Arduino IDE and make sure it compiles (Ctrl+R) and after verifying do upload (Ctrl+U). After rebooting the device should be pairable in Android.</li>
56
+
<li>Pair your Android with the Bluetooth module (Password: 1234). The name could vary. For ESP32 it is "irplusESP32"</li>
57
+
<li>Now start/restart irplusLAN and select the <b>already paired</b> Bluetooth module in the App's settings.</li>
58
+
<li>If you press a button on irplusLAN the app will transmit the signal to Arduino via Bluetooth and Arduino will send
59
+
the IR signal.</li>
60
+
<li>To verify you can as usual use a different phone's camera to see the IR light. Some IR Emitter Breadboards come with an LED light to show activity</li>
61
+
</ol>
62
+
63
+
30
64
</p>
65
+
66
+
31
67
32
68
33
-
<p>
34
-
<ahref="scripts/irplusarduino.ino" target="_blank">Download the C (*.ino) sketch for Arduino</a>
35
-
<br> 1. Upload the script to your Arduino
36
-
<br> 2. Pair your Android with the HC-05 Bluetooth module (Password: 1234). Note the HC-05 should be in 9600 baud default
37
-
mode.
38
-
<br> 3. Now start/restart irplusLAN and select the HC-05 Bluetooth module in the App's settings.
39
-
<br> 4. If you press a button on irplusLAN the app will transmit the signal to Arduino via Bluetooth and Arduino will send
IrSender.sendRaw(dataBuffer, sizeof(dataBuffer) / sizeof(dataBuffer[0]), carrierKhz); // Note the approach used to automatically calculate the size of the array.
0 commit comments