-->
Page 2 of 2

Re: From Blink to Web Server

PostPosted: Sat May 30, 2015 8:58 pm
by hwiguna
Awesome!

To make the ESP visible from outside the home network, you need to setup Port Forwarding on your ISP router.
Find out which one is yours, and find instructions here.

If you want a name instead of an IP address, you also would need something like no-ip.com to translate the name to an ip address.

Have fun!

Re: From Blink to Web Server

PostPosted: Fri Aug 14, 2015 10:43 pm
by gregschultz
if you wanna make this globally available, then you must have IP Public. i've learned it in this course http://bit.ly/ArduinoCourse

Re: From Blink to Web Server

PostPosted: Thu Feb 11, 2016 11:06 am
by Mai Mariarti
Very nice playlist.
Just wondering why you didn't use bypass capacitors on the input and output of the 3v3 regulator?
Since you are using an Low voltage dropout regulator, you are required caps on the input and output (10uF min) in order to eliminate oscillation.
Second, by not using a resistor (1k+) to connect you GPIO0 to ground during programming, if you make a mistake and flip the switch while the ESP is running and using the GPIO0 for output high, you can say goodbye to that pin. :cry:
I was wondering if you can do a video on using 2 of these modules to send a command from one to the other using arduino style code.
I have a hallway LED light that turns on using an IR detector. I would like to light-up another LED bank leading to the basement that is triggered by the one in the hall way and vs.
In other words, either one of the two, is able to turn on the other.
Any help would be appreciated. I tried reading about this topic, but its over my head and it might as well stayed in Chinese.
Your videos, I understand. Other people's, not so much.
~Mai