-->
Page 5 of 8

Re: How to control ESP 8266 over internet

PostPosted: Sat Nov 21, 2015 12:27 am
by Ashish8826
@ forlotto - :lol: :lol: :lol: :lol: :lol:

@Mmiscool - Thanks, request you to look into the sorting/parsing part plz.

Thanks a lot guys

Re: How to control ESP 8266 over internet

PostPosted: Sat Nov 21, 2015 6:48 pm
by SoC
you can use twitter as your server.
there should be an esp8266 example how to read twits. just parse the twit after reading.

- post a twit
- esp read your twit
- esp act according to your twit.

you can also make esp to post a twit as an acknoledgment.

Re: How to control ESP 8266 over internet

PostPosted: Mon Nov 23, 2015 11:08 am
by Ashish8826
After doing lot of research again - i figured using mqtt protocol might be best option here.

Trying the same at the moment.

Have already created account at cloudmqtt - which acts as broker and downoaded an android app which acts as a client/publisher. i am able to send and recieve msgs between the two.

Now only need to write a sketch for esp so that it acts as a client - and sends/recieves msg to/from cloudmqtt.

Re: How to control ESP 8266 over internet

PostPosted: Mon Nov 23, 2015 1:32 pm
by forlotto
Interesting might I ask you to share your project with the community here when you get things figured out.

Make a list of parts and create a guide and include code etc.

Don't matter what the project does it is the example that helps people learn and answers a lot of questions.

We need more project examples with good instructions would be an excellent way of paying it forward to mmiscool and his project.