/demo-project

This project demonstrates the skills I gain during Resilient Coders 2020A bootcamp.

Primary LanguageJavaScript

demo-project:Plant Genesis

This project demonstrates the skills I gain during Resilient Coders 2020A bootcamp.

This is a web application displaying real time data of the temperature and humidity of a DHT11 sensor.

How It's Made

Tech used:

  • Software: HTML5, CSS, Javascript, Node.js, MongoDB, Passport, Express.js, Socket.io

  • Hardware: Raspberry Pi 3 (Model B), DHT11 Temperature + Humidity sensor

Updates

  • 4/17/2020: Have some basic functionality on the site. There a few bugs that need to be worked through. I still need to figure out how to take a sample of the ongoing data coming from the raspberry pi on the server-side instead of the client. Also added another library, Charts.Js to display the temperature averages in a more elegant way.

  • 3/29/2020: Was able to install Node.js, and the DTHTll sensor package on the RPI3 and read the sensors values and on the console. Also drafted out how the website, database, and device will connect to one another.

References