An IC that offers Wi-Fi networking compatible with b / g / n standards. It also has integrated TCP/IP protocol stack.
0
votes
1answer
48 views
Arduino ESP8266 Advice
So I am a complete Arduino noob looking for direction. All I would like to to do is send a text from my phone and make my arduinos motor spin. I want it "wireless" so to speak where the USB does not ...
0
votes
0answers
82 views
Arduino + ESP8266 - poll file from a server?
I really need all the help I can get...
It's been a week now and I'm still not able to solve the problem.
I have text file on a server. The whole address is www.example.com/test.txt
I want to read ...
0
votes
0answers
84 views
My Computer Doesn't Realize ESP8266 ESP-05 is Connected or not
I wired ESP-05 to my usb-to-ttl as images below.
I connected it to USB #2 port, and my computer seems not knowing this.
I also tried to send "AT+RST" through Realterm but, it didn't work neither.
...
0
votes
2answers
148 views
ESP8266 + Arduino Uno: Can't send AT Commands
I'm trying to get the ESP8266 up and running without a FTDI chip, just my Arduino Uno. But it seems really difficult. What I did:
attach the ESPs VCC directly to Arduino Uno 3.3V; RX->TX; TX->RX
...
0
votes
1answer
119 views
How to get the signal strength of the network connected with the ESP8266
I am using ESP8266 module with Arduino Uno.I don't know how to get the signal strength of the network with which ESP8266 is connected.Please help..
1
vote
1answer
198 views
Arduino and ESP8266 Web server
First things first, if there was an ESP8266 StackExchange, I would post this there.
I am setting up a web server that will programmaticly be controlled from an external Python script, and I am ...