ESP8266 Arduino code troubleshooting
Posted: Mon Dec 21, 2015 12:18 pm
I tried to connect an arduino uno to the internet through an ESP8266 module, but it doesn't connect. I tried inputting the AT commands through the "BareMinumim" example code with the baud rate at 115200 and the "Both NL & CR" as sugested in many tutorials regarding the module and the connection is successful, but when I try to use a code provided to connect the device to the internet, it doesn't work. Can someone please guide me in this matter? Also regarding tuttorials and examples, I've seen there are a lot of libraries used for the esp module like the Software serial, SPI, or WiFi just to quote some, can someone tell me if I'm using the correct library or guide me to the proper library settings to use this module? I've also tried using an Arduino MEGA just in case the Arduino UNO can't handle the requirements. Thanks in advance for the answers and the help