Garbage output esp wrover after upgrading to v1.8.0
See original GitHub issueAfter upgrading to platform-espressif32 to v1.8.0, the esp continuous outputs garbage:
!�t����R��fgRӒ��fg␒Ӓ��fgR�R��fgR�R��f�RӔ��␄gR����␆g.....
I tried the following settings:
platformio.ini
[env:esp-esp32cam]
platform = espressif32
board = esp32cam
framework = arduino
and
platformio.ini
[env:esp-wrover-kit]
platform = espressif32
board = esp-wrover-kit
framework = arduino
The current work around is using v1.7.0: platformio.ini
[env:esp-wrover-kit]
platform = https://github.com/platformio/platform-espressif32.git#v1.7.0
board = esp-wrover-kit
framework = arduino
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
ESP32 Troubleshooting Guide | Random Nerd Tutorials
The ESP32 has a few problems when you are trying to upload new sketches or install the ESP32 add-on. This is the ESP32...
Read more >ESP-FAQ - Technical Documents - Espressif Systems
This section provides instructions for using ESP-FAQ. The purpose of “Question search” is to help you quickly un-.
Read more >Getting started with ESP32 development using the TTGO T ...
... people with type ESP32 platform would be the best one to use to get into ESP32 development I researched this and decided...
Read more >XJM - River Thames Conditions
Day after period app, Petit main coon, Farbfoto mani matter, In ear monitor system, Enp-5150gh! Autograft allograft difference, West end brewery upgrade, ...
Read more >Read the Docs Template Documentation
Mlink (MESH LAN communication protocol) is a solution for controlling ESP-WIFI-MESH network devices through APP, including: device discovery, control, upgrade, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Please report this issue to https://github.com/espressif/arduino-esp32/issues
Not (yet) checked.
v1.7.0 with
esp32cam.json
does work.