platform-espressif8266 icon indicating copy to clipboard operation
platform-espressif8266 copied to clipboard

Espressif 8266: development platform for PlatformIO

Results 95 platform-espressif8266 issues
Sort by recently updated
recently updated
newest added

As detailed in https://community.platformio.org/t/building-uploading-spiffs-fails-error-3/11160/6?u=maxgerhardt, for the `platformio.ini`: ``` [env:d1_mini_pro] platform = espressif8266 board = d1_mini_pro framework = arduino ``` and creating a `data/` folder with one sample file inside it,...

bug

PIO version 5.2.0 Framework: [email protected] When doing a remote upload with a command like `ENV1=value1 ENV2=value2 pio remote -a agent run -e env -t upload --upload-port 192.168.1.141` the firmware is...

https://docs.platformio.org/en/stable/plus/debugging.html#piodebug does not list ESP8266, so this might be a feature request. Could not get JTAG Debugging running on platform-io. adding the following lines to platformio.ini ``` [env:esp12e] debug_tool =...

The original RTOS SDK for the ESP8266 platform provides two functions: `gpio_set_level` and `gpio_get_level` inside the `driver/gpio.h` module, that are missing in the relative PlatformIO framework. [link to the GPIO...

Hi, I have found an issue when uploading Filesystems via OTA. The "-s" flag is not supplied to the espota call and thus the OTA fails. The issue is at:...

In some cases it's needed to have a full flash erase target. Could you update the platform to have erase target like [there is for ESP32 ](https://docs.platformio.org/en/latest/platforms/espressif32.html#erase-flash) Question has been...

The version being used is awfully old and no documentation available for it on Espressif's website.

I am attempting to develop for the AZ-Delivery Lolin V3 ESP8266 ESP-12F. The Arduino IDE uploads and runs my version of blink.ino without issue (the single difference from normal ESP8266...

Just trying to build a blink program I get the following link failure for the oak. ``` $ pio run -t upload Processing oak (platform: espressif8266; board: oak; framework: arduino)...

The upload fails. What could be the problem? ``` pio run -v -t upload Processing nodemcu (platform: espressif8266; board: nodemcu; framework: arduino; upload_port: /dev/tty.usbserial-210) ------------------------------------------------------------------------------------------------------------ CONFIGURATION: https://docs.platformio.org/page/boards/espressif8266/nodemcu.html PLATFORM: Espressif 8266...