I have two RTK Surveyors ofthe first batch. They report 4 MB Flash.
If I upload the latest binary, the device stops functioning and will continuously reset with the error message:
rst:0x3 (SW_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
This suggests and overflow of the FLASH rom.
Also the oldest available versions of the binaries (1.10) will not function and result in a continuous reset.
After compiling the software with Arduino IDE while setting the flash size to 4MB I can get it to seemingly function.
On windows I will have to comment out WiFi support, otherwise it will not compile at all.
On Linux it states that the sketch is too big when including WiFi.
However whatever I do, it will not render me useable device since it will not even communicate through Bluetooth (WiFi obviously doe snot function since it will not compile at all).
I now have two bricked devices.
Questions:
-
Is it right to think the oldest versions of RTK Surveyor have 4 MB Flash and newer versions have 16 MB?
-
And if so, is there a version of the software available that will work with these 4 MB Surveyors?
-
Is there any other solution to get these devices functioning again?