-->
Page 1 of 2

new user questions

PostPosted: Wed Dec 16, 2015 2:37 am
by Roypo
So i got my self a ESP8266 ESP-12 Full Evaluation Board
and i would like to use the iot framework (http://www.electrodragon.com/w/ESP8266_IoT_Firmware)
but i have some questions and would like yours help (thanks).
a. could i access the esp while i am connecting to my router ?(not to change the wifi)
b. i can access my rgb led by doing as in the example:
Set status
curl -X POST -H Content-Type:application/json -d '{"freq":100,"rgb":{"red":200,"green":0,"blue":0}}' http://ip/config?command=light
but i can't access the io`s why ?
c. is there a way to have new framework without usb connection?

thank you all !

Re: new user questions

PostPosted: Wed Dec 16, 2015 6:59 pm
by Timpanogos Slim
You can access the esp over serial regardless of what wifi network it is using (or not using). Provided that you have a 3.3v ttl serial interface to use with it.

You can configure the esp to use the same wifi network as you are using.

Re: new user questions

PostPosted: Thu Dec 17, 2015 2:24 am
by Roypo
thank you very much,
if i don't have any physical interface (ttl included) i can not access it by wifi?(and still be connected to my default router )
thanks,

Re: new user questions

PostPosted: Thu Dec 17, 2015 5:29 am
by eduperez
Roypo wrote:thank you very much,
if i don't have any physical interface (ttl included) i can not access it by wifi?(and still be connected to my default router )
thanks,


Wifi and serial are two completely independent interfaces, and you can use each one as you wish.