Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/heiso/zigbee-switch
https://github.com/heiso/zigbee-switch
Last synced: 14 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/heiso/zigbee-switch
- Owner: heiso
- Created: 2024-08-18T13:41:46.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-08-18T14:07:42.000Z (4 months ago)
- Last Synced: 2024-10-26T01:45:19.748Z (2 months ago)
- Language: C
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
| Supported Targets | ESP32-C6 |
| ----------------- | -------- |# Zigbee switcg
## Configure the project
Install idf.py cmd [https://docs.espressif.com/projects/esp-idf/en/latest/esp32/get-started/index.html]
Then `. ~/esp/esp-idf/export.sh`
Before project configuration and build, make sure to set the correct chip target using `idf.py set-target TARGET` command.
## Erase the NVRAM
Before flash it to the board, it is recommended to erase NVRAM if user doesn't want to keep the previous examples or other projects stored info
using `idf.py -p PORT erase-flash`## Build and Flash
Build the project, flash it to the board, and start the monitor tool to view the serial output by running `idf.py -p PORT flash monitor`.
(To exit the serial monitor, type ``Ctrl-T + Ctrl-X``.)