You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
At first i had a lot of trouble to check out which pin of my ESP8266 goes to which Pin on my Arduino Uno. Right now im using ESP TX on Arduino RX 0 and ESP RX on Arduino TX1, CH_PD goes to 3,3V on Arduino and the rest on to external power source for the ESP.
At first i had a lot of trouble to check out which pin of my ESP8266 goes to which Pin on my Arduino Uno. Right now im using ESP TX on Arduino RX 0 and ESP RX on Arduino TX1, CH_PD goes to 3,3V on Arduino and the rest on to external power source for the ESP.
For Debugging:
SoftwareSerial ESP8266(0, 1);
//ESP8266-RX --> Arduino Pin 0
//ESP8266-TX --> Arduino Pin 1
The Problem:
`
AT+CWMODE=1
AT+CWJAP="NameOfMyWLan","WLanPassword"
AT+CWMODE=1
AT+CWJAP="NameOfMyWLan","WLanPassword"
AT+CWMODE=1
AT+CWJAP="NameOfMyWLan","WLanPassword"
AT+CWMODE=1
AT+CWJAP="NameOfMyWLan","WLanPassword"
AT+CIPMUX=0
AT+CIPSTART="TCP","openweathermap.org",80
AT+CIPSEND=288
POST /data/post HTTP/1.1
Host: openweathermap.org
Content-Type: application/x-www-form-urlencoded
Authorization: Basic Base64encodedUsername:Password
Content-Length: 86
Connection: close
temp=24&humidity=50&pressure=1018.44&lat=41.689574&long=12.038599&alt=272&name=HomeLau
`
No more. Station doesn´t show up on Openweathermap.
Any Idea?
And one more question:
If my Username is "[email protected]" and my password "foodle%99", than i have to enter "[email protected]:foodle%99" on https://www.base64decode.org/ ?
Thanks in forward,
DoinStuff
The text was updated successfully, but these errors were encountered: