Search found 2 matches
- Thu Oct 21, 2021 11:08 am
- Forum: ESP32 Arduino
- Topic: Servo motor (sg90) simply doesnot works with ESP32. But works with Arduino.
- Replies: 2
- Views: 2424
Re: Servo motor (sg90) simply doesnot works with ESP32. But works with Arduino.
The code and hardware setup are not a big deal because of basic test, but here they are: Arduino Code: // Include the Servo library #include <Servo.h> // Declare the Servo pin int servoPin = 3; // Create a servo object Servo Servo1; void setup() { // We need to attach the servo to the used pin numbe...
- Thu Oct 21, 2021 2:05 am
- Forum: ESP32 Arduino
- Topic: Servo motor (sg90) simply doesnot works with ESP32. But works with Arduino.
- Replies: 2
- Views: 2424
Servo motor (sg90) simply doesnot works with ESP32. But works with Arduino.
Hello, there. I'm new here and a lover of ESP32. However, I really tried to not create this topic but I just dont know what to do. The title of this topic explained everything. I did put a servo motor connect to an arduino and it work. When I try with ESP32, this servo just does not move. I've tried...