Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Data not uploading #2

Open
DoinStuff35 opened this issue Jun 8, 2016 · 0 comments
Open

Data not uploading #2

DoinStuff35 opened this issue Jun 8, 2016 · 0 comments

Comments

@DoinStuff35
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant