Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
ESP8266 Robotics Projects

You're reading from   ESP8266 Robotics Projects DIY Wi-Fi controlled robots

Arrow left icon
Product type Paperback
Published in Nov 2017
Publisher Packt
ISBN-13 9781788474610
Length 210 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Pradeeka Seneviratne Pradeeka Seneviratne
Author Profile Icon Pradeeka Seneviratne
Pradeeka Seneviratne
Arrow right icon
View More author details
Toc

Table of Contents (9) Chapters Close

Preface 1. Getting Ready FREE CHAPTER 2. Building a Mini Round Robot with Original ESP8266 3. Using Encoders 4. Building a Mini Round Robot with the Feather HUZZAH ESP8266 5. Line-Following Zumo Robot 6. Building an ESP8266 Robot Controller 7. Building a Gripper Robot 8. Photo Rover Robot

Software


In this project, you will use a Blynk Bridge to connect the Robot Controller and the Romi Robot through a Wi-Fi network to handle all the data communication between them.

The Bridge can be used for Device-to-device communication (no app. involved). With a Blynk bridge, you can send digital, analog, or virtual write commands from one device to another by knowing its Auth Token:

  • First, create two Blynk projects for the button controller and the robot:
    • Project 1: Controller
    • Project 2: Robot
  • Get the API key for both projects. You need Auth keys to connect both devices through the Blynk Bridge. However, you can write sketches without adding the Blynk Bridge widget to your app.

Arduino sketch for the Robot Controller

Listing 6-1 shows the Arduino sketch that you can use to upload to the Feather HUZZAH ESP8266 residing in the Robot Controller.

Listing 6-1—Arduino sketch for Controller is as follows:

#include <ESP8266WiFi.h>
#include <BlynkSimpleEsp8266.h>

//Buttons
const int forward...
lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime