HOW TO CONNECT ESP8266 TO WIFI NETWORK | Ut Go

  Рет қаралды 53,425

Ut Go

Ut Go

Күн бұрын

Пікірлер: 68
@CrazyMadafaka96
@CrazyMadafaka96 Жыл бұрын
Works perfect, cross checked in my internet provider's settings as well, it is connected with the same IP that the serial monitor outputs. Install necessary libraries to IDE to make it work. Thank you!!
@UtGoTech
@UtGoTech Жыл бұрын
Good to hear👍
@CrazyMadafaka96
@CrazyMadafaka96 Жыл бұрын
@@UtGoTech a small problem I realised later is that it disconnects if I leave it for some time. Could you suggest a way in the code to check if it disconnects? So you can get it back online.
@UtGoTech
@UtGoTech Жыл бұрын
if (WiFi.status() == WL_CONNECTED) { Serial.println(F("WiFi connected!")); Serial.println("IP address: "); Serial.println(WiFi.localIP()); } else { // Code to reconnect }
@CrazyMadafaka96
@CrazyMadafaka96 Жыл бұрын
@@UtGoTech I'll try that, thanks!!
@dronefilmsgermany
@dronefilmsgermany Жыл бұрын
Great work thanks for making this video
@UtGoTech
@UtGoTech Жыл бұрын
Welcome
@wojna_bez_zmian
@wojna_bez_zmian 11 ай бұрын
Hi, I cant see my board in wifi on my computer and in serial monitor i can only see '?'. please help
@UtGoTech
@UtGoTech 11 ай бұрын
Select proper Serial Communication Baud rate.
@panchurii
@panchurii Жыл бұрын
did you connected NodeMCU esp8266 directly with computer or connected esp8622 with arduino then connecting arduino with computer?
@UtGoTech
@UtGoTech Жыл бұрын
Connected directly with computer.
@toufiqmusah6480
@toufiqmusah6480 Жыл бұрын
Make sure your wifi band is 2.4GHz
@aqilahmzln
@aqilahmzln Жыл бұрын
Thank you. This comment save me
@yuilhan4275
@yuilhan4275 10 ай бұрын
BRUH THIS IS VERY HELPFUL
@dormiegogoi5406
@dormiegogoi5406 6 ай бұрын
Thankyou
@UtGoTech
@UtGoTech 6 ай бұрын
Welcome
@rithika7974
@rithika7974 Жыл бұрын
Once we connect the chip to the wifi...will it get automatically connected to the wifi once we enter the wifi region
@UtGoTech
@UtGoTech Жыл бұрын
Yes
@aganazaroputrakiswanto5743
@aganazaroputrakiswanto5743 2 жыл бұрын
nice vid, easy to understood. thanks
@UtGoTech
@UtGoTech 2 жыл бұрын
Welcome
@trigster
@trigster Жыл бұрын
The serial monitor only puts out ASCII) Symbols?
@trigster
@trigster Жыл бұрын
when i set in on 74880 baud it says: ets Jan 8 2013,rst cause:2, boot mode:(1,6)
@UtGoTech
@UtGoTech Жыл бұрын
Check the serial speed in code and in the serial monitor, both must be same.
@余智瑋
@余智瑋 10 ай бұрын
hello,I get some trouble here,when I uplaoding finish, serial moniter shows some "?" with brick , there is no ip adress in my serial moniter, how can I fix it?
@UtGoTech
@UtGoTech 10 ай бұрын
Select the correct baud rate
@余智瑋
@余智瑋 10 ай бұрын
baud rate is both 115200,may I ask you what the flash size need to choose? and what else need to set in the tool ?
@UtGoTech
@UtGoTech 10 ай бұрын
Flash size depends on the type of or variant of the board you are using. Look for the baud rate in the code then select the same baud rate in the serial monitor. Baud rate is written in Serial.begin() function
@余智瑋
@余智瑋 10 ай бұрын
@@UtGoTech I use Serial begin(115200) and serial monitor use 115200 too.I finally successful because I change the flash size,but I’m not sure what select is true. 1M,4M,512K? (My esp8266 module is Esp01s with Arduino uno not nodemcu)
@UtGoTech
@UtGoTech 10 ай бұрын
Ok👍
@Lil_electrician
@Lil_electrician Жыл бұрын
nice video ffs
@UtGoTech
@UtGoTech Жыл бұрын
Thanks👍
@Tisha378
@Tisha378 Жыл бұрын
if it doesnt work change the baud rate to 9600
@UtGoTech
@UtGoTech Жыл бұрын
Ok
@seeshort9564
@seeshort9564 Жыл бұрын
Thanks bro
@UtGoTech
@UtGoTech Жыл бұрын
Welcome
@nithilanmohan
@nithilanmohan 6 ай бұрын
Bro just showed his ip adress lol😅😅
@UtGoTech
@UtGoTech 6 ай бұрын
This is not my public IP address, so no issues.
@talhaijazprojectlimited5295
@talhaijazprojectlimited5295 3 жыл бұрын
I wanted that a esp8266 main server control many esp8266 boards Esp8266 main server Esp8266 board 1 Esp8266 board 2 Esp8266 board 3 and more A one esp control main esp boards need audrino code
@UtGoTech
@UtGoTech 2 жыл бұрын
You can use blynk iot or UDP for that.
@aliftalukder456
@aliftalukder456 Жыл бұрын
Please give your code
@UtGoTech
@UtGoTech Жыл бұрын
You can easily find code in the example sketches that came with the esp library.
@nehamiglani1498
@nehamiglani1498 Жыл бұрын
can u please share the code link with us
@UtGoTech
@UtGoTech Жыл бұрын
You can find this code in example sketch.
@nehamiglani1498
@nehamiglani1498 Жыл бұрын
@@UtGoTech Thanks a lot!
@csquare4685
@csquare4685 4 ай бұрын
Send code plz. Copy paste karna h
@UtGoTech
@UtGoTech 4 ай бұрын
You will get in example sketches
@csquare4685
@csquare4685 3 ай бұрын
@@UtGoTech okay thank you
@UtGoTech
@UtGoTech 3 ай бұрын
👍
@chrisdumond7707
@chrisdumond7707 2 жыл бұрын
not declared in scope I have no idea
@UtGoTech
@UtGoTech 2 жыл бұрын
Please explain the fault.
@karatugba
@karatugba 2 жыл бұрын
how did you connect to your pc
@UtGoTech
@UtGoTech 2 жыл бұрын
Through wire or through wifi ?
@hematkarangiya9692
@hematkarangiya9692 3 жыл бұрын
I can't connect my mobile with esp8266
@UtGoTech
@UtGoTech 3 жыл бұрын
Use ip address to connect to your ESP
@hematkarangiya9692
@hematkarangiya9692 3 жыл бұрын
@@UtGoTech ip address hi nahi a raha he
@UtGoTech
@UtGoTech 3 жыл бұрын
Your can get IP Address of you ESP module from serial monitor
@hematkarangiya9692
@hematkarangiya9692 3 жыл бұрын
@@UtGoTech serial monitor me dot hi ate he ip nahi ata
@UtGoTech
@UtGoTech 3 жыл бұрын
Which code you are using
@XaiZon01
@XaiZon01 7 ай бұрын
. Variables and constants in RAM (global, static), used 30844 / 80192 bytes (38%) ║ SEGMENT BYTES DESCRIPTION ╠══ DATA 1556 initialized variables ╠══ RODATA 2512 constants ╚══ BSS 26776 zeroed variables . Instruction RAM (IRAM_ATTR, ICACHE_RAM_ATTR), used 61247 / 65536 bytes (93%) ║ SEGMENT BYTES DESCRIPTION ╠══ ICACHE 32768 reserved space for flash instruction cache ╚══ IRAM 28479 code in IRAM . Code in flash (default, ICACHE_FLASH_ATTR), used 254244 / 1048576 bytes (24%) ║ SEGMENT BYTES DESCRIPTION ╚══ IROM 254244 code in flash now it became this
@UtGoTech
@UtGoTech 7 ай бұрын
What issues are you facing?
5$ Arduino WiFi Module!? ESP8266 mini Tutorial/Review
5:41
GreatScott!
Рет қаралды 1,7 МЛН
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 3,6 МЛН
Человек паук уже не тот
00:32
Miracle
Рет қаралды 2,1 МЛН
Osman Kalyoncu Sonu Üzücü Saddest Videos Dream Engine 269 #shorts
00:26
ESP8266 in 5 minutes
5:50
MrDIY
Рет қаралды 138 М.
Connect ESP32 to WiFi - ESP32 Beginner's Guide
12:13
Enjoy Mechatronics
Рет қаралды 153 М.
Introduction To ESP8266 Wi-Fi - All You Need To Know
10:06
Enjoy Mechatronics
Рет қаралды 6 М.
Solved USB Not Detected NodeMCU ESP8266- Drivers issue
6:55
BINARYUPDATES
Рет қаралды 195 М.
The $4 NodeMCU ESP8266 Wi-Fi Jammer Setup! (iOS & Android)
11:28
Tech James
Рет қаралды 233 М.
How to host web pages using ESP8266 | Ut Go
6:18
Ut Go
Рет қаралды 2,9 М.
Features of NodeMCU (ESP8266) Explained Clearly | English
10:34
SM training academy
Рет қаралды 35 М.
WIFI Scan ESP8266 NodeMCU (Filipino)
6:20
Tagalog Electronics
Рет қаралды 4,9 М.
ЗНАЛИ? ТОЛЬКО ОАЭ 🤫
00:13
Сам себе сушист
Рет қаралды 3,6 МЛН