10-10-2016, 04:26 AM
Hi Peter,
I had this problem for few weeks, where the default update location was from Github via HTTPS, and at some point of time it turned out that the firmware does not have enough memory at start so that an update over HTTPS is possible. As a result i had to rewrite a big part of it to fix this and also moved the location to an http server. So to update from this version what you need to do is:
)) )
Regards, Vladimir
I had this problem for few weeks, where the default update location was from Github via HTTPS, and at some point of time it turned out that the firmware does not have enough memory at start so that an update over HTTPS is possible. As a result i had to rewrite a big part of it to fix this and also moved the location to an http server. So to update from this version what you need to do is:
- Download and extract the zip file with the fw from there : http://anker-bg.com/vlast3k/vair/fw.zip
- Via the config tool, send command "proxy", and then once it connects to your wifi - "otau" - this will start local fw update. it should say
Starting OTA...Ready - in the folder where you extracted the archive, start "espota.py -i 192.168.1.124 -f latestVairGit.bin" (change the ip address the the one of your device) (you may need to download some python if you do not have it, version is not important)
- this will update to the fixed version that updates over http and the device will restart
- once it restarts and connects to Wifi again it should be version 1.10.4, and then trigger "otah" - this will automatically update to 1.13

Regards, Vladimir