Search found 5 matches

by fariz
Sun Jul 08, 2018 1:25 pm
Forum: General Discussion and Questions
Topic: Accessing more than one ESP8266 thru the web remotely
Replies: 6
Views: 4269

Re: Accessing more than one ESP8266 thru the web remotely

Thank you all, I was not thinking to tweak the router to solve the problem, and I will explore the VPN strategy.
by fariz
Fri Jul 06, 2018 5:22 pm
Forum: General Discussion and Questions
Topic: Accessing more than one ESP8266 thru the web remotely
Replies: 6
Views: 4269

Re: Accessing more than one ESP8266 thru the web remotely

I do not understand you problem. You have to use different IP addresses anyhow for each ESP8266. In that case, identical port numbers do not hurt. Hi Robert, thank you for your quick reply, of course I use different IP addresses but when you use a domain name to access the units, the only way I kno...
by fariz
Thu Jul 05, 2018 9:06 pm
Forum: General Discussion and Questions
Topic: Accessing more than one ESP8266 thru the web remotely
Replies: 6
Views: 4269

Accessing more than one ESP8266 thru the web remotely

Hi, I am developing a project with several esp8266 modules remotely monitored and configured thru webrepl, I have success connecting remotely to one unit with different domain name but I need to access more than one module in the same domain and in order to do that I need to change the default (:826...
by fariz
Mon Jun 25, 2018 5:52 pm
Forum: WiPy and CC3200 boards
Topic: Sending email
Replies: 36
Views: 178957

Re: Sending email

Hi, I had lots of trouble trying to send emails from esp8266 that way, I worked the issue around using available services on the cloud as Thinkspeak and Pythonanywhere for sending emails, (Treated IFTT but is unstable with gmail), Configure a channel in Thingspeak, a Thinghttp instance, React and Ti...
by fariz
Mon Jun 18, 2018 4:55 pm
Forum: WiPy and CC3200 boards
Topic: Sending email from WiPy
Replies: 1
Views: 3490

Re: Sending email from WiPy

Hi, I had the same challenge with ESP8266 with micropython and I got around the issue using various 3rd party services available and it works well. Let me know if you still interested.