22 lines
1.0 KiB
Markdown
22 lines
1.0 KiB
Markdown
# IRIS Kit
|
|
|
|
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.
|
|
|
|
## 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#download">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/#collector">IRIS-Kit</a> document.
|