Posts

Micropython programming in ESP8266 Modules

Image
Before starting everything, let me show you the contents i will cover in this blog.  1. Know about Python Programming Language :- This will cover a small introduction to the Python Programming Language, steps to intall python into to your computer and also how run the some codes. 2.Introduction to MicroPython:- Next we will look into the MicroPython which is a python for micro-controllers development and also include steps to install a MicroPython it your system 3.ESP8266 programming using MicroPython:- next step we will program an ESP8266 development board, in this example we will use NODE MCU ESP8266 Bord for doing that.  4. Design an ESP8266 based Circuit with Python:- we will design an ESP 8266 based circuit to implement some projects lets get started 1. Know about Python Programming Language "Python is an easy to learn, powerful programming language. It has efficient high-level data structures and a simple but effective approach to obj...