Skip to content

agent932/blinkt-server

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blinkt Server for Raspberry Pi

this is a forked version from balena-io-playground/blinkt-server which i have modified to run on a pi0w with belana-cloud.

Simple project for showing a tiny web-server with bad UI controlling an RPi with a Blinkt interface.

To get this project up and running, you will need to signup for a resin.io account here and set up a device, have a look at our Getting Started tutorial. Once you are set up with resin.io, you will need to clone this repo locally:

$ git clone https://github.com/agent932/blinkt-server.git

Then add your resin.io application's remote repository to your local repository:

$ git remote add balena [email protected]:username/myapp.git

and push the code to the newly added remote:

$ git push balena master

It should take a few minutes for the code to push. While you wait, lets enable device URLs so we can see the server outside of our local network. This option can be found in the Actions tab in your device dashboard.

Actions Tab

Then in your browser you should be able to open the device URL and see some options allowing you to turn lights on and off, as well as running several preset routines using the lights.

About

A small blinkt server for RPi3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 85.5%
  • HTML 14.5%