Here we can all chat about fixing the AT+ command structure and the associated responses.

User avatar
By martinayotte
#9332 Trying recently to compile Espressif AT from github https://github.com/espressif/esp8266_at against 0.9.5 SDK, I've faced issues. I've posted on Espressif BBS and here is the answer I've got from them :

AT firmware is not open source any more.. Sorry for the inconvenience..


http://bbs.espressif.com/viewtopic.php?f=16&t=140#p656

:( :cry:
User avatar
By sej7278
#9338 since sdk 0.9.5 the AT code is a separate library as i understood it, which in some way is a good thing - you can use low level C firmware without the bloat of that god-awful AT stuff.

is anyone even using the AT commands anymore?

and lets face it, espressif wouldn't know opensource if it bit them on the arse. they even moved to a closed libssl/lwip between 094 and 095

it does look like people like nodemcu are going to have to move to the freertos sdk, in the longterm, can't really base a product on a zipped up sdk with no source that the vendor may just stop making quite soon.