Skip to content

A weather interface for the coffee table.

License

Notifications You must be signed in to change notification settings

grahamplata/WeatherBuddy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

61 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

WeatherBuddy

A weather interface for the coffee table... Below is the Source for the WeatherBuddy project. Containing sources for board hardware/layout, firmware and User Interface.

Purpose

The purpose of this project is to learn a bit about internet connected microcontrollers.

Hardware

  • Particle Photon -- Wifi enabled MicroController
  • Nextion Enhanced NX4024K032 - Generic 3.2'' HMI Touch Display
  • Jumper Cables

Software Stack

  • [C/C++] - Arduino language... basically C/C++
  • [Nextion Editor] - Used for building interfaces for Nextion HMIs

Installation

# clone the repo
git clone https://github.com/grahamplata/WeatherBuddy.git

Scripts

# Locally builds for photon
$ ./bin/build
# Places Photon into DFU mode
$ ./bin/dfu-mac
# Flashes the current build to local usb photon
$ ./bin/flash