Search found 16 matches

by Pablo Oyarzo
Wed Mar 22, 2017 3:46 pm
Forum: General Discussion and Questions
Topic: How do I make different kinds of web - request?
Replies: 6
Views: 4764

How do I make different kinds of web - request?

On the documentation we have a goof example of an HTTP GET request. What If I have need to de an ECHOREQUEST?
by Pablo Oyarzo
Wed Mar 22, 2017 2:59 am
Forum: General Discussion and Questions
Topic: How to make an easy Hotspot?
Replies: 0
Views: 1842

How to make an easy Hotspot?

How do I make an easy Hotspot with MicroPython and the ESP8266.
by Pablo Oyarzo
Tue Mar 14, 2017 8:16 pm
Forum: ESP8266 boards
Topic: Unintended AP and STA mode at the same time
Replies: 2
Views: 2749

Re: Unintended AP and STA mode at the same time

Thank you, it worked.
by Pablo Oyarzo
Tue Mar 14, 2017 1:05 am
Forum: ESP8266 boards
Topic: IPs on the local network (STA mode)
Replies: 0
Views: 1709

IPs on the local network (STA mode)

Is there a library that allows me to see others IPs in the local network? on the ESP8266
by Pablo Oyarzo
Tue Mar 14, 2017 1:02 am
Forum: ESP8266 boards
Topic: Unintended AP and STA mode at the same time
Replies: 2
Views: 2749

Unintended AP and STA mode at the same time

How do I stop the already started AP on the ESP? I see you can use x.disconnect() but I believe this is only for STA mode