An IC that offers Wi-Fi networking compatible with b / g / n standards. It also has integrated TCP/IP protocol stack.

learn more… | top users | synonyms

0
votes
0answers
9 views

RESTful API with ESP8266 and arduino mega

Anybody had worked with ESP8266 to post data to RESTful web service? I was trying but it's not posting anything. Tried with a test server : http://www.posttestserver.com/ Serial.println("\nSetting ...
1
vote
1answer
38 views

esp8266 esp-01 crashing, restarting over and over [on hold]

I flashed my ESP-01 with the nodemcu firmware 512k version, and everything was working fine. I testing some lua scripting on init.lua and it was working. Then, after writing a bunch of code and ...
0
votes
0answers
42 views

ESP8266 and Arduino Interfacing

I have connected Arduino with ESP8266 with Arduino pin 2 connected to ESP's Tx Arduino pin 3 connected to ESP's Rx via Voltage Divider Arduino GND connected to ESP's GND Arduino 3v3 connected to ...
2
votes
3answers
94 views

Adjusting variables in code without reprogramming?

I'm a teacher, working on eliminating some difficulties of Arduino in the name of getting to the fun stuff. Namely, I am building a small Arduino powered device that will collect simple data from ...
0
votes
0answers
72 views

Got Trouble with ESP8266 and Arduino Yun using REST control

Sorry about my English. I'm a new bie in program Arduino and interested in ESP8266. I'm trying to use ESP8266 control Arduino Yun using REST API. Like you know, we using web browser as ...
0
votes
0answers
378 views

Sending file from SD card to android using ESP8266

I came across this post http://stackoverflow.com/questions/10327506/android-arduino-bluetooth-data-transfer where the author sends files from the arduino to android platform over bluetooth. I am ...
0
votes
1answer
204 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
225 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
4answers
1k 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
377 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
294 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 ...