arnoutdekimo
arnoutdekimo
The out of the box experience of following the README.md on the latest IDF is not ideal on the ESP32-WROVER-KIT. The build succeeds, but some config settings are wrong, causing...
Hi, I've been looking into getting the MGA-based offline/online assistnow data to the LENA-R8 through the ubxlib. So far no luck. As far as I understand: - In `uGnssAdd`, we...
Hi, I ran into an unexpected issue while trying to fetch a large file over HTTP, using the socket lib. (This relates a bit to https://github.com/u-blox/ubxlib/issues/161, where also the reference...
Hi, For my application, I'd require a firmware update of HTTPS. I am considering using the HTTP functionality from the ublox modem for this, and using the APIs in ubxlib....
Hi, Just a thing for the wishlist: I would like to be able to parse binary data into a cstruct, and then convert it to e.g. a json element. Currently...
Hi, In the v4.2 but also in the 4.3-dev, the https_request_example allows in the sdkconfig to enable both ethernet and wifi. (CONFIG_EXAMPLE_CONNECT_ETHERNET and CONFIG_EXAMPLE_CONNECT_WIFI) Both will then run a dhcp...