Hello,
Trying ESP32's SDK example of HA on/off light with Philips Hue, my Hue zigbee bridge cannot find the ESP32 light. Is there a working example/sample to make ESP32-C6 work with Hue zigbee bridge?
Thanks.
Search found 3 matches
- Wed Dec 06, 2023 12:53 am
- Forum: ESP-IDF
- Topic: ESP32 C6 with Philips Hue zigbee bridge
- Replies: 0
- Views: 5120
- Fri May 13, 2022 5:06 pm
- Forum: ESP-IDF
- Topic: Eclipse ESP IDF serial monitor not connecting on Mac
- Replies: 0
- Views: 1048
Eclipse ESP IDF serial monitor not connecting on Mac
When using Eclipse ESP IDF serial monitor on Windows it works fine, however same project on Macbook Pro M1 does not connect to USB port. Yet, I'm able to flash when triggering manual download mode on ESP32 board (PICO-DevKitM-2). Also using "screen" command I'm able to connect to that same USB port ...
- Sun Mar 06, 2022 7:29 pm
- Forum: ESP-IDF
- Topic: How to include components from another project?
- Replies: 1
- Views: 2031
How to include components from another project?
Hi there, I have 2 IDF projects, let's call them "main" and "extra", and I'd like to include components from "extra" project into "main". How do I do that? So far I tried setting EXTRA_COMPONENT_DIRS, and SRC_DIRS in the main project CMakeLists file, but still build process cannot find them. Any hel...