November 2017
Beginner
210 pages
4h 41m
English
Chapter 1, Getting Ready, introduces the original ESP8266, that is, ESP-01, sets up a development environment with the hardware and software needed to write code for ESP8266, and explains how to use the Arduino Core to write code for ESP8266 boards with the Arduino IDE. This chapter will also present how to use the AT command with PuTTY to execute on an ESP8266.
Chapter 2, Building a Mini Round Robot with Original ESP8266, explains how to build a Mini Round Robot using the Mini 3-Layer Round Robot Chassis Kit with the ESP-01 board, Arduino, and some electronics. This chapter will also explain how to develop a Blynk app to control the robot through a Wi-Fi network.
Chapter 3, Using Encoders, shows how to modify the Mini ...