Coder Social home page Coder Social logo

kigster / weather-pod Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 587 KB

4-line LCD Screen shows temperature, humidity, barometric pressure and time. Project build using arduino-cmake, dependencies maintained by Arli.

Shell 32.55% CMake 38.12% C 3.91% C++ 25.42%

weather-pod's Introduction

Build Status

WeatherPod

Full Project inside an Enclosure:

screen

Setup and Build

Prerequisites

  • CMake
  • Arduino SDK
  • Ruby 2.3+ (although setup script installs it if not found)

Automated Setup

Checkout the repo into weather-pod folder:

cd weather-pod
bin/build

Manual Build

The process to build and upload manually is super simple too:

rm -rf build && mkdir build && cd build
cmake ..
make 
make upload

You can also connect to a serial device like so:

make WeatherPod-serial

How Was This Project Created?

It was created using Arli — Arduino project generator and a library manager, that relies on CMake and the arduino-cmake project.

Acknowledgements

The following projects made this project so easy:

  • arli is the command line Ruby gem that provides most of the functionality here; and

  • arduino-library is a Ruby gem that handles searching and downloading JSON database

  • arli-cmake — a project that bridges arduino-cmake and arli, by providing some additional CMake helpers, and integration with Arlifile.cmake.

  • arduino-cmake — this is the primary CMake build infrastructure that Arli uses to make light-weight and flexible Arduino projects that build out of the box.

weather-pod's People

Contributors

kigster avatar

Stargazers

Vλadimir Pavλychev avatar  avatar

Watchers

 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.