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-02-08 14:45:09 +08:00
IRIS Kit is an open source 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
2024-01-18 04:06:44 +00:00
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>.
2024-01-15 04:59:46 +00:00
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
2024-01-18 04:09:04 +00:00
Please refer to <a href="https://site.irext.net/iris/#collector">IRIS-Kit</a> document.