- Tue May 05, 2015 10:17 am
#16574
Look at this link, it's also discussed there:
http://bbs.espressif.com/viewtopic.php? ... 0&start=10In short, you have to install the ESP8266 SDK (esp_iot_sdk_v1.0.1_15_04_24) and compile the provided AT Code yourself by selecting the version without the FOTA-Option.
Otherwise the Flash Size of 4MBit=512KB is not enough as FOTA needs twice the space for downloading the update-files.
I did so and everything works fine. Forget about FOTA, for me it never worked.
How to setup the SDK on a Windows machine, a little tricky but it work s :http://bbs.espressif.com/viewtopic.php?f=5&t=2The SDK works on lubuntu, a special linux provided by espressif.
So you first have to install a virtual machine with the lubuntu-vm.
Read the README.pdf from here, that should be enough, there are also all the Files you need for the vm:
https://drive.google.com/folderview?id= ... sp=sharingHere's the latest SDK for download:
http://bbs.espressif.com/viewtopic.php?f=5&t=398In there is a document folder and there you can find "2A-ESP8266__IOT_SDK_User_Manual__EN_v1.0.1.pdf"
That tell's you how to compile the AT without FOTA.
Give it a try, good luck...