/dynalite

Dynamic Visualisation of Light using COAP and Raspberry Pi :electric_plug: :high_brightness: :low_brightness:

Primary LanguageJavaScript

Dynalite

Dynalite is an Internet-of-Things application which performs dynamic visualisation of room occupancy. Dynalite uses one or more Raspberry Pis to measure room occupancy and a NodeJS-Express-PostgreSQL web server to store and visualise the measured data. Communication betwene the Pis and the server is implemented using COAP.

Tech stack

This project was built using the following technologies:

Web server:

  • Back-end: NodeJS, ExpressJS, PostgreSQL
  • Front-end: React
  • Communication: NodeJS-COAP

Raspberry Pi:

  • Python //TODO

Development guides

Acknowledgements