Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/greatcattw/esp32_c6_matter_example_bin_c3_c2
ESP32 C6/C3/C2 matter lighting bin file. It is work with Google Nest Hub.
https://github.com/greatcattw/esp32_c6_matter_example_bin_c3_c2
esp32 esp32c2 esp32c3 esp32c6 lighting matter outlet plug switch
Last synced: 4 months ago
JSON representation
ESP32 C6/C3/C2 matter lighting bin file. It is work with Google Nest Hub.
- Host: GitHub
- URL: https://github.com/greatcattw/esp32_c6_matter_example_bin_c3_c2
- Owner: greatcattw
- Created: 2023-09-07T06:09:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-21T09:57:25.000Z (6 months ago)
- Last Synced: 2024-10-10T14:01:17.994Z (4 months ago)
- Topics: esp32, esp32c2, esp32c3, esp32c6, lighting, matter, outlet, plug, switch
- Language: Shell
- Homepage:
- Size: 10.4 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ESP32_C6_C3_matter_example_bin
ESP32 C6 matter lighting bin file. It is work with Google Nest Hub.After downloaded 1.4G esp-idf and 17G esp-matter, I done the bin file.
Just for testing.
You can flash these bin file with windows tools ( flash_download_tool_3.9.5_0.zip ) .
0x0 build/bootloader/bootloader.bin
0xc000 build/partition_table/partition-table.bin
0x1d000 build/ota_data_initial.bin
0x20000 build/light.bin
PIN is 34970112332
![pic](pic/esp32_qrcode.png)
The PID is set in sdkconfig / CONFIG_DEVICE_PRODUCT_ID
Default, both VID/PID is 0xFFF1 and 0X8000
Need to setting google developer console for google home and Google Nest Hub.
Then you can control ESP32 C6 over voice.
![pic](pic/google_setting.png)
# plug c2 demo bin
gpio#1, blue light, as contorl for relay/SSR.
gpio#18, as button to on/off plug, short to GND as press button.
# Others resource
matter device factoryreset
![pic](pic/uart_driver.png)
![pic](pic/uart_driver2.png)
color light
![pic](pic/color_light.jpg)
dimmer light
![pic](pic/dimmer_light.jpg)
onoff light
![pic](pic/onoff_light.jpg)
plug, end of google nest hub
![pic](pic/plug1.jpg)
plug, end of google nest hub
![pic](pic/plug2.jpg)
plug, end of phone
![pic](pic/plug3.png)
plug, end of phone
![pic](pic/plug4.png)