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

Creating a Blynk app


You will need a Blynk app to control the robot with a Joystick widget. You can use the Blynk app you built in Chapter 1, Getting Ready and use the same Auth Token for the Arduino UNO sketch.

However, first make sure that the following things are correctly configured in your app:

  • The OUTPUT of the joystick should be set to the MERGE mode (Figure 4.6). In the MERGE mode, the joystick sends one message, consisting of an array of values, to the microcontroller hardware so that you can parse the values on the hardware:

Figure 4.6: Setting the OUTPUT to MERGE mode

  • MERGE mode can be used with virtual pins only. Use the virtual pin V1. This will allow the joystick widget to write to pin V1 (Figure 4.7):

Figure 4.7: Selecting the virtual pin V1

  • ROTATE ON TILT should be ON for the joystick to automatically rotate if you use your smartphone in landscape orientation (Figure 4.8).
  • AUTORETURN should be OFF. When it is ON, the joystick handle will return to its center position after you release...
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