Skip to content
/ ex_bbq Public

Barbecue controller for rpi3 written in Elixir using Nerves

License

Notifications You must be signed in to change notification settings

easco/ex_bbq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ex_bbq

The two applications in the framework are:

  • bbq_ui - A Phoneix application that serves a web front end for the controller
  • temp_monitor - a Nerves applicaiton that will one day drive the Raspberry Pi 3 hardware interface to the real world. At the moment, it just fakes up a temperature sensor.

The bbq_ui is the primary app in the umbrella and it includes temp_monitor as a dependency.

To build this application you will have to have Elm and Nerves installed.

Building:

  1. Switch to the bbq_ui app cd apps/bbq_ui
  2. Fetch Mix dependencies mix deps.get
  3. Fetch Mix dependencies npm install
  4. Build the application mix firmware

About

Barbecue controller for rpi3 written in Elixir using Nerves

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published