Skip to content
#

l293d

Here are 62 public repositories matching this topic...

wifi-nodemcu-robot-esp8266

NodeMCU ESP8266 to Adafruit Motor Shield V1. This is an old motor driver. I couldn't find any esp8266 connection with this motor driver anywhere. I made a connection in this way. I hope I could help. I would be very happy if you help me develop the robot.

  • Updated Jul 20, 2022
  • C++

My goal is to come up with a simple and a basic model of an obstacle avoiding bot with the best possible algorithm to detect and avoid an obstacle using only One Ultrasonic Sensor module (HCSR04) and 2 wheels. The project is still into development to find even better an algorithm to achieve the same task.

  • Updated Oct 13, 2022
  • C++

Door_Locker Two micro-controllers, one acts as a HMI (Human Machine Interface) This micro-controller has a Dio module, LCD Module, Keypad Module and UART Module This one will be used just interfacing with user. The other micro-controller will be responsible for controlling the motor (actuation part) This micro-controller has a Dio module, Timer …

  • Updated May 27, 2019

This Arduino code utilizes an ultrasonic sensor to measure distances. When an object is detected within a fix distance , the connected motors trigger a sequence: move backward, turn right, turn left, then move forward. Motor control is achieved using the AFMotor library, and the distance calculation is based on the sensor's pulse duration.

  • Updated Jan 22, 2024
  • C++

Improve this page

Add a description, image, and links to the l293d topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the l293d topic, visit your repo's landing page and select "manage topics."

Learn more