Arduino Uno WiFI Turn LED On and Off

  Рет қаралды 54,627

Eli the Computer Guy

Eli the Computer Guy

Күн бұрын

Пікірлер
@sssharo
@sssharo 5 жыл бұрын
u are the best youtuber , educator , engineer , adviser ever i see thnx u man for ur totrials
@mdd1963
@mdd1963 5 жыл бұрын
Twelve more Aduino fans' (est. worldwide audience) desires quenched with yet another Arduino video.....! Yayyyyyy!
@rezaamini4791
@rezaamini4791 Жыл бұрын
Thanks man i made it and added a little python script with tkinter to make a GUI and control it with buttons.
@haramboy6932
@haramboy6932 4 жыл бұрын
NEVER STOP MAKING VIDEOS You are great man
@adityapandey7708
@adityapandey7708 4 жыл бұрын
Thanks again back to back for something , exactly, i was looking for . GOD bless :) yeah Subscribed !
@JohnSendrey
@JohnSendrey 11 ай бұрын
Do the controlling computer and the Arduino Uno Wifi need to be on the same Wifi netword, or can the controlling computer be anywhere in the world on any public internet?
@rusydierusli5143
@rusydierusli5143 5 жыл бұрын
hi, ive followed your programme however it didnt show me the SSID in the wifi tab, and in the serial monitor, it kept displaying " Attempting to connect to Network named: test ", any idea why?
@dank2816
@dank2816 4 жыл бұрын
I had the same issue. chances are that your password, or your ssid are wrong.
@horanneo3105
@horanneo3105 5 жыл бұрын
Should the device used to control the LED be in the same local WiFi network?
@bndanyi
@bndanyi Жыл бұрын
Yes
@gdpower456
@gdpower456 Жыл бұрын
how much current does LED draw with a 220 ohm resistor?
@adamlasak1536
@adamlasak1536 2 жыл бұрын
Any alternative for WiFiNINA for rev3 board?
@deepakchavan7943
@deepakchavan7943 Жыл бұрын
Great teaching method, thank you
@bndanyi
@bndanyi Жыл бұрын
Hello. I copied the code from your website and changed WIFI SSID and Password only. Serial monitor shows the Adruino Uno WiFi Rev2 is connected and shows the local IP Address. I also connected the LED , Resistor, and cables as shown. However, the LED is constantly on and when i open the browser to click "Turn On Light" or "Turn Off Light" the serial monitor shows the following "new client GET / HTTP/1.1 client disonnected" What could be the issue?
@alfmarcelissen2197
@alfmarcelissen2197 2 жыл бұрын
Thanks for the project. The first thing I did when I got my Uno WiFi. I have one small problem. Everything runs as expected except the "Turn off light" does not come on the site. The "Turn on Light" is there and works. Can you help?
@qingji7085
@qingji7085 2 жыл бұрын
Hello there, I have the same trouble. Had you found out the solution?
@nickoaks5143
@nickoaks5143 2 жыл бұрын
I'm having the same issue, any luck figuring it out?
@dcpowered
@dcpowered 5 жыл бұрын
Great video! Can you make a video about how to read and use the IMU over WiFi?
@itsvu
@itsvu 4 жыл бұрын
Is it possible to command a fade on an LED over a local web page as well?
@isomaticcomplectood
@isomaticcomplectood 4 жыл бұрын
How to read data from the POST method instead of GET?
@MikesPikes
@MikesPikes 4 жыл бұрын
Where did you get "client" from in the beginning of the loop?
@iebstudent
@iebstudent 4 жыл бұрын
Cool project! May you add the power bank (with link) to the functional parts list? Thanks
@devaughnmenezes
@devaughnmenezes 5 жыл бұрын
In this project, which wifi network was the macbook connected to? Was it connected to the wifi network by the arduino board or the guest wifi network? Edit: is there a way to connect the arduino to an open wifi network that requires authentication after connecting to it?
@1977visa
@1977visa 9 ай бұрын
For some reason I only have the option of turning the light on. client.println("
@iebstudent
@iebstudent 4 жыл бұрын
Is it the connection to power itself tthat triggers the execution when Arduino is not plugged to pc?
@MarsTheProgrammer
@MarsTheProgrammer 5 жыл бұрын
doesn't work at all... i also tried the code from the arduino tutorial website, doesn't work either.
@paulanderson9483
@paulanderson9483 4 жыл бұрын
Worked for me, other than I can't get Turn Light Off URL to show on webpage. Also you do have to enter in the WIFI SSID and Password on code lines 6 and 7 in between the parenthesis
@NedSar85
@NedSar85 3 жыл бұрын
@@paulanderson9483 I have the same issue... the "turn off" does not shows in the web browser.. have you been able to solve it?
@davidvogel1878
@davidvogel1878 3 жыл бұрын
just works fine ! perfect, and many thanks !
@minibit0103
@minibit0103 5 жыл бұрын
Freaking awesome 😎! Networking and hardware plus blinking lights!?! Basically a laser pointer with a cat 🐈 for me. Lol 😝
@timperez4542
@timperez4542 4 жыл бұрын
Hey man! just asking. I don't understand the code so much. Correct me if I'm wrong. Did you connect the Arduino to the wifi network, make it display the webpage, and then access the Arduino through the IP Address?
@tinkerman5220
@tinkerman5220 3 жыл бұрын
Yes. That's the "href" line of code in the arduino displaying the "turn on light" and "turn off light" in the webpage
@ErikVangeel
@ErikVangeel Жыл бұрын
Are you sure you connected the Arduino to a WiFi network? It seems to me that you created a WiFi network and then connected the PC to that network.
@akashb6322
@akashb6322 3 жыл бұрын
Can I do this same with an esp8266 and Arduino...
@pablokremer6422
@pablokremer6422 3 жыл бұрын
Have the same cuestión
@radicalkat
@radicalkat 4 жыл бұрын
Question: What are the brackets [ ] for after "ssid" and "pass" ? Also, I thought "int" defined a whole number variable. However in this program, "int status = WL_IDLE_STATUS" seems to defines a string???
@matthewp87
@matthewp87 4 жыл бұрын
the brackets are to signify that they are both a character array AKA a string. the ssid is the wifi network name and the password is the wifi password.
@matthewp87
@matthewp87 4 жыл бұрын
Also WL_IDLE_STATUS is a constant variable probably defined in one of the included libraries. It would be a string if it was surrounded with quotes, like "WL_IDLE_STATUS"
@radicalkat
@radicalkat 4 жыл бұрын
@@matthewp87 Thank you very much!!!
@amarabd1888
@amarabd1888 5 жыл бұрын
Hi friend how are you i am new follower in your channel i saw the section EcH but it deleted why i would like to seethis videos do u have another channel
@LucasTsolakian
@LucasTsolakian 4 жыл бұрын
Perfect thank you!
@ac4cars656
@ac4cars656 3 жыл бұрын
Great project!
@giuliocomerci3277
@giuliocomerci3277 4 жыл бұрын
Fantastic! Where can i buy arduino uno wifi? Can you give me the link for the purchase?
@cryptover4491
@cryptover4491 4 жыл бұрын
lol read the description or just search it up
@pablokremer6422
@pablokremer6422 3 жыл бұрын
can I do this with an WIFI ESP8266 ESP-12E CON STACK TCP IP ARDUINO ARM PICbline. ????
@alzesttechnology9515
@alzesttechnology9515 4 жыл бұрын
how to set custom ip
@MobileTechPoint
@MobileTechPoint 5 жыл бұрын
We should be also able to turn on wifi from an led 😂
@mathyspelletier4168
@mathyspelletier4168 4 жыл бұрын
Totally work, so cool
@rverm1000
@rverm1000 2 жыл бұрын
can you do more of these videos
@doctorekt7410
@doctorekt7410 11 ай бұрын
How do u know 172.16.42.5 was ur ip address
@Good-Enuff-Garage
@Good-Enuff-Garage 3 жыл бұрын
thank you for that
@PublicDiscourse
@PublicDiscourse 4 жыл бұрын
This man put an if statement right inside an else instead of using an "else if" statement...
@dominiquelebbe5508
@dominiquelebbe5508 3 жыл бұрын
Your sketch don't work!
@hakill5236
@hakill5236 2 жыл бұрын
thanks youuuu
@josefmcinturff9206
@josefmcinturff9206 2 жыл бұрын
\Arduino\libraries\WiFiNINA\src/utility/wifi_drv.h:293:12: error: 'PinStatus' does not name a type static PinStatus digitalRead(uint8_t pin); ^~~~~~~~~ exit status 1 Error compiling for board Arduino Uno WiFi.
@josefmcinturff9206
@josefmcinturff9206 2 жыл бұрын
i needed to do the following: Downloading and Installing the Arduino IDE 2.0 i also had to install the libary from the menu not sure if this was done when the ide updated on its own. i wish there was a setup video that had it all how to from the start but i think i got it figured out thank you for all your content great videos love them all
Arduino Uno Wifi Temperature Sensor
21:24
Eli the Computer Guy
Рет қаралды 32 М.
Write POST Data to Server with Arduino Uno with WiFi
24:56
Eli the Computer Guy
Рет қаралды 82 М.
Who is More Stupid? #tiktok #sigmagirl #funny
0:27
CRAZY GREAPA
Рет қаралды 10 МЛН
КОНЦЕРТЫ:  2 сезон | 1 выпуск | Камызяки
46:36
ТНТ Смотри еще!
Рет қаралды 3,7 МЛН
SLIDE #shortssprintbrasil
0:31
Natan por Aí
Рет қаралды 49 МЛН
1S DJI Tinywhoop?? - Meteor75 Pro O4
9:04
TRONCAT FPV
Рет қаралды 1,7 М.
NEW Arduino UNO R4 WiFi | FULL Walkthrough! #newdimensionofmaking, #UNOR4
14:09
Programming Electronics Academy
Рет қаралды 49 М.
The BEST Mechanical Display You've EVER Seen!!
13:51
Tin Foil Hat
Рет қаралды 610 М.
Internet Up/ Down LED Alert with Arduino Uno with WiFi
19:28
Eli the Computer Guy
Рет қаралды 10 М.
Control Light With Radio Switch - 433MHz PCB
14:59
Electronoobs
Рет қаралды 17 М.
EEVblog #998 - How To Program ESP8266 WiFi With Arduino
19:25
Pixel 7 и 7 Pro с Face ID - лучше iPhone 14 Pro!
21:12
Rozetked
Рет қаралды 457 М.
Что такое дагестанский кирпичный завод!
0:53
АВТОБРОДЯГИ - ПУТЕШЕСТВИЯ НА МАШИНЕ
Рет қаралды 746 М.
Её автомобиль никто не хотел ремонтировать!
20:12
Гараж Автоэлектрика
Рет қаралды 1,5 МЛН
НЕ ДАМ ЕЁ В ОБИДУ😡 #shorts
0:24
Паша Осадчий
Рет қаралды 1,6 МЛН