Giter Club home page Giter Club logo

openweatherduino's People

Contributors

l0wl3vel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

openweatherduino's Issues

Data not uploading

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.