Search found 2 matches
- Sat May 09, 2020 3:57 pm
- Forum: ESP32 Arduino
- Topic: ESP32 DC Motor and Servo control from WiFi
- Replies: 1
- Views: 2794
- Sat May 09, 2020 9:52 am
- Forum: ESP32 Arduino
- Topic: ESP32 DC Motor and Servo control from WiFi
- Replies: 1
- Views: 2794
ESP32 DC Motor and Servo control from WiFi
Hi, all i have arduino program for controlling DC Motor and Servo.. the issue is in servo not moving.. for the dc motor it works well is any something wrong with my program? please help.. and thanks before #include <WiFi.h> #include <WiFiClient.h> #include <WebServer.h> #include <Servo.h> const char...