Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ESP8266 Arduino Core v2.6.0 #471

Closed
7 of 19 tasks
OttoWinter opened this issue Nov 9, 2019 · 3 comments · Fixed by esphome/esphome#905
Closed
7 of 19 tasks

ESP8266 Arduino Core v2.6.0 #471

OttoWinter opened this issue Nov 9, 2019 · 3 comments · Fixed by esphome/esphome#905

Comments

@OttoWinter
Copy link
Member

OttoWinter commented Nov 9, 2019

Arduino Core v2.6.0 for ESP8266 was just released: https://github.com/esp8266/Arduino/releases/tag/2.6.0

There appear to be quite a few bugfixes that may help stability.

Some highlights:

Potential changes needed for:

May want to copy some bugfixes downstream:

Other useful stuff:

Misc:

@brandond
Copy link

esp8266/Arduino#6552 is actually super interesting if you read through the whole thread from the original issue in esp8266/Arduino#6366.

The issue is not that low-end flash chips are slow - the issue is that cheap boards are poorly laid out, and at higher TX powers the RF interference actually causes the flash to misread, resulting in all kinds of bad things including executing instructions that send the pointer to bad offsets in the stack. I wonder if it might also be affecting writes and corrupting flash - that wasn't tested in the thread.

The fix was to either reduce TX power, use an external antenna, or reduce the flash frequency: esp8266/Arduino#6366 (comment). ESPHome doesn't currently expose wifi power settings, but this might be a good reason to do so. See: esp8266/Arduino#764 (comment)

@brandond
Copy link

esp8266/Arduino#6674 (comment) is also interesting

@Marlor
Copy link

Marlor commented Nov 28, 2019

Just a heads-up, Core 2.6.2 just got released and is in platform-espressif8266 2.3.1

@lock lock bot locked and limited conversation to collaborators Dec 11, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants