module from ai-thinker
Posted:
Thu Jan 08, 2015 1:16 pm
by HolgerW
Hi,
i got this modules from Ali, i can activate the AP mode and connect with password ai-thinker, that works, i get ip address 192.168.4.x
With browser i tried e.g 192.168.4.1//index.tpl and others, the blue led flash always short, but i dont get any website back.
Somebody know how i can access it ?
Holger
Re: module from ai-thinker
Posted:
Thu Jan 08, 2015 1:24 pm
by alonewolfx2
HolgerW wrote:Hi,
i got this modules from Ali, i can activate the AP mode and connect with password ai-thinker, that works, i get ip address 192.168.4.x
With browser i tried e.g 192.168.4.1//index.tpl and others, the blue led flash always short, but i dont get any website back.
Somebody know how i can access it ?
Holger
it doesnt have webserver maybe. you can use json or curl if it have iot example, or you can upload esp-httpd from sprite_tm or nodemcu from zeroday.
Re: module from ai-thinker
Posted:
Thu Jan 08, 2015 1:37 pm
by HolgerW
You made my day ! Yes json was it, i remember now...
Now i get answers, e.g. with
http://192.168.4.1/client?command=infoHolger
Re: module from ai-thinker
Posted:
Fri Jan 09, 2015 10:07 am
by markbee
A thorough explanation is here:
http://www.electrodragon.com/w/ESP8266_IoTWith the Google Chrome Add-on "Postman" you can set leds etc.
Markus
HolgerW wrote:You made my day ! Yes json was it, i remember now...
Now i get answers, e.g. with
Holger