How to control a DC motor using the ESP32 and a PS3 controller
ESP32 PS4 Controller: Controlling a DC motor
How to control a DC motor using an ESP32 and a PS4 controller
Micro:bit MicroPython: Controlling a DC motor
In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Introduction In this tutorial we will check how to control a DC motor using the micro:bit board and MicroPython. Since we can't use the micro:bit to directly power the DC motor, we will use a ULN2803A integrated …
Continue reading "Micro:bit MicroPython: Controlling a DC motor"
ESP32 Arduino: Controlling a DC motor remotely using HTTP
How to control a DC motor remotely with the ESP32, via HTTP.
ESP32 Arduino: Controlling a DC motor
Controlling a DC motor with the ESP32, using the Arduino core and an ULN2803A integrated circuit.
ESP8266: Controlling a DC motor
How to control a DC motor, including its speed, using an ESP8266 and an ULN2803A integrated circuit.
ESP8266: Controlling a motor with the ULN2803A
The objective of this post is to explain how to control a motor, including its speed, using an ESP8266 and an ULN2803A integrated circuit. Hardware Since the digital pins of a microcontroller can only source a limited amount of current (in the case of the ESP8266, 12 mA maximum [1]), we can't directly use them …
Continue reading "ESP8266: Controlling a motor with the ULN2803A"
Using a ULN2803A to control a DC motor
How to use the ULN2803A IC to control a DC motor, using an Arduino board.