ESP8266: A $5 microcontroller with wi-fi that runs Python
1–10 of 81 posts
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#2EDIT: 2015 article, maybe put that in the title?
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#3cool chip! I can't find the SRAM size, anybody has an idea? https://nurdspace.nl/images/e/e0/ESP8266_Specifications_Engl... EDIT: 2015 article, maybe put that in the title?
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#4Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#5cool chip! I can't find the SRAM size, anybody has an idea? https://nurdspace.nl/images/e/e0/ESP8266_Specifications_Engl... EDIT: 2015 article, maybe put that in the title?
For whatever reason the Make dead-tree-edition of the original article posted has a "Table of Boards" in it and they list the ESP8266 as having 1MB of "Memory".
It's also a new article. It's recently run in the February/March 2016 edition of Make: Super (Cheap) Computers.
Edit: While the OPs link is not the new article, it is in the current edition of Make. I was /confused as I had picked it up in the airport and was looking into the ESP8266 referenced in it.
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#6It CAN do TLS but it leaves very little left over if you have any kind of real business logic.
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#7cool chip! I can't find the SRAM size, anybody has an idea? https://nurdspace.nl/images/e/e0/ESP8266_Specifications_Engl... EDIT: 2015 article, maybe put that in the title?
64 KiB of instruction RAM, 96 KiB of data RAM https://en.wikipedia.org/wiki/ESP8266 For whatever reason the Make dead-tree-edition of the original article posted has a "Table of Boards" in it and they list the ESP8266 as having 1MB of "Memory". It's also a new article. It's recently run in the February/March 2016 edition of Make: Super (Cheap) Computers. Edit: While the OPs link is not the new article, it is in the c…
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#8http://www.rtl-sdr.com/broadcasting-color-analgoue-ntsc-tv-w...
Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#9Re: ESP8266: A $5 microcontroller with wi-fi that runs Python
#10While this is a very cool chip for hobbyists, it is quite hard to do real TLS with this chip making it basically useless for commercial applications. It CAN do TLS but it leaves very little left over if you have any kind of real business logic.