Home Automation using NodeMCU ESP8266 and Flutter App | FLUTTER | ESP8266 | FLUTTER IOT

preview_player
Показать описание
How to control your electronical appliances over the internet using Flutter App and NodeMCU(ESP8266) .in this video we are controlling a bulb using flutter app and esp8266

Require Hardware :
1.Esp8266
3.Bulb
Source Code :
►Social Media

support us : Subscribe our Channel for interesting video
Рекомендации по теме
Комментарии
Автор

Hi awesome tutorial... Works fine at me and helpt me vey very much on the Flutter side. THANKS A LOT FOR THIS TUTORIAL.
I tried to give a Static IP Address to my ESP 8266 over the Arduino Code. In the Setup i introduced folowings lines inside the Setup.

IPAddress ip(192, 168, 1, 40);
IPAddress gateway(192, 168, 1, 1);
IPAddress subnet(255, 255, 255, 0);
IPAddress dns(192, 168, 1, 1);
WiFi.config(ip, gateway, subnet, dns);



Like this I have a Static IP Address on the Arduino side, but on the Flutter side when the IP is Static it does not turn ON/OFF the Lamp. I recive on the snackBarMessage the correct message when I switch but the Lamp does not react.

You have some idea what coul be the problem? Is there something missing on the Flutter side?

carloscosta
Автор

Hi, I saw your github's repo. I can't find how flutter sends the http post to esp8266. How to send the signal on/off from the app to esp8266?

rafigrumi
Автор

How did you connected arduino to flutter? How conection works?

ObilanCenobi
Автор

Hi, I tried to follow your tutorial, but, at the flutter code there was an error with the AlertButton, It says it needs a builder.

leslycruz
Автор

hi, you make usb serial comunication via usb with app flutter?

shawdondemon
Автор

sir why it is sowing D3 was not declared in the scope?

abinashpradhan
Автор

How to connect flutter app with Esp about websocket

ahmedsaeed
Автор

have you made the apk file? if yes please share and is it automatically connect with nodemcu without using IP everytime?

pratikdesai
Автор

he from where do i learn these things is this comes in iot?

Mohammedismailsiddiqui
Автор

Can I have the electronic map of this circuit??
cuz I don't know how the bases Interact with each other and you didn't show the map in the video

saeed
Автор

this is not working for me
I think it's dummy cuz it's even show connection error in the video too

saeed