Downloading and installing the new Arduino IDE for ESP8266

Moderator: igrr

User avatar
By Emre k
#58177 I want to buy esp12f modules and develop under arduino ide. So i installed 'Additional Board Manager'. But when i open boards section i cant see esp12f module in here. I can see NodeMCU 0.9 (Esp12) and NodeMCU 1.0 (Esp12e). If i want to use esp12f with ide which board should i select from arduino ide. Is esp12f supported with arduino ide?
User avatar
By Vicne
#58188 ESP-12e and ESP-12f are the same except for the antenna design which gives the 12f a longer range. You can use NodeMCU 1.0 (Esp12e) as I do.
Note however that if you have a bare ESP-12f and some wires connecting the ESP serial to your computer, you'll have to keep GPIO0 low while resetting the chip to enable serial flashing before uploading via the IDE.
If your ESP-12f is mounted on a NodeMCU, Witty, Wemos D1 or equivalent, those boards are pre-wired so that the GPIO0 low and reset can be performed by the IDE during the upload process.

Kind regards,

Vicne
User avatar
By Emre k
#58189 Dear Vicne;
Thanks for reply. I bought bare version of esp12f and ftdi programmer. Because i thought that if i buy nodemcu version, i can't use it with arduino ide. And that was wrong. Now i am thinking to buy also nodemcu versions. Are there any advantages of nodemcu versions? I dont want to use lua. If i buy some of them, i will use with arduino not lua.

Best regards.