How to control a DC motor using the ESP32 and a PS3 controller
ESP32 PS3 Controller: controlling a relay
How to connect a PS3 controller to an ESP32 and control a relay by pressing the controller buttons.
ESP32 PS3 Controller: Getting analog value of buttons pressed
How to get the analog value representing the amount of pressure when pressing a button of the PS3 controller, using the ESP32 and the Arduino core
ESP32 PS4 Controller: Controlling a DC motor
How to control a DC motor using an ESP32 and a PS4 controller
ESP32 PS4 controller: controlling a relay
How to connect a PS4 controller to the ESP32 and control a relay by using the controller buttons.
ESP32 PS4 Controller: Setting the LED RGB value
How to use the ESP32 to set the color of the RGB LED that is located in the back of a PS4 controller.
ESP32: PS4 controller button events
How to process button pressed events on the PS4 controller, when connected to the ESP32.
ESP32 PS3 Controller: Setting player LED
How to set the player LEDs of the PS3 controller, using the ESP32 and the Arduino core.
Python: JSON schema validation
How to perform JSON schema validations using Python and the jsonschema module.
Python OpenCV: Resizing an image
How to resize an image using Python and OpenCV.