Post topics, source code that relate to the Arduino Platform

User avatar
By alireza sadeghpour
#50087 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
User avatar
By alireza sadeghpour
#50095 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.
User avatar
By bbx10node
#50139 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.