Adrián Cervera Andés

Results 11 comments of Adrián Cervera Andés

Hello, You can find some info here: https://github.com/vshymanskyy/TinyGSM/issues/29 Regards, Adrián.

> In your example, the error code is bad-alignment. Why would the command become sucessful after a retry ? This is the situation that we are getting now. Although the...

> > we have 16 cameras connected > > Same or different cameras ? Could you tell the manufacturer and model you are using ? Same cameras, SONY XCG 510C....

> As it does not look nice to always retry on error, a proper solution to your issue would be to add a flags property to ArvGvDevice, with one flag...

Hello, We have the same problem. However, it is not a problem with an invalid command, because it fails only sometimes. It works if we do a small change into...

done! https://github.com/AravisProject/aravis/pull/637

Hello, It seems that you are blocked for a long time on waitResponse function and WDT is killing your process. How many time are you waiting?

You can disable WDT in long time operations using wdt_disable() (and enable again at the end of that function with wdt_enable())

I prefer to keep it working and disable only on small parts of code (in your case it seems to be easy). It could be very useful if your board...

Here you can find the documentation: https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/system/wdts.html