

Therefore, you may purchase different versions of the firmware. If you discover the ESP8266 (and the ESP-01), it’s a bit like Arduino clones, you will find many manufacturers / sellers. It is much cheaper than a Arduino Wifi Shield or the Arduino Yun. For less than 3 € from Asia, you add a Wi-Fi board to your Arduino.

I’ve used differents setups into “platformio.ini” but I always got the same result the code is flashed successfully but nothing happens.The ESP-01 is certainly the most popular member of the large family of WiFi modules ESP8266 (18 at the time of writing this article). pioenvs/esp01/firmware.bin to flash at 0x00000000 pioenvs/esp01/FrameworkArduino/umm_malloc/umm_malloc.c.oĪrchiving. pioenvs/esp01/FrameworkArduino/Ĭompiling. pioenvs/esp01/libFrameworkArduinoVariant.aĬompiling.

pioenvs/esp01/libFrameworkArduinoVariant.a LDF MODES: FINDER(chain) COMPATIBILITY(light)Īrchiving. SYSTEM: ESP8266 80MHz 80KB RAM (512KB Flash) PLATFORM: Espressif 8266 > Espressif Generic ESP8266 ESP-01 512k Uploading 250400 bytes from /tmp/arduino_build_479072/ to flash at 0x00000000Īnd it’s the output from platformio: Verbose mode can be enabled via `-v, -verbose` option Global variables use 32224 bytes (39%) of dynamic memory, leaving 49696 bytes for local variables. Sketch uses 246259 bytes (49%) of program storage space.

Quit: Ctrl+C | Menu: Ctrl+T | Help: Ctrl+T followed by Ctrl+H -Īnyway if I flash the same code from Arduino IDE, it works. Recently, I wanted to upload the code written into Platformio, but after to flash it nothing happens… I’ve tested with a very simple Blink code (using the BUILTIN led)… I only see this in the serial monitor (also setting differents velocities 9600, 115200, etc): - Miniterm on /dev/ttyUSB0 74880,8,N,1. I’ve been flashing new code (scketchs from Arduino) using the Arduino IDE, and it was good… without problems (I’m using a FTDI module and an small and easy circuit to connect the ESP8266 to may PC). I’ve been testing and working with a ESP8266 module some like this ( ). I’m new with PlatformIO, I’ve started to used it just to try a better alternative to Arduino IDE.
