-->
Page 1 of 1

ESP8266 Arduino with platformio and ESP-07

PostPosted: Sun Feb 21, 2016 5:09 am
by extasic
Hi,

I want to start developing with the Arduino framework and platformio of an ESP-07 module. Unfortunately they seem only to support the ESP-01 and ESP-12E.

Do you know if there is any way to use it with the ESP-07?

Thanks in advance

Re: ESP8266 Arduino with platformio and ESP-07

PostPosted: Sun Feb 21, 2016 6:25 am
by mager
I think you can just use the ESP12 setting, just beware that the flash size is the same.

Re: ESP8266 Arduino with platformio and ESP-07

PostPosted: Fri Apr 01, 2016 7:22 pm
by marcelomiranda
I use ESP8266 ESP-7 in my projects with Arduino IDE. Only one difference is GPIO4 and GPIO5 they are reversed.

Thanks