Creating a Blynk app
The control user interface can be created with the Blynk app builder using four button controllers to move the robot forward, backward, left, and right:
- Open the Blynk app builder and tap
New Project
:
Choosing New Project
- In the
Create New Project
page, type in the project name,Robot Car
. UnderCHOOSE DEVICE
, select the correct Raspberry Pi model. Then, underCONNECTION TYPE,
selectWiFi
. If you're using a Raspberry Pi model 1 or 2, you should connect an external Wi-Fi dongle to the Raspberry Pi's USB port. The Raspberry Pi model 3 has a built-in Wi-Fi module, so you don't need to connect a Wi-Fi dongle to it. Finally, tapCreate
to build the project workspace:
Project Settings page
- Tap the
OK
button:
Auth token sending notification
- In the project workspace, tap the plus icon to open the Widget Box and add four buttons:
Inserting four buttons
- Then, arrange the buttons as shown in the following screenshot:
Arranging four buttons to make the controller
- Configure the buttons as follows...