-->
Page 1 of 7

ESP8266 + GTK+ +wifi comunication

PostPosted: Sun Jul 19, 2015 3:36 pm
by Polohpi
Hi all

Newbi on this forum, i hope that you can help me. The arduino forum doesn't help much ...

i'm working right now on a project to control a indoor garden by wifi with an arduino, some relays, a tft lcd and a esp 8266.

I would like to know oh i can read eeprom variables via wifi and an apllication on gtk+ with AT command. I don't know how to get comunication between the gtk+ app and the esp 8266 with the ip adress and all the stuff.

What do you think about this ?

Tanks ! :)
Paul

Re: ESP8266 + GTK+ +wifi comunication

PostPosted: Sun Jul 19, 2015 10:43 pm
by tytower
I think you should read up a bit . The arduino may not be needed as the ESP8266 has stand alone qualities . Go to the Wiki on this page above (scroll up) and there are examples and notes there you may find useful

Re: ESP8266 + GTK+ +wifi comunication

PostPosted: Mon Jul 20, 2015 3:48 pm
by Polohpi
yeah i know but i need a arduino board to control a lot a things. I know that the esp as its own program and i count on it. May be on version can help me. I hav not found something usefull on the web and on the wiki :/ sure that i miss something.

Re: ESP8266 + GTK+ +wifi comunication

PostPosted: Mon Jul 20, 2015 3:55 pm
by tytower
" I would like to know oh i can read eeprom variables "- I may not be able to help you with gtk+ app but there are examples of EEPROM useage for ESP and for Arduino . Choose ESP board in IDE to look at those examples . They are there . Swap board to Arduino and those EEPROM examples appear there. I have not used them except to run the examples to see if they work,so I can't help further.