platform-espressif8266
platform-espressif8266 copied to clipboard
Espressif 8266: development platform for PlatformIO
Is that possible to use Arduino platform and RTOS-SDK? I have a project using arduino platform and I would like to use the mqtt_client.h library from RTOS-SDK. Any tips? Thanks!
I got an issue regarding bearssl with TLS1.2 and ciphers. It´s working since 2 years. Now it is broken. Code: `httpsClient = new BearSSL::WiFiClientSecure(); httpsClient->setCertStore(&certStore); http->begin(*httpsClient, url); client = httpsClient;`...
Is there any option like arduino,? 
If I run pio run -t clean -t upload -t uploadfs -t monitor it uploads 2 times the fs, but no firmware! Clean and monitor are executed properly. If I...
Could you add this board to platformio? https://github.com/LilyGO/TTGO-ESP8266-0.91-SSD1306 For more information, click: https://drive.google.com/file/d/1L8ll-DeAC2SATBZn0-KbSaZsrinbnXkF/view [https://github.com/LilyGO/TTGO-ESP8266-0.91-SSD1306/tree/master](https://github.com/LilyGO/TTGO-ESP8266-0.%E2%80%8B91-SSD1306/tree/master)
References: > https://github.com/SpacehuhnTech/esp8266_deauther > https://raw.githubusercontent.com/SpacehuhnTech/arduino/main/package_spacehuhn_index.json
Upload Filesystem Image OTA fails in this version of Visual Studio Code that is targeting ESP8266 d1_mini. Also, I have v3.0.0 of PlatformIO IDE extension installed. Version: 1.75.1 (user setup)...
What kind of issue is this? - [ ] **PlatformIO IDE**. [PlatformIO IDE for VSCode] - [ ] **Development Platform or Board**. [env:nodemcuv2] platform = espressif8266 board = nodemcuv2 framework...
Using PlatformIO to compile for the WEMOS D1 mini Pro will cause a crash after reaching end of setup(). The following sketch works fine in Arduino IDE but not in...
I recently tried flashing new firmware onto my esp8266 and noticed that my boards wouldn't connect and flash like they were supposed to. My board is a d1-mini clone and...