WebInterface
Last updated
Last updated
Run npm run webinterface
in /Code/WebInterface/
to install all the dependencies.
Run npm start
for the server.
Run npm run angulardev
to start the DevMode for the WebApp.
The web interface consists of two parts, the device and the radio .
If there are no devices (sensor boards) connected, you will get to see the following window:
By clicking on the button Show Device all [approved devices] will be listed.
Each device is listed with the following information:
ID
Manufacturer
ProductID
VendorID
LocationID
…
You can get the information of each single device to check which type of sensor it is.
Furthermore the UUID is assigned when checking the information, if there is none existing.
Generating the UUID is marked with a flash message.
The existing radio module config is selected in the next stept, which will be sent to the board. After pressing the button Initialize, the board is saving the configuration.
You can find all the generated RadioHead configurations when selecting Radio. They can be edited or also deleted.