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

ESP12 dont start #4295

Closed
kamilbystryk opened this issue Feb 5, 2018 · 3 comments
Closed

ESP12 dont start #4295

kamilbystryk opened this issue Feb 5, 2018 · 3 comments

Comments

@kamilbystryk
Copy link

Hardware

Hardware: ESP-12
Core Version: 2.4.0

Description

I have problem with program starts on ESP12 device (ESP8266MOD, producer - DOIT). After start i see don't readable characters on serial. Program starts only, when I choose "generic ESP8255 module". I check - inside module is ESP8266 and SPI flash. No one sketch starts on ESP8266 generic stettings (e.g. blink).
On AI thinker ESP12 program run without problems.
I read settings by Esspressiff download tool:
Problem module:
flash vendor:
C8h : GD
flash devID:
4016h
QUAD;32Mbit
crystal:
26 Mhz

"good" module:
flash vendor:
EFh : WB
flash devID:
4016h
QUAD;32Mbit
crystal:
26 Mhz

How can I solve problem?

Settings in IDE

Module: Generic ESP8266 Module
Flash Size: 4MB
CPU Frequency: 80Mhz
Flash Mode: qio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: ck

@RudyFiero
Copy link

This is not the place for your problem. This is for issues regarding the ESP8266 Arduino software. Issues are bugs or feature requests.

Have a look at this.
https://arduino-esp8266.readthedocs.io/en/latest/boards.html

http://www.esp8266.com/ is a more appropriate place for asking about new user problems. But try and be specific in what you have done. The information you provided here is inadequate. Explaining how you have the module connected and powered would be a good start.

@devyte
Copy link
Collaborator

devyte commented Feb 6, 2018

This gives a hint:
flash vendor:
C8h : GD

Closing as duplicate of #3616 .

@devyte devyte closed this as completed Feb 6, 2018
@Karpesh
Copy link

Karpesh commented Feb 18, 2018

I solved the problem for my case.
This flash has DIO mode, not QIO. I switched the mode in my makefile and all works fine now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants