Nebojša Cvetković
Nebojša Cvetković
I was actually planning on implementing something similar to the PFAT system eventually, so it will be possible one day, but there are a few other things that need to...
The `uart_inject()` function allows you to simulate data being sent to the UART. All you need to do is `uart_register_read_handler(... your injector_function ...)` (see e.g. https://github.com/nebkat/esp32-xbee/blob/master/main/socket_client.c#L42), detect MT1005 and inject...
Some early and untested code is here https://github.com/nebkat/esp32-rtcm/ for anyone interested. @DavidKelleySCSC > I would urge caution here, first you will have to parse RTCM message details and become very...
I think it makes most sense if Note1 is referring to the "GNSS CODE-differential operation" section further above, where it lists 1008 or 1033 as options. Either way, sounds like...
@d1ken I will most likely be releasing it in the next week or so, but currently it does not have the NEAR mountpoint feature.
Hi @steffnat, I also have Eduroam in my university, so I'll see what I can do - will mainly have to figure out how to upload and store the server...
Hi Andrew, Thank you for all your research! I will be back from vacation tomorrow and will look through the logs to figure out a solution. Let me know if...
For some reason all of your core dumps are giving me this error so I can't get anything useful out of them, you didn't happen to compile your own v0.4.2...
Yes you are correct, I've updated the guide with a warning about that. That is very unusual... were you ever able to successfully complete an update? The flash size doesn't...
This alone doesn't seem incorrect. Could it be because you have not checked the boxes beside the bin files in the flasher tool?