GROW Flower Power BLE is an electron desktop application that can connect to Flower Power sensors via bluetooth and read live and historical data.
Installing the application and its dependencies for development purposes requires:
Once ready to go install the application dependencies
yarn install
and start the application.
yarn start
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.
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
MIT.