No video

ESP8266 Webserver Controlled Servo

  Рет қаралды 15,294

Eleco Techoz

Eleco Techoz

Күн бұрын

In this video, We will learn how to control a servo motor using ESP8266 NodeMCU Webserver.
Parts Required:-
1.ESP8266 NodeMCU x1
2.Servo Motor x1
3.Breadboard x1
4.Male-Male Jumper Wires x5
5.LED x1 (I have used a led as signal indicator)
Circuit Diagram and Code:-
electechoz.blo...
Please Subscribe My Channel....
Pls Like, Share and Subscribe and also comment if have any doubt.

Пікірлер: 60
@woolfy02
@woolfy02 Жыл бұрын
Thanks for this tutorial! I purchased something similar on eBay, using the ESP8266 board (it was supposed to be setup so all I had to do was just login) I had nothing but problems with it. First one didn't work and the 2nd they sent, had no code on it. lol. No help of any kind. I hope to try this project out soon. So, I really appreciate it.
@elecotechoz2455
@elecotechoz2455 11 ай бұрын
Thanks buddy😉
@HarshitProjectsShorts
@HarshitProjectsShorts 10 ай бұрын
Bhai Mai bhi aap ki tarah video banata hu aur mujhe apki ye video achi lagi ❤
@aungkmyatt
@aungkmyatt Жыл бұрын
Thanks sir. You helped me out.
@AhmadYusuf-fn1db
@AhmadYusuf-fn1db 3 ай бұрын
great job!!
@elecotechoz2455
@elecotechoz2455 3 ай бұрын
Thank You If you want any this kind of more video share with your friends who is interested on it
@JaphitPetallo-hy5be
@JaphitPetallo-hy5be 3 ай бұрын
Why the servo did not move
@elecotechoz2455
@elecotechoz2455 3 ай бұрын
Check the connection first any loose connection on servo then check the DigitalPIN numbers
@edoctronic5207
@edoctronic5207 2 жыл бұрын
nice job...thank you
@elecotechoz2455
@elecotechoz2455 2 жыл бұрын
Most welcome....!
@paradillaafifah4077
@paradillaafifah4077 3 ай бұрын
why the webpage can't be opened sir??
@elecotechoz2455
@elecotechoz2455 3 ай бұрын
Add the Webpage code in other tab with proper include
@nguyeny2141
@nguyeny2141 3 ай бұрын
can you give link repo ESP8266WebServer? I can't find it pls
@elecotechoz2455
@elecotechoz2455 3 ай бұрын
This may be problem on your Library or you have not added the library check the code first properly
@MAslam-tv3ip
@MAslam-tv3ip 2 жыл бұрын
Thanx
@elecotechoz2455
@elecotechoz2455 Жыл бұрын
Welcome
@jagannathmestry2635
@jagannathmestry2635 10 ай бұрын
error: #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor." 79 | #error "This library only supports boards with an AVR, SAM, SAMD, NRF52 or STM32F4 processor." getting this error plzz help
@elecotechoz2455
@elecotechoz2455 10 ай бұрын
Which board are you using for....????
@LucidFX.
@LucidFX. Жыл бұрын
this is great. do you have a tutorial to control multiple boards each with a servo with one button?
@elecotechoz2455
@elecotechoz2455 Жыл бұрын
not this time but sure in future....
@LucidFX.
@LucidFX. Жыл бұрын
@Eleco Techoz that will be awesome. I have sensors and when we are away it must turn inward and when we are home they turn outward. Each would have 2 positions so the code would be the same with a variable 1 and 2 and each variable will differ depending on position
@Dhruvstar_4
@Dhruvstar_4 9 ай бұрын
I got an error "Compilation error: 'D5' was not declared in this scope"
@Dhruvstar_4
@Dhruvstar_4 9 ай бұрын
I tried Removing LED1 but it didn't work then it said the same for the servo
@elecotechoz2455
@elecotechoz2455 8 ай бұрын
Something hidden in your code check it properly first.... add the web page on new tab in IDE and also check board setting on IDE set it to ESP8266 and select the COM Port no need to remove LED but need to fix the problem
@Dhruvstar_4
@Dhruvstar_4 8 ай бұрын
Ok I will try
@abduqaxxarovkamoliddin8304
@abduqaxxarovkamoliddin8304 2 жыл бұрын
👍👍👏👏
@elecotechoz2455
@elecotechoz2455 2 жыл бұрын
yeah...!
@fatih1422
@fatih1422 Жыл бұрын
hello my servo motor turns 90 degrees when I get 180 what could be the problem
@tehbing6332
@tehbing6332 11 ай бұрын
That is because the max voltage output of esp8266 is only 3.3 and not 5, that is why you wrote servo. write(180); It turns only 90 degrees
@deepajegan432
@deepajegan432 Жыл бұрын
do we need to upload the page index too to the nodemcu
@elecotechoz2455
@elecotechoz2455 11 ай бұрын
Yes! This is main Webpage file🗃️. So you have to upload it...
@action_in_technology
@action_in_technology Жыл бұрын
Can i programme it to BLDC motor speed controller??
@elecotechoz2455
@elecotechoz2455 10 ай бұрын
I don't know because I had not tested yet in BLDC or any BLDC ESC's.... but sound good you can try if don't work then need to change the code by adding Map and Values.....
@HARRYPOTTER-qb7hf
@HARRYPOTTER-qb7hf 10 ай бұрын
everthing ok but servo motor is not rotating even led is blinking
@elecotechoz2455
@elecotechoz2455 10 ай бұрын
Check the connection and upload some normal Servo test program and check your Servo Motor is working or not....
@HARRYPOTTER-qb7hf
@HARRYPOTTER-qb7hf 9 ай бұрын
Now working thanks
@manips007
@manips007 8 ай бұрын
I'm having the same issue , it worked for 2 days but now the servo motor is not responding
@tganesh1431
@tganesh1431 2 жыл бұрын
Connected but not working
@elecotechoz2455
@elecotechoz2455 2 жыл бұрын
Check everything properly where sometime IP address create trouble a lots
@tganesh1431
@tganesh1431 2 жыл бұрын
Yes it's working
@manoswitachatterjee4610
@manoswitachatterjee4610 Жыл бұрын
same , how to solve it ?
@designer.346
@designer.346 Жыл бұрын
Hey please help me i can't do this with 2 servos, i just want 2 sliders, i tried making my own code based on the code on the internet similar to this, everything looks good but the second slider doesn't move the second servo, i tried everything
@peterhussaini4093
@peterhussaini4093 Жыл бұрын
Yes please
@designer.346
@designer.346 Жыл бұрын
@@peterhussaini4093 Solved, with an esp32
@peterhussaini4093
@peterhussaini4093 Жыл бұрын
@@designer.346 please can you explain how and I'm using an esp8266
@designer.346
@designer.346 Жыл бұрын
@@peterhussaini4093 using blynk I was able to make them work with the esp8266, but since i built a mechanism to open a bay in a water rocket i can't use it, because blynk requires internet. So i bought an esp32 and make them both work with a web server
@peterhussaini4093
@peterhussaini4093 Жыл бұрын
this is really nice how can I get the code please. I don't think my other comments have I posted have been appearing
@spiralanimal3849
@spiralanimal3849 Жыл бұрын
now how do i connect it to alexa
@elecotechoz2455
@elecotechoz2455 Жыл бұрын
Need to change some line and parameter of the code, here is a tutorial sample - www.instructables.com/Alexa-Controlled-Servo/
@Sehajpreet12
@Sehajpreet12 Жыл бұрын
Sir what is page index it is not Compiling
@elecotechoz2455
@elecotechoz2455 Жыл бұрын
Why not compiling....? What the error message show in IDE....?
@snehagopala3775
@snehagopala3775 2 жыл бұрын
hii I, am not getting the web page when I type the ip address. Please waiting for your suggestion.
@elecotechoz2455
@elecotechoz2455 2 жыл бұрын
Pls Check the code, did you put the webpage code on another tab.....?
@snehagopala3775
@snehagopala3775 2 жыл бұрын
Yes I did
@yigageorgewilliams8817
@yigageorgewilliams8817 Жыл бұрын
@@snehagopala3775 Hello, was your problem get solved? I have the same problem too.
@manoswitachatterjee4610
@manoswitachatterjee4610 Жыл бұрын
i have the same problem. how to solve it ?
@latest-clip
@latest-clip 2 жыл бұрын
WHY AM I HAVING THIS ERROR PageIndex.h: No such file or directory
@elecotechoz2455
@elecotechoz2455 2 жыл бұрын
Open Arduino IDE, Press Crtl+Shift+N for new tab name it PageIndex.h and save it. After then paste the HTML Code on new tab.
@benoitberardier
@benoitberardier Жыл бұрын
@@elecotechoz2455 hello, I have the same problem I did what you explained as explained in the description but nothing still causes the same problem.
@aungkmyatt
@aungkmyatt Жыл бұрын
@@benoitberardier HI, I solved it. I paste the code in VS code and save the file with .h extension. The two files must be in the same folder. And compile the ESP8266 Servo Webserver.ino.
ESP32 Servo Motor Web Server with Arduino IDE
8:51
Rui Santos
Рет қаралды 134 М.
Wireless Switch Control: ESP8266 with Dual Servos
8:42
Enjoy Mechatronics
Рет қаралды 12 М.
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 107 МЛН
Они так быстро убрались!
01:00
Аришнев
Рет қаралды 3,1 МЛН
SCHOOLBOY. Последняя часть🤓
00:15
⚡️КАН АНДРЕЙ⚡️
Рет қаралды 12 МЛН
ESP32/ESP8266 Relay Module - Control AC Appliances (Web Server)
6:10
Forget WiFi! This Wireless Method is WAY Better?
12:14
GreatScott!
Рет қаралды 550 М.
NodeMcu (ESP8266) control Servo motor basic usage
2:27
Maker Tutor
Рет қаралды 87 М.
I tried the Cheapest Arduino Alternative (that Nobody heard of)
13:31
Servo motor control with Blynk over WIFI
3:49
Maker Tutor
Рет қаралды 179 М.
ESP8266 RFID Attendance System with Google Sheets
9:39
Viral Science - The home of Creativity
Рет қаралды 15 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 566 М.
ESP32 DHT Web Server Project
5:53
Enjoy Mechatronics
Рет қаралды 106 М.
How to Control Light Switch with Servo BLYNK #iot
4:19
Ibnuwani Official
Рет қаралды 15 М.
Why Is He Unhappy…?
00:26
Alan Chikin Chow
Рет қаралды 107 МЛН