Web Speech API is not supported by this browser. Install Google Chrome.
Voice input also works in Safari, Yandex, as well as mobile browsers Huawei, Opera and Samsung..
IR LED remote control. Has 3 buttons ON, A and B. Power supply - CR2025 battery. Battery included. Size 85x40x5 mm.
Designed to create your own devices with remote control. Transmission frequency 36 kHz, as a receiver you can use IR receiver TSOP4836 .
Usage example
Arduino connection diagram:
Code for reading from remote control:
To process the data transmitted by the remote control, we use the IRremote library. It can be found on the Internet or in the Arduino IDE Sketch-Connect a Library-Manage Libraries .. in the Library Manager in the search bar, type "IRremote" without quotes and install the library.
Next, paste in the code:
Opening the serial port and pressing any two buttons will see the following:
We get three codes in hexadecimal format: FF02FD and FF9867, as well as FFFFFFFF. Your codes may differ from these. It all depends on the remote control. The first two values are the codes of our buttons, the third is the repetition code. If you hold down the button for a long time, the repetition code will be sent over and over again.
We use the received data, for example, to turn on/off the LED built into the Arduino. Our code will look like this:
Now, by pressing alternately two buttons on the remote control, we will turn on/off the LED.
Thus, you can use various remotes, for example this one: remote control 2 buttons . Also, this code can be easily changed to control another external device, by reassigning the Arduino pin with the LED to another pin.
Игорь (Менеджер интернет-магазина)09:26 24.04.2017share
Здравствуйте. к пульту ничего не прилагается.
The data presented in the product description are for reference only and may differ from those indicated by the manufacturer.
To carry out technical calculations and obtain the exact parameters of the goods, use the datasheets from the manufacturer's website.
If you need additional information, or you found an error in the description, or have other questions about this product, then our manager will help you: Денис - Днепр
unknown