ammar replied to the topic unable to control dc motors in the forum LBB_Robo-car___Project 8: Controlling DC motors 1 year, 9 months ago
I’ve tried all your suggestions, ive also tried increasing the speed to 300 but still no movement by the motor. I even swapped the connectors, left motor to a pins and right motor to b pin. the sketch is only providing output for B pins somehow. I apologise but i really need to rush this.
ammar replied to the topic unable to control dc motors in the forum LBB_Robo-car___Project 8: Controlling DC motors 1 year, 9 months ago
Previously I used 9 and 2, the right motors don’t work at all so I tried different pins.
ammar replied to the topic unable to control dc motors in the forum LBB_Robo-car___Project 8: Controlling DC motors 1 year, 9 months ago
/*
4WD Bluetooth Robot Car
Lesson : 3.15
Project : 8a
Project Name : DC Motor Control
*/const int leftMotor_ctrl = 4; // pin to control direction of B motor
const int leftMotor_pwm = 5; // pin to control PWM of B motor
const int rightMotor_ctrl = 7; // pin to control direction of A motor
const in…[Read more]ammar replied to the topic unable to control dc motors in the forum LBB_Robo-car___Project 8: Controlling DC motors 1 year, 9 months ago
- I used your 8a sketch. I managed to get it the motors to run by changing the pin numbers. Your sketch uses pins 4 and 5 for left motor, and 9 and 2 for right motor. However, the right motors are still not following the instructions. It just runs on its own
ammar started the topic unable to control dc motors in the forum LBB_Robo-car___Project 8: Controlling DC motors 1 year, 9 months ago
after connecting everything and uploading the code, there is no output for A1 and A. So based on your videos my right motors does not work.
ammar started the topic UNABLE TO DO THIS PROJECT in the forum Q&A 1 year, 10 months ago
I am unable make the led blink
ammar started the topic Web-app control with camera in the forum Q&A 1 year, 10 months ago
Hi,
I would like to know how can I integrate esp32-cam onto this kit to be able to control the car’s movements using wifi and have it’s video feed streamed.ammar started the topic Web-app control with camera in the forum General Discussions 1 year, 10 months ago
Hi,
With my current kit, how can I make use of esp32-cam to be able to control the car through an app and be able to see what it sees?