updated README.md files
This commit is contained in:
@@ -60,3 +60,14 @@ Android APP remote controller.
|
|||||||
Well by connecting to the Arduino controller with IP address in the same LAN, the Android APP can send the downloaded remote control binary to it,
|
Well by connecting to the Arduino controller with IP address in the same LAN, the Android APP can send the downloaded remote control binary to it,
|
||||||
and then pass the remote control command by pressing buttons accordingly. The Arduino remote controller would decode the IR time series instead and send the
|
and then pass the remote control command by pressing buttons accordingly. The Arduino remote controller would decode the IR time series instead and send the
|
||||||
38KHz infra-red carrier waves to home appliances.
|
38KHz infra-red carrier waves to home appliances.
|
||||||
|
|
||||||
|
|
||||||
|
## Related Links
|
||||||
|
|
||||||
|
- IRext Official Site: https://irext.net
|
||||||
|
- IRext Documentation: https://site.irext.net/doc
|
||||||
|
- IRext GitHub: https://github.com/irext
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Please refer to the IRext repository for license information.
|
||||||
@@ -47,3 +47,14 @@ The system:
|
|||||||
4. Transmits the IR signal using the IRremote library on pin 3
|
4. Transmits the IR signal using the IRremote library on pin 3
|
||||||
|
|
||||||
The system supports various IR protocols and device types through its modular decoder architecture located in the [src/ir_decode](src/ir_decode) directory.
|
The system supports various IR protocols and device types through its modular decoder architecture located in the [src/ir_decode](src/ir_decode) directory.
|
||||||
|
|
||||||
|
|
||||||
|
## Related Links
|
||||||
|
|
||||||
|
- IRext Official Site: https://irext.net
|
||||||
|
- IRext Documentation: https://site.irext.net/doc
|
||||||
|
- IRext GitHub: https://github.com/irext
|
||||||
|
|
||||||
|
## License
|
||||||
|
|
||||||
|
Please refer to the IRext repository for license information.
|
||||||
Reference in New Issue
Block a user