Book Image

ESP8266 Robotics Projects

By : Pradeeka Seneviratne
Book Image

ESP8266 Robotics Projects

By: Pradeeka Seneviratne

Overview of this book

The ESP8266 Wi-Fi module is a self-contained SOC with an integrated TCP/IP protocol stack and can give any microcontroller access to your Wi-Fi network. It has a powerful processing and storage capability and also supports application hosting and Wi-Fi networking. This book is all about robotics projects based on the original ESP8266 microcontroller board and some variants of ESP8266 boards. It starts by showing all the necessary things that you need to build your development environment with basic hardware and software components. The book uses the original ESP8266 board and some variants such as the Adafruit HUZZAH ESP8266 and the Adafruit Feather HUZZAH ESP8266 . You will learn how to use different type of chassis kits, motors, motor drivers, power supplies, distribution boards, sensors, and actuators to build robotics projects that can be controlled via Wi-Fi. In addition, you will learn how to use line sensors, the ArduiCam, Wii Remote, wheel encoders, and the Gripper kit to build more specialized robots. By the end of this book, you will have built a Wi-Fi control robot using ESP8266.
Table of Contents (15 chapters)
Title Page
Credits
About the Author
About the Reviewer
www.PacktPub.com
Customer Feedback
Preface

Summary


In this chapter, you learned how to connect SparkFun Wheel Encoder Kit to the DC gear motors to read and count pulses generated in the hall-effect sensors. Then, you modified the Mini Round Robot Blynk app by adding the labeled value widget to display the distance traveled and average speed of the robot chassis. After this, you calculated the distance traveled and the average speed of the robot chassis based on the pulses generated by the two magnetic discs of the wheel encoders. Finally, you fed the resulting values to the Blynk app through the Blynk virtual pins every 1000 milliseconds.

Further, you can improve the app by calculating and displaying the instantaneous speed rather than displaying the average speed of the chassis.

However, you can build a more compact and lightweight robot by replacing both Arduino UNO and ESP8266 (ESP01) with Adafruit Feather HUZZAH ESP8266. In Chapter 4Building a Mini Round Robot with the Feather HUZZAH ESP8266, you will use Adafruit Feather HUZZAH...