Chat freely about anything...

User avatar
By rudi
#2230
alonewolfx2 wrote:@rudi
why just quoting my post :)



because i am a idiot ;-) my write text ( 20000 letters ) was flush ;-/
sorry ...ok will write all again..
have you seen the new module in breadboard - just in time ..here - now can work with adc, gpio4, gpio5 better way with the rm 2.54..
my old hack is paste i am happy..

do you can send get http now well in at?
let me know what problem in your thread i will look later time again ok!.

bw rudi ;-)
Attachments
LiveDemo ESP-ADC legal.PNG
ESP-ADC Firmware
IMG_0350.jpg_1024.jpg
ESP-ADC in Breakboard 1
IMG_0351_20.JPG
ESP-ADC in Breakboard 2
IMG_0349.jpg
ESP-ADC in Breakboard 3
User avatar
By alonewolfx2
#2233 i can get value on mywebsite or send my website with at command. i need auto send in user main. i wrote like this in usermain.c
and it can set cipmux to 1 and connect my wifi and start tcp server but it cant connect website. its sending unreadable text and restart esp when coming last line.
Code: Select alluart0_sendStr("Setting MUX to 1:");
  at_setupCmdCipmux(15, "=1");

  sleepms(500);

  at_queryCmdCipmux(15);

  sleepms(500);

  uart0_sendStr("Starting TCP server:");
  at_setupCmdCipserver(16, "=1,9999"); 
  sleepms(500);
 
  uart0_sendStr("Starting TCP connection:");
 
  sleepms(500);
 
  at_setupCmdCipstart(12,"=3,\"TCP\",\"www.mbokurt.com\",80");

and here is my working at code's serial output
AT+CIPSTART=3,"TCP","www.mbozkurt.com",80
OK
Linked

AT+CIPSEND=3,62 (i am pressing enter) > GET /prgistatistik/ip.php HTTP/1.1(i am pressing enter)
Host: www.mbozkurt.com(i am pressing enter)
(i am pressing enter)

SEND OK

+IPD,3,171:HTTP/1.1 200 OK
Date: Sun, 02 Nov 2014 10:50:55 GMT
Server: Apache
Vary: Accept-Encoding
Transfer-Encoding: chunked
Content-Type: text/html

d
xx.xxx.xxx.xx//coming my ip adress
0


OK

OK
Unlink