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:
- MERGE mode can be used with virtual pins only. Use the virtual ...