Code Monkey home page Code Monkey logo

arduino-cli-using-nodemcu's Introduction

Arduino-Cli-Using-NodeMCU

Arduino Cli files for compile and upload

Step1: Download the setup file Step 2: Move the file to a path e.g. users/appdata/local/bin Step 3: Connect nodemcu board to PC. Step 4: Run terminal/cmd in the same directory you moved the file and write "arduino-cli core update-index" then hit enter. Step 5: Create a .yml file and place in the same directory.File includes: board_manager: additional_urls: - http://arduino.esp8266.com/stable/package_esp8266com_index.json

Step 6: Run on the cmd/terminal : arduino-cli core update-index; arduino-cli core install esp8266:esp8266

Step 7: Create a folder and give the same name as your scratch file name. (Arduino file. e.g LowerSensor)

Step 8: Run on cmd/terminal: (MyFirstSketch is folder name) arduino-cli compile --fqbn esp8266:esp8266:nodemcu MyFirstSketch

Step 9: Run on cmd/terminal: (com5 is port works on windows only) arduino-cli upload -p com5 --fqbn esp8266:esp8266:nodemcu MyFirstSketch

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.