I want to send some data from my Arduino Uno to a web server where I could organize and display the data to a web page when needed. I have an ESP8266 Wifi breakout. But I don't know how to setup Esp8266 breakout to connect and send data via Internet. Looking for a simple suggestion as I am new with using ESP8266 and PHP.

share|improve this question

put on hold as too broad by jfpoilpret, KIIV, Mattia, uint128_t, Nick Gammon Jan 2 at 5:24

There are either too many possible answers, or good answers would be too long for this format. Please add details to narrow the answer set or to isolate an issue that can be answered in a few paragraphs.If this question can be reworded to fit the rules in the help center, please edit the question.

3  
Connect to wifi access point; make GET request to webserver. I don't really get what your question is. – Gerben Dec 15 '16 at 15:54

The easiest way is to stick you Arduino in a draw, download the ESP8266 board support package for the IDE and upload you code to the ESP instead. Try following this tutorial from Adafruit https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide

BUT If you want to do it the hard way take a look at https://learn.sparkfun.com/tutorials/esp8266-wifi-shield-hookup-guide

In both cases you are going to have to adapt what is being said to you ESP-01, but they should give you a starting point.

share|improve this answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.