Code Monkey home page Code Monkey logo

micropython-on-esp8266's Introduction

THIS is to use an alternative to adruino and c++/embedded c by using esp 8266 and micropython. first go to https://docs.micropython.org/en/latest/esp8266/tutorial/intro.html and follow steps to setup your esp 8266 and micropython setup in system. YOU can use generally any os. THE command for esp firmware on system is - "pip install esptool"

and then erase it using - " esptool.py --port /dev/ttyUSB0 erase_flash " and then deploy it using "esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 esp8266-20170108-v1.8.7.bin"

if it runs without error then micropython has been installed on the board. I am not a expert on this , i was just enjoying esp 8266 and was shocked seeing it supports micropython and went on reading its documentation and applying so, you if you guys find a lot of errors please correct them and feel free to check out espressif github page for learning more about esp 8266 and implementation on the board.

YOU will need a esp 8266 connected to your pc on which you will code , and will need a usb cable for the connection.

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.