-->
Page 1 of 1

ESP8266 vs ESP32

PostPosted: Mon Sep 18, 2017 8:12 am
by faramon
Hi,

What is general difference between ESP8266 and ESP32? Is ESP32 same to manage as ESP8266 and can be flashed on same way? Is ESP32 lua compatible?
I'am familiar with ESP8266 and now maybe I buy some ESP32 but need to know if is same to manage, thanx, Faramon

Re: ESP8266 vs ESP32

PostPosted: Mon Sep 18, 2017 1:49 pm
by gdsports
All the answers to your questions are here but be prepared to do some reading.

Re: ESP8266 vs ESP32

PostPosted: Tue Sep 19, 2017 11:03 am
by eriksl
In short: esp32 is 2 x esp8266 (two cores), more iram, more dram, bluetooth, hardware i2c and pwm and most important: the radio (wifi/bluetooth) handling is completely done on one core, while the other is for (your) applications.

The "SDK" is completely different, barely comparable.