Senior Content Strategist, PubNub
IN THIS ARTICLE

    We absolutely love when developers harness the realtime capabilities of the PubNub API and extend it to the Internet of Things. With the affordability, capabilities, and flexibility of new embedded boards, the sky’s the limit for IoT hobbyists and developers for any skill level. So when a great project comes along, we want our readers to know about it.

    DIY Realtime Weather Station with Intel Edison and Cylon.js

    Today’s featured project is from Krishnaraj Varma, who built a Realtime Weather Station powered by the Intel Edison board and BMP085 sensor. The IoT application collects weather data from the sensor and displays changes it on a live-updating dashboard from freeboard.io. The realtime streaming of weather data from the sensor to the dashboard is powered by PubNub Data Streams. Lastly, the app uses Cylon.js, a JavaScript framework for robotics.

    You can check out the tutorial in its entirety on Hackster.io, where Varma includes screenshots, a walkthrough, diagrams, and screenshots. He also includes a full GitHub repository with all the code you need to get started.

    Visualizing the Weather Data

    The collecting of the weather data is sweet, but more importantly, let’s do something with that data. With any weather station app, we need to deliver updated temperature, humidity, precipitation, altitude, or pressure data, to name a few, in realtime to our user interface.

    DIY Realtime Weather Station with Intel Edison and Cylon.js

    That’s where freeboard.io comes into play. freeboard.io makes building dashboards for the Internet of Things easy and beautiful. Updates are sent from the connected device(s) to the live UI via the PubNub Data Stream Network, ensuring realtime speed and accuracy of the data being streamed.

    Want to get started streaming data to a freeboard UI with your own project? Check out this tutorial.

    Happy hacking!

    Try PubNub today!

    Build realtime applications that perform reliably and securely, at global scale.
    Try Our APIs
    Try PubNub today!
    More From PubNub