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

Support for NodeMCU v1.0 dev kit (with ESP-12E module) #387

Closed
knovoselic opened this issue Jun 5, 2015 · 6 comments
Closed

Support for NodeMCU v1.0 dev kit (with ESP-12E module) #387

knovoselic opened this issue Jun 5, 2015 · 6 comments

Comments

@knovoselic
Copy link
Contributor

There's a newer version of NodeMCU devkit board:
https://github.com/nodemcu/nodemcu-devkit-v1.0

It has ESP-12-E module and 32M of flash storage. Would it be too much work to make it work with Arduino IDE?

I've been messing with boards.txt, but then I've figured out that I need eagle.flash.32m.ld. Where can I find that file?

@igrr
Copy link
Member

igrr commented Jun 5, 2015

Nodemcu 1.0 is supported: https://github.com/esp8266/Arduino/blob/esp8266-sdk-1.0/hardware/esp8266com/esp8266/boards.txt#L235
In fact this is the board i'm using right now. Regarding 32M — is it really 32MB or 32Mb (4MB)?

@marvinroger
Copy link
Contributor

@Makuna
Copy link
Collaborator

Makuna commented Jun 5, 2015

#292 is a change staged that will add support for (1.0 or V2) which is basically a 12e, so it may not be working until the the next release or you make a small change in this text file, or use the staging version.

@knovoselic
Copy link
Contributor Author

Thanks guys, I got little confused with 32M. The board is 32Mbit, 4MB. I've copied NodeMCU v1.0 config and now it's working. Thanks again!

@lcltech
Copy link

lcltech commented Jun 16, 2015

If I used the boards.txt link to by @igrr flashstringhelper do not work.
http://arduino.esp8266.com/package_esp8266com_index.json
Does not include nodemcu V1.0, any idears?

@Makuna
Copy link
Collaborator

Makuna commented Jun 16, 2015

Things are moving fast, the released boards install is getting stale. There is a staging one but use at your own risk.

http://arduino.esp8266.com/staging/package_esp8266com_index.json

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

5 participants