Page 1 of 1

Differences between ESP8266 and ESP8266EX.

Posted: Sat Mar 05, 2016 2:56 pm
by beyonlo
Hi.

What is the difference between ESP8266 and ESP8266EX?

Thank you.

Re: Differences between ESP8266 and ESP8266EX.

Posted: Sat Mar 05, 2016 3:29 pm
by deshipu
Not really sure what are the exact differences, all I found is this: https://github.com/esp8266/esp8266-wiki ... 6-Versions

Re: Differences between ESP8266 and ESP8266EX.

Posted: Sun Mar 06, 2016 11:30 am
by beyonlo
That url don't say the differences.

Re: RE: Re: Differences between ESP8266 and ESP8266EX.

Posted: Sun Mar 06, 2016 11:34 am
by beyonlo
beyonlo wrote:That url don't say the differences.
I mean, will be the ESP8266EX supported too for the uPython?

Of course, first we need to know the differences.

Thanks.

Re: Differences between ESP8266 and ESP8266EX.

Posted: Mon Mar 07, 2016 12:51 pm
by platforma
This is a little confusing and I've never noticed this EX thing, I am guessing that ESP8266EX is the revised hw/architecture version from the initial ESP8266 version. But commonly referred to as ESP8266 anyway. It is the same SoC, or MoC (module on chip) as they like to refer to it :)

Looking at the official page: http://espressif.com/products/hardware/ ... x/overview
And the datasheet: https://www.adafruit.com/images/product ... N_v4.3.pdf

And I'm fairly certain that it is supported by the upython project. In fact, so long as the SoC architecture is the same and you have serial pins hooked up, no matter what version of the module you have, you will be able to use micropython.

Re: Differences between ESP8266 and ESP8266EX.

Posted: Tue Mar 08, 2016 6:34 am
by pfalcon
To sum it up in a simple manner, the difference between ESP8266 and ESP8266EX and is that chip named "ESP8266" doesn't really exist - either at all, or at least by now. It might have been an early prototype or something. I got my first modules pretty early, but they were already ESP8266EX. All contemporary modules are ESP8266EX, Adafruit Huzzah board (the official reference board) is ESP8266EX. So, that's what we officially support. If you do own ESP8266 (without EX), please let us know (post a picture here with a chip, with clear marking (including production date)). We may need your help with testing it ESP8266 (without EX) then. Thanks.

Re: Differences between ESP8266 and ESP8266EX.

Posted: Wed Mar 09, 2016 12:14 pm
by platforma
Curious, I've never noticed this, following esp8266 since the beginning. But my very first esp-01 modules are also EX.
I doubt there will be a lot of people left who might have non EX versions. Thank you for the enlightening Paul :)