The tag has no wiki summary.

learn more… | top users | synonyms

1
vote
1answer
158 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 ...
0
votes
1answer
73 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..
0
votes
0answers
26 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
47 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
82 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 ...