Control Anything With IOT Easy Internet of Things with ESP32 and Arduino

  Рет қаралды 111,923

Electronoobs

Electronoobs

Күн бұрын

Пікірлер: 163
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
Get an ESP32: s.click.aliexpress.com/e/_AKsuGp My Tools: bit.ly/3uv8bc3 Help me on Patreon: www.patreon.com/ELECTRONOOBS
@BharatMohanty
@BharatMohanty 2 жыл бұрын
This is the content we want... please include esp32 cam in your series...I don't know much about microcontrollers... whatever I did in past is in the field of raspberry Pi...
@vincenrailfanssolo
@vincenrailfanssolo 2 жыл бұрын
5:34 When the EN pin on the ESP32 dev board is already decoupled by capacitor to the gnd, there is no need to push the boot button while uploading your sketch. It's done automatically by the auto program circuit in the dev board (consist of two pair transistor).
@anthonyvandenhondel865
@anthonyvandenhondel865 2 жыл бұрын
Your content is great! Real value for noobs, amateurs and even the early professionals. Please continu your work. Many thanks.
@AmateurInventor
@AmateurInventor 2 жыл бұрын
This one is wonderful. I was searching the similar video. Thank you for this one.
@JLCPCB
@JLCPCB 2 жыл бұрын
Great video series! Looking forward to watching more! :)
@hicmikrolab
@hicmikrolab 2 жыл бұрын
This is lovely, just what is needed for a custom IOT Cloud. Thank you
@jstro-hobbytech
@jstro-hobbytech 2 жыл бұрын
First comment hehe. Cool video brother.
@DarkDragonEgg
@DarkDragonEgg 2 жыл бұрын
Omg thank you! Im working on a friendship lamp for over two years now. I suck at coding and have no idea what im doing so i never got it working. But now you are showing me all my mistakes and how to do it easier
@JonathanDeWitt1988
@JonathanDeWitt1988 2 жыл бұрын
Andrei, I've been playing around with ESP32 Node MCU's for a little while now having started out with the DroneBot Workshop Introductino to ESP32 video. I have even created an ESP32 to ESP32 6-axis robot where the remote control is ESP32 that controls the servo driving board (also ESP32) communicating over WiFi with no internet needed. But one thing I haven't learned to do yet was over the internet control. So you can imagine I am very happy to see this wonderful video from you. This video was very well put together and as you said easier to understand than the video you did before that you mentioned. I do have two questions: 1) I see the free site you used for website creation lets you do one free website. So if a person wants to do more than one IoT project they would have to use a different site (or keep using different emails). Is there another site that you recommend? 2) Have you considered doing a video where you show how to scale this project? By that I mean a video that shows how to add more inputs to this project (another pushbutton and maybe two potentiometers) and more outputs? It's probably something that can be figured out from the code you provided. But even a short video or section to the tutorial that explains this is the sections of code that would need to be modified for scaling would be helpful. Thank you for the wonderful educational content you've provided over the years. Jonathan
@webslinger2011
@webslinger2011 2 жыл бұрын
Awesome! I had problems following the other iot tutorial.
@OpenLogicEFI
@OpenLogicEFI 2 жыл бұрын
Time travel stuff box in the background made me laugh. You're the reason I'll be watching Rick and Morty today. Lol
@sarwarmehedi
@sarwarmehedi 2 жыл бұрын
Great high quality contents as usual my friend. looks like you will use esp module in custom pcb in the next project . Will eagerly wait for the next project.
@emreceylan9979
@emreceylan9979 11 ай бұрын
The best video on the topic, i found the solution after 2 days of research with your video.
@cdunne1620
@cdunne1620 2 жыл бұрын
..excellent and very clear for a difficult subject, you are a natural teacher, well done and thank you!
@snehanshuphukon728
@snehanshuphukon728 7 ай бұрын
Good video. But a better way to do is using the MQTT protocol, which is specifically designed for IoT.
@f4llencorp
@f4llencorp 2 жыл бұрын
i really needed this 9 months ago :', but now i know how to do this things for future projects with IoT and php
@fashabeechannel6824
@fashabeechannel6824 Жыл бұрын
Your videos are clear with detailed explanations. Very helpful for newbies.Thanks so much with my respect!
@TBL_stevennelson
@TBL_stevennelson 2 жыл бұрын
I noticed I wasn't getting notifications. Or I would have watched more. I will go back and watch more videos. I hope.that helps
@hugobonnell
@hugobonnell 2 жыл бұрын
This is such a useful video, it's all greatly explained !
@Andy-mm2qz
@Andy-mm2qz 2 жыл бұрын
You can use Firebase for more easy process, it also have a Realtime database, I've created 1 project of Energy meter using it and it was too easy. After it's easy to integrate it to android app as it already have android libraries.
@yeowtec3550
@yeowtec3550 3 ай бұрын
Scott, una consulta porfavor con este proyecto se podra prender y apagar desde culquier parte fuerda de mi casa o es necesario que mi celular este conectado al wifi de mi casa donde se conecta el esp32 . es posible tambien desde mi datos moviles poder prender y apagar ?
@partouelectric2353
@partouelectric2353 10 ай бұрын
Hi, thanks for the good tutorial, your connection diagram for FTDI to the ESP32 module is incomplete. I don't know where to connect CTS to
@declanrambert5946
@declanrambert5946 2 жыл бұрын
Thanks for doing what you do! Plan to follow alongside your videos on release
@xyz_chain4199
@xyz_chain4199 6 ай бұрын
can the same concept be applied for a gps tracker(example: esp32+sim7000G) that gets toggled via internet connection to start sending cordinates to my database ? while using a data plan instead of wifi. thanks for the vid.
@paulpkae
@paulpkae 2 жыл бұрын
This is excellent stuff, thank you. I have a problem in that my browser drops back to its original state after each press of the button. It initially shows the new on or off state, but then drops back to the original display about 1/2 a second after. Any ideas? Does the same with Chrome, Edge and my mobile phone.
@jojowasabi2646
@jojowasabi2646 Жыл бұрын
Thank You so much! Im on a mission to go through all Your videos, great teaching methods!
@amandioreal2293
@amandioreal2293 2 жыл бұрын
Great vídeo. But keep in mind that GET is to read and POST is for save. It's not related with security. You have good step by step videos. Your vídeos also teach to think about the way to resolve problems.
@areks4397
@areks4397 2 жыл бұрын
This. It's okay to not know everything, just don't make claims you're not sure about. Specially when talking about security.
@amandioreal2293
@amandioreal2293 2 жыл бұрын
@@areks4397 I think this answer/comment is for the owner of the vídeo. It's not related with my comment.
@areks4397
@areks4397 2 жыл бұрын
@@amandioreal2293 indeed! I was seconding your comment.
@manavt2000
@manavt2000 2 жыл бұрын
Great project! In the next project add a slider and change the brightness of led over internet using slider
@erboy5546
@erboy5546 2 жыл бұрын
excellent idea
@prashantdawar
@prashantdawar 2 жыл бұрын
You Content is Awesome as always.
@jacksonmgani4411
@jacksonmgani4411 2 жыл бұрын
Thank you very much I have been learning so much from your videos, now I want to know what should I add on the php side if I want to control more than one Esp32 chip, lets say I have two house in two different location and I want to control lights via the internet?? Ur help will be appriaciated so much, Thanks in advance.
@RixtronixLAB
@RixtronixLAB Жыл бұрын
Nice video shot, thank you for sharing, keep it up :)
@qazaq6893
@qazaq6893 Жыл бұрын
Can I do same thing on my personal created web site such as made on google sites base? Will appreciate you replay sir
@partouelectric2353
@partouelectric2353 10 ай бұрын
Hi there thanks for the great video. Please tell me where to connect CTS from FTDI to the ESP 32 Module please. Thanks
@captainahab8444
@captainahab8444 4 ай бұрын
I have always been am arduino lover, but the more i learn about esp32 the faster im becoming a convert
@viniciusnoyoutube
@viniciusnoyoutube 2 жыл бұрын
I have the same Esp32 DevKit board and you don't need to press the boot button. I think in the past it was needed but not anymore.
@kazemzahedi1047
@kazemzahedi1047 2 жыл бұрын
Thank you so much, my friend. I am going to use ESP32 in my product. I am hoping to have more than 100 products on the market. I would not mind paying for a good IoT cloud platform. What would you recommend Sir?. Presently I am using Particle Photon in my product
@barssoylu1299
@barssoylu1299 10 ай бұрын
I would appreciate it if you could help me with what we can do so that when the LED turns on when we press the toogle button, the lamp in the visual light turns on at the same time.
@limtbk
@limtbk 2 жыл бұрын
3:57 cp2102 is not FTDI chip - it's Silicon Labs. FTDI (it's company name) produce ft232rl chip, for example. Correct word here will be "USB-UART converter chip"
@kabandajamir9844
@kabandajamir9844 2 жыл бұрын
The world's best teacher
@ucle8443
@ucle8443 Жыл бұрын
I got problem Http code 400. Do have have any solution for this
@ameristanbouli5063
@ameristanbouli5063 2 жыл бұрын
very good content as always thank you , i think you dont have many views because of your videos title,it should be more attractive 😅
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
What else could I put instead of ESP32 IOT? hahahahaha
@Ayman-ezzaki
@Ayman-ezzaki Жыл бұрын
u deserve a huge donation thank you so much
@kashif8704
@kashif8704 2 жыл бұрын
Good job 👍 keep it up Please also include cloudless method of iot for security and rapid response using a local server with raspberry pi or any other hardware
@rainnychangfree
@rainnychangfree 2 жыл бұрын
Our HMI displays can work with STM32, ESP32 and Arduino by UART communication. Could you please make some Sponsored videos for our HMI LCD?
@timfoster5043
@timfoster5043 2 жыл бұрын
Subscribed. (Going to have to try this)
@superpuppy7854
@superpuppy7854 2 жыл бұрын
Very cool 👍 Many thanks for posting this.
@ravirao5798
@ravirao5798 2 жыл бұрын
HI, Super Project. Thank You.
@robertmarkham6558
@robertmarkham6558 8 ай бұрын
Can you do read as well from the A0 pins?
@TheUnofficialMaker
@TheUnofficialMaker 2 жыл бұрын
great job,how about sending an email when the led goes on. Thnking of a motion sensor that can be armed remotely and get an email or notification if its triggered.
@AlessandroFernandesdePinho
@AlessandroFernandesdePinho 2 жыл бұрын
yes
@AlessandroFernandesdePinho
@AlessandroFernandesdePinho 2 жыл бұрын
kzbin.info/www/bejne/rpu7dZutaaiImtU
@Appz_
@Appz_ 6 ай бұрын
i dont know if u still read these, but does it work if we use mobile data, because we are giving the wifi name and password in the arduino code. can u please tell me...
@AugustineAriola
@AugustineAriola 2 жыл бұрын
I bought a cheap Chinese ES32 board, up until now I'm still struggling to set it up. A little help on how I could set it would be useful
@NEWBI3GAM1NG
@NEWBI3GAM1NG 2 жыл бұрын
thanks for this cool video, anyway could it be possible to make APK apps connected to the database instead of using the web? thanks in advance sorry for my noob question..
@kiranshashiny
@kiranshashiny 2 жыл бұрын
Where can I download the index.php file ? I went to the tutorials blog page and there are some downloads like Arduino, Wifi and HttpClient , but I don't see the index.php . Appreciate if you could reply.
@kiranshashiny
@kiranshashiny 2 жыл бұрын
Got it - Thanks.
@holupeter9738
@holupeter9738 11 ай бұрын
Please In this project, will my esp32 be connected to a WiFi separately
@MiguelGarcia-by3nn
@MiguelGarcia-by3nn Жыл бұрын
¿Es posible realizar este mismo proyecto usando en lugar de un webserver, usar wordpress? entiendo que utilizando la bases de datos del hosting y haciendo una especie de lectura / post en wordpress.. ¿alguna idea? gracias!!
@rafaelma154
@rafaelma154 Жыл бұрын
Great vídeo, Congratulation!!! Thank you so much
@anishhansoge17
@anishhansoge17 Жыл бұрын
Great video again. But instead of using a database, it would be much easier to use Blynk or Arduino IOT cloud for the people who find the php file difficult to understand. Anyways, continue posting quality content!
@muffinengineer1438
@muffinengineer1438 2 жыл бұрын
Kind of information we need. Thank you
@wrongtown
@wrongtown 2 жыл бұрын
Nice one mate!
@knowsmart3340
@knowsmart3340 Жыл бұрын
how to contact you i want a wireless button which connect to pc and programmed for specific shortcut key, can u help me
@2N2222A
@2N2222A 2 жыл бұрын
At 7:15 you start to describe the interconnection between the ESP32 and the 'FTDI' programmer and then you start improvising, calling out names that are not shown on the drawing. You present the ESP32 diagram on the left, add then the FTDI on the right and then bridge between the two with a confusing verbal account (something about '0' and 'Enable' pins).
@anasrissa65
@anasrissa65 2 жыл бұрын
Thank you sir for this video, but I have one problem during make something like this , I made my website and changed the name in esp32 code to my website link but the server response is 400 how can i solve this problem
@cursoderobotica
@cursoderobotica 2 жыл бұрын
Nice project!!! I like it!! 😁👍
@kadyo_diy
@kadyo_diy 2 жыл бұрын
ESP32 Long range Wifi repeater can you make a series of that too?
@anonuser2640
@anonuser2640 2 жыл бұрын
I love this project 💥🙌
@userou-ig1ze
@userou-ig1ze 2 жыл бұрын
are the resistors for RTS and DTR really necessary? What are they used for?
@ELECTRONOOBS
@ELECTRONOOBS 2 жыл бұрын
To keep those pins with a pullup
@userou-ig1ze
@userou-ig1ze 2 жыл бұрын
@@ELECTRONOOBS I don't fully understand, I'm working with a ftdi breakout (the ch340e, annoyingly no 3.3v switch and no rts breakout...) and it says simply connect it, no resistors mentioned
@teklisbenzi
@teklisbenzi 2 жыл бұрын
@@userou-ig1ze Basically RTS and DTR are the same, Writings are different. The pullup resistors are there so that the microcontroller doesn't reset it self. But maybe your ftdi chip already have pullups on the breakout board, SO you don't have to connect external pullups. Hope this helps..... :)
@userou-ig1ze
@userou-ig1ze 2 жыл бұрын
@@teklisbenzi thanks! did I get it right, you can attach dtr to rts and it just works?! thanks for your great vids man!!!
@PhG1961
@PhG1961 2 жыл бұрын
Waw, how cool is this video, defenately one of the best and one of my favourites ! Very well explained and very usefull to me. If I may make a suggestion... and Alexa and/or Google Home or something familiar !
@rverm1000
@rverm1000 2 жыл бұрын
thats really stepping up the game.
@abobobo943
@abobobo943 2 жыл бұрын
Good video. Thank you Sir.
@antosatle-logger3217
@antosatle-logger3217 2 жыл бұрын
help me bro... I am receiving " Error sending POST, code: -1" so what to do?
@yousefabdelsamie5983
@yousefabdelsamie5983 Жыл бұрын
Did you find a solution?
@DedekindU
@DedekindU 5 күн бұрын
Sitting with the same problem ​@@yousefabdelsamie5983
@snipersquad100
@snipersquad100 2 жыл бұрын
Excellent Project.
@musdalifap
@musdalifap 2 жыл бұрын
Nice video.. how can this work with esp8266-01?
@emrecan9271
@emrecan9271 2 жыл бұрын
Can I upload and download video stream via that method with making little change to code?
@karthickm9367
@karthickm9367 2 жыл бұрын
Can you explain how to create iot web once again Your explanation is nice
@browaruspierogus2182
@browaruspierogus2182 2 жыл бұрын
I wanna control speed of ceiling fan - linearly changed - can you do it?
@threeMetreJim
@threeMetreJim 2 жыл бұрын
Isn't passing post requests direct to a database query asking to be hacked?
@keeper1855
@keeper1855 2 жыл бұрын
Can you made video about lora ebyte E22/E32 or SX12XX series with ESP32 or ESP8266?Thanks!
@markmeintjes3056
@markmeintjes3056 2 жыл бұрын
🙏🙏🙏 - Most appreciated - Worked 100%
@josecastellanos4836
@josecastellanos4836 2 жыл бұрын
Is a good video, great explanation, but you need assure that your proyects is maked with best practices, all logic and HTML View must not be in to same page.
@technocrat9984
@technocrat9984 2 жыл бұрын
How to make rc drone with esp32??. Or could we even do that?
@amitp05
@amitp05 2 жыл бұрын
Thanks for the video
@Richie_
@Richie_ 2 жыл бұрын
I must have done something wrong. The website won't open. If I give you my login details can you check what I did wrong?
@guilhermeconte8858
@guilhermeconte8858 2 жыл бұрын
where is the Php.index file? I can't see the link for this
@kiranshashiny
@kiranshashiny 2 жыл бұрын
Im looking for the same !
@kiranshashiny
@kiranshashiny 2 жыл бұрын
It is index.php, and not Php.index.
@mr.simpatia8109
@mr.simpatia8109 Жыл бұрын
Hi I noticed some dalay how can it be solved?
@ganeshpingle.8423
@ganeshpingle.8423 Жыл бұрын
HELP ME I AM FACING THIS ERROR........> Compilation error: call to 'HTTPClient::begin' declared with attribute error: obsolete API, use ::begin(WiFiClient, URL)
@birdpump
@birdpump 2 жыл бұрын
Can you show us how to use esphome
@siddharthmali5841
@siddharthmali5841 2 жыл бұрын
Excellent project.
@andreamitchell4758
@andreamitchell4758 2 жыл бұрын
interesting but still too complicated I rather just use esp8266 and use emulation of existing commercial devices I found a project to emulate the belkin wemo smartplug which can be integrated with Alexa and Google I am looking for a way to emulate a sensors now I just want quick cheap and dirty and smart assistant integration
@rahulb23
@rahulb23 2 жыл бұрын
I have done complete same with esp8266 and i want to add ajax to php file so that i no need refresh the same page every time
@quadrant2005
@quadrant2005 2 жыл бұрын
SUPER HELPFUL THX :)
@scienceandtech7164
@scienceandtech7164 2 жыл бұрын
Please can you update your esc with 328 chip and ir2110 at 48v thanks
@Nicannder
@Nicannder 2 жыл бұрын
I cant open file manager. I tried to reset FTP or changing password and didnt help.
@businessworld5733
@businessworld5733 2 жыл бұрын
Can ESP32 wroom connect to 5GHz WiFi
@satyampandeyII
@satyampandeyII 2 жыл бұрын
Finally!!! ThankYou
@Seu_Lunga
@Seu_Lunga 2 жыл бұрын
What was the site?
@Archimedesdecode
@Archimedesdecode 7 ай бұрын
Good day from Philippines, i follow your code but it says error code -1
@selvakn.
@selvakn. 2 жыл бұрын
MQTT would be a better protocol...
@timmyfingaz100
@timmyfingaz100 2 жыл бұрын
nice glasses :)
@ProKam
@ProKam 2 жыл бұрын
#Arduino #IR #sensor How to use an IR sensor with Arduino? | Arduino के साथ IR सेंसर का उपयोग कैसे करें | Simple Projects kzbin.info/www/bejne/hJPHk5p_qal3oZY
Introduction to ESP32 - Getting Started
47:57
DroneBot Workshop
Рет қаралды 1,6 МЛН
Forget About Raspberry Pi! Use Your Old Phone Instead. (Really???)
9:09
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 38 МЛН
Try Not To Laugh 😅 the Best of BoxtoxTv 👌
00:18
boxtoxtv
Рет қаралды 7 МЛН
Poi-Poi-Poi-Poi-Poi-Poi-Po-Pi!! | Baby Zombie vs Baby Herobrine 😁
00:29
СОБАКА ВЕРНУЛА ТАБАЛАПКИ😱#shorts
00:25
INNA SERG
Рет қаралды 1,8 МЛН
Control Devices Anywhere 🌍 with Google Firebase & ESP32 ✅
10:39
Enjoy Mechatronics
Рет қаралды 13 М.
Что купить новичку в Arduino? Большой обзор
21:49
Заметки Ардуинщика
Рет қаралды 915 М.
Is this Best ESP32 board? New T-Display S3 ESP32S3
10:17
Volos Projects
Рет қаралды 350 М.
Make a TINY Arduino Drone with FPV Camera - Will It Fly?
20:26
Max Imagination
Рет қаралды 1,2 МЛН
ESP8266 + Arduino + database - Control Anything from Anywhere
13:51
Electronoobs
Рет қаралды 639 М.
Try these 16 Brilliant ESP32 projects!!!
11:18
ToP Projects Compilation
Рет қаралды 598 М.
小丑揭穿坏人的阴谋 #小丑 #天使 #shorts
00:35
好人小丑
Рет қаралды 38 МЛН