I’m trying to use my mobile data instead of my home wifi to get my blynk project online. I tried it but my area mobile network is not good at all times, so Please tell me is it possible? Then i can keep trying and make a conclusion about this problem. Thanks guys
what mcu are you using?
if some esp board, sure you can, just create hotspot on phone and connect the esp.
1 Like
Ah thanks, I’m using nodemcu. Thanks alot again
the simplest way is to use the same ssid and password on your home router and mobile hotspot, thus the nodemcu will not need any additional setup. or, if you want to go the pro way, you can use wifi multi from the esp core, and set up lots of ap in your code.
1 Like
Waaaw it’s such a alot useful information for me:smiley: thank you very much frd. And i tried the way like u said and it worked buddy.
1 Like
glad you managed to do it. then, please mark the topic category as solved.