Files
iris-kit/README.md

22 lines
1.0 KiB
Markdown
Raw Normal View History

2024-01-15 04:59:46 +00:00
# IRIS Kit
2022-01-12 17:24:18 +08:00
2024-01-15 04:59:46 +00:00
IRIS Kit is an opensource module of IRIS with IR remote control emitter and receiver. It helps you to do the prototype verification of your smart hardware product.
2022-01-12 17:24:18 +08:00
2024-01-15 04:59:46 +00:00
## Connection
<img src="https://irext-static.oss-cn-hangzhou.aliyuncs.com/iris-kit.png" width="240">
## Development
To develop with IRIS Kit, clone this repo and open the source code directory with VSCode and PlatformIO plugin.
## Firmware
To flash the official firmware, download the binary file from <a href="https://site.irext.net/sdk">SDK and Database</a>, and flash with <a href= "https://www.espressif.com.cn/sites/default/files/tools/flash_download_tool_3.9.5.zip">Espressif Download Flash Tool</a>.
Choose ESP8285 (ESP-01M) and select the firmware bin to flash to your COM port.
<img src="https://irext-static.oss-cn-hangzhou.aliyuncs.com/flash_tool_1.png">
<br>
<img src="https://irext-static.oss-cn-hangzhou.aliyuncs.com/flash_tool_2.png">
## How to use
Please refer to <a href="https://site.irext.net/iris/#iris_kit">IRIS-Kit</a> document.