Thomas Krueger
Thomas Krueger
Yes, if your router is down, the device will continuously reset....until it can establish a valid/configured connection. This might be going on for ...days. Its not harmrfull. you will see...
The IPaddress is assigned by the router to the device at connection setup. if you loose connection, the devices IPstack will throw the IPaddress away after a while, because....its not...
Yes, in most cases the router memorizes the IPaddress in connection with the unique MAC address of the device. in this software, if the IPaddress is lost, the IPstack doesnt...
yeah the "eth_phy/phy_lan8720.h" is a leftover and can be removed. didnt hurt. To see your current ESP-IDF Version, goto esp-idf directory. type: git describe my project was compiled towards the...
i never use "install.sh". just procedure above. this conforms to the old style make build.
thanks,will update to idf 4.3 with fixes
@hedgemybets just noticed you are using the cam to read a gas/electric/water - meter. interesting application. yeah - using CamIP/download with flashlight enabled, you can download the iluminated image of...
i am also frustrated with the DVB docu to understand. well each APADPTER has: FRONTEND-> reads/writes to the frontend, tune etc, get status DVR-> should be the TS output from...
ok, SDO transfers usually read/write from/to variables (objects) contained in the OD. For an SDO transfer you have to specify a target OD-entry. By "Stream Transfer" you mean that the...
Ok, i see, the Domain entry is just a dummy. to have an object address. The function CO_SDOserver_initCallbackPre has the following parameters: void CO_SDOserver_initCallbackPre(CO_SDOserver_t *SDO, void *object, // this should...