Search found 3 matches

by paul_deg
Wed Dec 06, 2023 12:53 am
Forum: ESP-IDF
Topic: ESP32 C6 with Philips Hue zigbee bridge
Replies: 0
Views: 2831

ESP32 C6 with Philips Hue zigbee bridge

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.
by paul_deg
Fri May 13, 2022 5:06 pm
Forum: ESP-IDF
Topic: Eclipse ESP IDF serial monitor not connecting on Mac
Replies: 0
Views: 835

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 ...
by paul_deg
Sun Mar 06, 2022 7:29 pm
Forum: ESP-IDF
Topic: How to include components from another project?
Replies: 1
Views: 1419

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...