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

[IMP] Add Wemos D1 mini lite (ESP8285) board support #3169

Closed
wants to merge 3 commits into from

Conversation

zyphos
Copy link

@zyphos zyphos commented Apr 24, 2017

Tested with original Wemos D1 mini lite v1.0.0

boards.txt Outdated
d1_mini_lite.build.f_cpu=80000000L
d1_mini_lite.build.board=ESP8266_ESP01
d1_mini_lite.build.core=esp8266
d1_mini_lite.build.variant=generic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be different from d1_mini board? Isn't the pinout the same?

boards.txt Outdated

d1_mini_lite.build.mcu=esp8266
d1_mini_lite.build.f_cpu=80000000L
d1_mini_lite.build.board=ESP8266_ESP01
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This also needs to be updated (see d1_mini board)

@codecov-io
Copy link

codecov-io commented Apr 27, 2017

Codecov Report

Merging #3169 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@          Coverage Diff           @@
##           master   #3169   +/-   ##
======================================
  Coverage    27.6%   27.6%           
======================================
  Files          20      20           
  Lines        3655    3655           
  Branches      678     678           
======================================
  Hits         1009    1009           
  Misses       2468    2468           
  Partials      178     178

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ca3a172...47a3907. Read the comment docs.

@zyphos
Copy link
Author

zyphos commented Apr 27, 2017

You are right, I updated the code.
Thank you.

@capedra
Copy link

capedra commented Oct 8, 2017

@zyphos @igrr

The updated code is wrong. The only way to make the Wemos D1 Mini Lite 1.0.0 is to set the flash_mode accordingly:

d1_mini_lite.build.flash_mode=dout

Attention: if you don't change the above line, the board will NEVER work.

@d-a-v
Copy link
Collaborator

d-a-v commented Oct 8, 2017

I can confirm this is true. Currently this PR uses

d1_mini_lite.build.flash_mode=dio

It flashes OK but does not boot properly.
However, changing dio to dout makes it work properly.
@zyphos I wonder if you could make your board boot properly with dio ?
My board is D1 mini Lite v1.0.0.

@d-a-v
Copy link
Collaborator

d-a-v commented Nov 3, 2017

d1 mini lite is now in master's board.txt (dout).

boards.txt Outdated

d1_mini_lite.build.mcu=esp8266
d1_mini_lite.build.f_cpu=80000000L
d1_mini_lite.build.board=ESP8266_ESP01

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This isn't working for me. I replaced the boards.txt file with this file yet "Wemos D1 mini lite (ESP8285)" doesn't pop up in my boards on the Arduino IDE.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is merged. Have a try with master. Restart the IDE after updating.

@devyte devyte added this to the 2.5.0 milestone Jan 7, 2018
@d-a-v
Copy link
Collaborator

d-a-v commented Sep 3, 2018

d1 mini lite is there. Closing.

@d-a-v d-a-v closed this Sep 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants