Giter Site home page Giter Site logo

weather_magnet-sparkcore's Introduction

License Weather Magnet Spark-Core

WiFi connected Weather magnet using Particle(spark) Core and 4 digit 7 Segment display

####Building Tutorial Coming Soon

Digit Config

Digit Configuration

1, 2 & 3 - Shows the temperature
4 - Shows the weather status (see status codes)

Status Codes

  • U - Unknown
  • t - Thunders
  • C - Clear sky
  • o - Partly Overcast
  • O - Overcast
  • d - Drizzle
  • r - Rain
  • S - Snow
  • F - Fog or Mist
  • E - Extreme

Configuration

  • Create a free account in openweathermap.org and create appid
  • Add appid in the weather.json.
  • Change the City name to yours.
  • Change units to imperial, if you want temperature in farenheit.
  • Check the api call using this URL (Change attributes according to the config) http://api.openweathermap.org/data/2.5/weather?q=stockholm,SE&units=metric&appid=<App-ID>
Creating Webhook

Once configuration is done and checked, Use particle webhook create webhook.json command to create the webhook.

How to Build Firmware

Using Online IDE
  • Copy the content of weather.app in a new project
  • Add the library elapsedMillis from builtin libraries
  • Verify and Flash
Manual build for core
  • Get base firmware from https://github.com/spark/firmware
  • Copy the folder weather to user/applications
  • cd to the main folder in base directory
  • Build using make clean all PLATFORM=core PARTICLE_DEVELOP=1 APP=weather
Schematics

Schematics

Schematics Help

www.learningaboutelectronics.com

weather_magnet-sparkcore's People

Contributors

zandegran avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

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.