BegoonLab / xiao-esp32c6-wifi-sensor

Wi-Fi sensor based on XIAO ESP32-C6
MIT License
21 stars 3 forks source link

Built this exactly like instructions #10

Closed jeffbrown57 closed 17 hours ago

jeffbrown57 commented 3 days ago

using a seeed-studio-esp32c6 and bme280 , configured zigbee built with esp-idf 5.3.1 build successful , flashed it and while monitoring ( using idf.py monitor) its not clear to me if its crashing i can't add a zigbee device in homeassistant , and i can't see any topics in MQTT , looking for xiao/

any pointers ???

and thanks for this ....

alexbegoon commented 2 days ago

Hi @jeffbrown57 ,

The monitor is silent, probably because log output is disabled. To enable it, go to the menu:

idf.py menuconfig

Then navigate to , Component configLog outputDefault log verbosity

and set it to Info. Save the configuration, build, and flash again with the monitor using:

idf.py -p <device/port> build flash monitor.

You should now see the output. Feel free to ask for help if needed!

jeffbrown57 commented 2 days ago

thanks so much , i'll let you know

jeffbrown57 commented 20 hours ago

Thanks so much for your expert assistance , working great this morning !!