Skip to content
This repository has been archived by the owner on Nov 3, 2022. It is now read-only.

CodeforChemnitz/SensorProvisioning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SensorProvisioning

Provisioning of a sensor node. Mainly to init the Wifi with SSID and password.

Install Dependencies

Install Node and bower packages.

npm install && bower install
cd app && npm install

Build NW.js apps

Build the NW.js app.

gulp build

You'll find the apps here:

  • Mac: build/SensorProvisioning/osx64/SensorProvisioning.app
  • Win: build/SensorProvisioning/win32/SensorProvisioning.exe
  • Linux: build/SensorProvisioning/linux64/SensorProvisioning

Debugging

We can use nw to start NW.js directly.

cd app
nw

Open Debugbox and hit F5 for reload :)

Workflow

  1. connect to sensor
  2. enter network connection (list available networks, enter credentials)
  3. list available pins - specify sensors that are supported

see https://git.dinotools.org/poc/SensorNodeESP8266/about/

App platform: NW.js

Theme

Bootswatch Lumen: http://bootswatch.com/lumen/

Call the REST

About

Provisioning of a sensor node. Mainly to init the Wifi with SSID and password.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published