Search found 4 matches

by beameye
Sat Sep 13, 2025 8:46 pm
Forum: ESP-IDF
Topic: esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.
Replies: 3
Views: 1375

Re: esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.

Fixed the error "Config is NULL or mandatory feature_flags are missing."

Added this line to set the passive_infrared feature flag in the config struct:

occupancy_sensor_config.occupancy_sensing.feature_flags =
cluster::occupancy_sensing::feature::passive_infrared::get_id();

Before the creation ...
by beameye
Sat Sep 13, 2025 4:06 am
Forum: ESP-IDF
Topic: esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.
Replies: 3
Views: 1375

Re: esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.

I found the solution to the 2nd error "CONFLICT! driver_ng is not allowed to be used with this old driver" on https://github.com/espressif/esp-matter/issues/1449. The fix for that included using esp-idf v5.5 . Unfortunately it doesn't fix the first error(which is my problem) but v5.5 does provide a ...
by beameye
Fri Sep 12, 2025 2:10 am
Forum: ESP-IDF
Topic: esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.
Replies: 3
Views: 1375

esp-matter/example/sensors Config is NULL or mandatory feature_flags are missing.

I am using the esp-matter/examples/sensors occupancy sensor for my project without the temperature and humidity sensors. A few months ago I was able compile and run the program, commission and change/notify application (Alexa) with my custom hardware sensor. Recently I had to reinstall the ubuntu ...
by beameye
Sat Apr 01, 2023 2:44 pm
Forum: ESP-IDF
Topic: Is Espressif planning to release an SDK for the Sidewalk protocol?
Replies: 0
Views: 1134

Is Espressif planning to release an SDK for the Sidewalk protocol?

Hi Espressif,
I am developing a new product using the ESP32-C3 for Matter provisioning and as a RF gateway/bridge for a LaRaWAN radio connected to the C3’s SPI port. I would like to add support for Amazon Sidewalk to utilize its extended range coverage. Is Espressif planning to release an SDK for ...

Go to advanced search