Skip to content

growobservatory/flower-power-bluetooth-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GROW Flower Power BLE App

GROW Flower Power BLE is an electron desktop application that can connect to Flower Power sensors via bluetooth and read live and historical data.

Install

Installing the application and its dependencies for development purposes requires:

  • nodejs v10.0.0 and above
  • A package manager. Either Yarn or npm will do.

Once ready to go install the application dependencies

yarn install

and start the application.

yarn start

Distribute

Once the node app has been installed it is possible to create a distribution for the underlying OS with

yarn dist

This command will create a new /dist folder and generate an executable of the application that can be installed as a regular software package.

Download

To do

Contribute

To do

To Do

In no specific order:

  • handle connection to multiple sensors
  • parse sensor historical data
  • save historical data / push it somewhere
  • improve error handling
  • write tests
  • improve UI
  • implement user authentication

License

MIT.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published