Initial commit: ESP32-C6 Zigbee sensor switch project

This commit is contained in:
2025-11-01 11:57:33 +11:00
commit a8fc24fdf5
1792 changed files with 279851 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
fatal: detected dubious ownership in repository at '/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP'
To add an exception for this directory, call:
git config --global --add safe.directory /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP
f5c3654a1c--1.6.4-2025-10-31 08:40:35 UTC

View File

View File

View File

@@ -0,0 +1,8 @@
--- esp-idf-monitor 1.8.0 on /dev/ttyACM0 115200
--- Quit: Ctrl+] | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H
--- Warning: Failed to decode multiple lines in a row. Try checking the baud rate and XTAL frequency setting in menuconfig
--- Warning: Failed to decode multiple lines in a row. Try checking the baud rate and XTAL frequency setting in menuconfig
--- Warning: Failed to decode multiple lines in a row. Try checking the baud rate and XTAL frequency setting in menuconfig
--- Error: device reports readiness to read but returned no data (device disconnected or multiple access on port?)
--- Waiting for the device to reconnect.........................................................................................................................................................


File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,60 @@
[1/5] cd /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build/esp-idf/esptool_py && /home/sam/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/sam/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 partition --type app /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build/partition_table/partition-table.bin /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build/on_off_light_bulb.bin
on_off_light_bulb.bin binary size 0x775c0 bytes. Smallest app partition is 0x1e0000 bytes. 0x168a40 bytes (75%) free.
[2/5] Performing build step for 'bootloader'
[1/1] cd /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build/bootloader/esp-idf/esptool_py && /home/sam/.espressif/python_env/idf5.4_py3.12_env/bin/python /home/sam/esp/esp-idf/components/partition_table/check_sizes.py --offset 0x8000 bootloader 0x0 /media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build/bootloader/bootloader.bin
Bootloader binary size 0x5610 bytes. 0x29f0 bytes (33%) free.
[3/5] No install step for 'bootloader'
[4/5] Completed 'bootloader'
[4/5] cd /home/sam/esp/esp-idf/components/esptool_py && /usr/bin/cmake -D IDF_PATH=/home/sam/esp/esp-idf -D "SERIAL_TOOL=/home/sam/.espressif/python_env/idf5.4_py3.12_env/bin/python;;/home/sam/esp/esp-idf/components/esptool_py/esptool/esptool.py;--chip;esp32c6" -D "SERIAL_TOOL_ARGS=--before=default_reset;--after=hard_reset;write_flash;@flash_args" -D WORKING_DIRECTORY=/media/sam/8294CD2994CD2111/Users/Dell/Documents/ESP/zigbee_sensor_switch/build -P /home/sam/esp/esp-idf/components/esptool_py/run_serial_tool.cmake
esptool.py --chip esp32c6 -p /dev/ttyACM0 -b 460800 --before=default_reset --after=hard_reset write_flash --flash_mode dio --flash_freq 80m --flash_size 2MB 0x0 bootloader/bootloader.bin 0x10000 on_off_light_bulb.bin 0x8000 partition_table/partition-table.bin
esptool.py v4.10.0
Serial port /dev/ttyACM0
Connecting....
Chip is ESP32-C6 (QFN40) (revision v0.1)
Features: WiFi 6, BT 5, IEEE802.15.4
Crystal is 40MHz
MAC: f0:f5:bd:ff:fe:0b:93:b0
BASE MAC: f0:f5:bd:0b:93:b0
MAC_EXT: ff:fe
Uploading stub...
Running stub...
Stub running...
Changing baud rate to 460800
Changed.
Configuring flash size...
Flash will be erased from 0x00000000 to 0x00005fff...
Flash will be erased from 0x00010000 to 0x00087fff...
Flash will be erased from 0x00008000 to 0x00008fff...
SHA digest in image updated
Compressed 22032 bytes to 13644...
Writing at 0x00000000... (100 %)
Wrote 22032 bytes (13644 compressed) at 0x00000000 in 0.5 seconds (effective 377.8 kbit/s)...
Hash of data verified.
Compressed 488896 bytes to 284332...
Writing at 0x00010000... (5 %)
Writing at 0x0001cf19... (11 %)
Writing at 0x000237be... (16 %)
Writing at 0x0002b01d... (22 %)
Writing at 0x000318bd... (27 %)
Writing at 0x00037642... (33 %)
Writing at 0x0003d4c7... (38 %)
Writing at 0x00043208... (44 %)
Writing at 0x00049284... (50 %)
Writing at 0x0004fa28... (55 %)
Writing at 0x00056319... (61 %)
Writing at 0x0005c5fe... (66 %)
Writing at 0x0006340b... (72 %)
Writing at 0x0006a3ea... (77 %)
Writing at 0x0007058a... (83 %)
Writing at 0x00076ae0... (88 %)
Writing at 0x0007d301... (94 %)
Writing at 0x0008431c... (100 %)
Wrote 488896 bytes (284332 compressed) at 0x00010000 in 6.5 seconds (effective 604.4 kbit/s)...
Hash of data verified.
Compressed 3072 bytes to 136...
Writing at 0x00008000... (100 %)
Wrote 3072 bytes (136 compressed) at 0x00008000 in 0.0 seconds (effective 955.7 kbit/s)...
Hash of data verified.
Leaving...
Hard resetting via RTS pin...

Binary file not shown.