My doubt is the following: once the pipeline is flashed in the device, how can I verify if the code is running and not crashed in the device (and not host)?
How to verify if the code is running with on-device programming?
Hello vipulkumar , I would suggest checking on the other side if the data is streaming. If you initialize server on ESP32, you can try to connect to it. If you initialize HTTP client, you can log on the server that the ESP32 is connecting to.
Thanks, Erik