April 2017
Intermediate to advanced
268 pages
5h 36m
English
In this chapter, we will cover:
In this chapter, we will learn how to configure and control an ESP8266 board using MicroPython. MicroPython is one of the many programming languages that we can use to program the ESP8266 module. It is a lean and fast version of the Python 3 programming language and has several advantages over traditional programming languages such as C and C++.
The first advantage is that Python is a very ...