Quantcast
Channel: ESP8266 Community Forum
Browsing all 27 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Community Project to fix AT+ Commands • ESP8266 module as TCP client

HI , AT+CIPSTART command returns ERROR!!!My algorithm is as follows:AT+CWMODE=1\r\n //SET AS STATION AT+CWJAP="<ssid>",\"<password>"\r\n //CONNECTED TO ROUTERAT+CIFSR\r\n // STATION...

View Article


Community Project to fix AT+ Commands • AT command for POST and GET request

Dear Friends,I am developing ESP8266 server application using AT commands. TCP client is browser in My case. I checked ESP AT instrudtion set, but I coudnt find any AT command to recieve post and get...

View Article

Community Project to fix AT+ Commands • Re: AT command for POST and GET request

The AT commands work at a lower level than that. They can handle sending and receiving of data (i.e. transport layer), but what you are asking for is HTTP parsing. That is application layer. There are...

View Article

Community Project to fix AT+ Commands • The server is timed out or...

when I wrote a code to send a data to thingspeak.com, one time the data went to field1 rest all times the server replies closed. the following commands were...

View Article

Community Project to fix AT+ Commands • ESP8266 RESPONSE ERROR AFTER BEİNG READY

ESP8266 is WİFİ DİSCONNECT after being READY.And then its response is ERROR toward at commands.Code:...

View Article


Image may be NSFW.
Clik here to view.

Community Project to fix AT+ Commands • Re: ESP8266 module as TCP client

arjun_araya wrote:HI , AT+CIPSTART command returns ERROR!!!My algorithm is as follows:AT+CWMODE=1\r\n //SET AS STATION AT+CWJAP="<ssid>",\"<password>"\r\n //CONNECTED TO ROUTERAT+CIFSR\r\n...

View Article

Community Project to fix AT+ Commands • Re: The server is timed out or...

Hi,First of all you have to give the proper delay to wait for connection and received for data.If you have the program please send my mail id actually, i am here to new for esp8266.Thank you,Mail id :...

View Article

Community Project to fix AT+ Commands • AT commands to "GET" to PHP

Hi all,I`m trying to send data to my sql using a php script using simple arduino AT COMMANDS on my Serial monitor and I get no +IPD reply from my ESP8266. In addition to that the data do not reach my...

View Article


Community Project to fix AT+ Commands • problem at AT commands with NODMCU

hello,each once i try to send any AT commands to nodemcu i see this message stdin:1: unexpected symbol near 'char(22)'or stdin:1: unexpected symbol near 'char(3)'i use Putty to send commands and i...

View Article


Community Project to fix AT+ Commands • Re: Implement SMB/CIFS (Samba) for...

hellodid you manage to implement smb with an esp8266?marcStatistics: Posted by marco40 — Sun Mar 18, 2018 12:53 pm

View Article

Community Project to fix AT+ Commands • Meshing Two/Three Esp8266 -12E module...

Hello there , I am using Esp-12E module since for a long time and now i wanted to mesh 2 Esp modules for checking the sensor data . If the data goes more than setpoint than i want to check this thing...

View Article

Community Project to fix AT+ Commands • ESP8266 Did Not Answer !

i connect esp8266-1 to USB-TTL and i use ESP8266 User Program Ver1.1 to communicate with it but when i send any AT command there is error "ESP8266 Did Not Answer !"connection like here :...

View Article

Community Project to fix AT+ Commands • Re: ESP8266 Did Not Answer !

why not look for a decent, proven good setup in this forums wiki?wiki/doku.php?id=connecting_the_boarda) esp8266 is not 5V tolerant, so why jumper 5V?b) USB/serial not fit enough to power ESP, 3V3...

View Article


Community Project to fix AT+ Commands • HTTP or HTTPS request with ESP8266-01...

Hi, somebody hint? Friend bring me ESP8266-01S.We wanted to make HTTP or HTTPS request to location:arduino.php5.sk for HTTPS (if HTTP connection i must use www.arduino.php5.sk)We used Arduino Uno to...

View Article

Community Project to fix AT+ Commands • Re: Issues with current AT+ commands...

HI, I have a problem with AT commands when starting a SERVER with PORT different than 80. Otherwise is fine. Under the setup routine.If I use a PORT different than 80 after the first CIPSEND the...

View Article


Community Project to fix AT+ Commands • uploading data to webpage using at...

i send the following commands as shown in pic for sending data to webpage of thingspeakhttps://drive.google.com/open?id=1CY-q1tqC6kgQh6_2CsD_tsbWpaZHNTZuit gets connected to web server but value is...

View Article

Community Project to fix AT+ Commands • Re: uploading data to webpage using...

AT+CIPSTART="TCP","52.204.41.253",80CONNECTOKAT+CIPSEND=49OK> Recv 49 bytesSEND OK+IPD,4:1758CLOSEDAT+CIPSTART="TCP","162.214.80.6",80CONNECTOKAT+CIPSEND=76OK> Recv 76 bytesSEND...

View Article


Community Project to fix AT+ Commands • esp8266 AT commands embedded code

hi to all ,i am trying to write the embedded c code for esp8266 via AT commands .flashed the AT commands firmware in the esp8266 . connected esp8266 via rx and tx with arduino mega pins 18-19.Now...

View Article

Community Project to fix AT+ Commands • Re: problem at AT commands with NODMCU

I am not an expert, but what I can say is that NodeMCU comes with Lua based firmware. So, to issue AT command you need to first flash it into AT firmware. AT firmware is available in internet.Then,...

View Article

Community Project to fix AT+ Commands • error in receiving response from...

I have an API URL of a JSON response http://innovations.thinkfinitylabs.com/test/comm/sens.php?key=f46fa009d3c6902ea2a805567c7ed4&val1=01&val2=02&val3=03&val4=04&Stat=1The JSON...

View Article
Browsing all 27 articles
Browse latest View live