-->
Page 1 of 1

do any one know a reference for eso8266 API function

PostPosted: Sat Jul 02, 2016 10:13 am
by alireza sadeghpour
hi to all,
i bought a esp8266 module and configured arduino ide according to programming for esp8266.
now i want to write a program that made esp8266 as access point and then listen for any new connection and after receive some data from new connection, but i do not know function for esp8266 and do not know how done that.
can any one give me a reference for esp8266 API in arduino or tell me how done project that said in above

Re: do any one know a reference for eso8266 API function

PostPosted: Sat Jul 02, 2016 10:32 am
by martinayotte
It is really not clear what you're asking for !
Maybe you can give more details about what you try to achieve...

Re: do any one know a reference for eso8266 API function

PostPosted: Sat Jul 02, 2016 1:42 pm
by alireza sadeghpour
excuse me for obscure question, i am really new in esp8266 and microcontroller world.
i am searching for a reference that in it i can learn how use functions and other API's that ported to arduino in order to use of esp8266 capability.
thanks for attention.

Re: do any one know a reference for eso8266 API function

PostPosted: Sun Jul 03, 2016 2:28 pm
by bbx10node
The ESP8266 Arduino docs cover the built-in libraries and has links to useful external libraries.

http://esp8266.github.io/Arduino/versions/2.3.0/

The IDE includes lots of ESP examples. For example, under File | Examples | DNSServer | CaptivePortal there is a simple example showing how to run the ESP as an access point with web server.