espressif / esp-insights

ESP Insights: A remote diagnostics/observability framework for connected devices
Apache License 2.0
101 stars 27 forks source link

Missing menu point ESP-INSIGHTS #39

Closed planeckatamb closed 5 months ago

planeckatamb commented 5 months ago

Hey,

I am running a ESP32H2 Dev Board just bought a couple of days ago. With idf.py menuconfig I can run the configuration menu. Within Component config, there is no option for ESP-Insights. All the other menu points are there. Any ideas? Couldn't find any other issue on the internet with the same problem.

BR Mario

vikramdattu commented 5 months ago

Hi @planeckatamb Which example are you running idf.py menuconfig for?

If the example which is not the part of this repo, you can still add insights to your project via component manager: https://components.espressif.com/components/espressif/esp_insights You should now see the option under idf.py menuconfig > Component Config >

Add these lines to initialise the insights in your project. https://github.com/espressif/esp-insights/blob/main/examples/minimal_diagnostics/main/app_main.c#L63-#L73

planeckatamb commented 5 months ago

Hey, I am using the blink example https://github.com/espressif/esp-idf/tree/master/examples/get-started/blink or any other example. Currently, I am developing some Matter devices. So specifically, where I first found this problem was with this example https://github.com/espressif/connectedhomeip/tree/9f6d627e0262e1d023986291948bb4e845be803e/examples/lighting-app/esp32 I will try the insights example and the manual code insertion.

Thanks! Mario

shripad621git commented 5 months ago

@planeckatamb , for trying out the lighting-app esp32 you can refer the steps here in connectedhomeip.

planeckatamb commented 5 months ago

However, Wi-Fi is not available on the ESP32H2 so maybe also no ESP Insights. Nevertheless, I tried it with the ESP32C6 and it worked flawlessly. So I think it is a matter of hardware.