3

How to flash pre-compiled binary into NodeMCU using Ardunio IDE. Since every time it require to compile and flash it. Is there way to flash binary alone to nodeMCU via Arduino IDE ?

One can export binary file from IDE -> Sketch -> Export Compiled Binary. Binary will be copied into working directory. U can check the path Sketchbook location in File -> Preferences. But how to flash binary alone to nodeMCU.

I have fashed using esptool.py from linux. But is there a way to flash from IDE for handy ?

asked Nov 18, 2017 at 4:13
1
  • 1
    I'm viewing from my phone right now, so can't really add a decent answer. Take a look at this guide and see if it helps. Commented Nov 18, 2017 at 4:22

1 Answer 1

1

You can't flash precompiled binary with Arduino IDE, you have to use esptool.py from the command line.

answered Aug 6, 2021 at 8:24

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.