Tutorial and Project Tag: Gamepad Module

Projects

Stair-Climbing-Robot

DIY Stair Climbing Robot

This project will show you how to make a Smartphone-controlled stair-climbing robot.

Dabble App ESP32 Controlled Robot

DIY Dabble Controlled 4 Wheel Robot

This project will show you how to make a DIY 4-Wheel robot that can be controlled using a Smartphone via Dabble, a mobile application.

Tutorials

It seems we can't find any tutorial with the selected tag.

Documentations

is pressed on gamepad

is () pressed on gamepad?

There are 10 digital buttons in the gamepad module, whose data is sent to the device when they are pressed or released. The block reports whether the button is currently pressed on the gamepad or not. If the chosen button is pressed, then it returns true, else it returns false.