Code Monkey home page Code Monkey logo

iot-classmonitor's Introduction

Classroom Monitor

an IoT project

App-Screenshot

How to use?

  1. Open firmware\ws-dht11\arduino.ino in Arduino IDE and write it to your ESP32 (Make sure you read through the file to change details where the it asks you)

  2. Open directory in your terminal Terminal Opening Project Folder

  3. Type

    node server.js

    You should see something like this: Terminal Opening Project Folder

  4. Head to localhost:2467 in your web browser of choice, and you should see a screen similar to the screenshot shown at the start of this readme!

Now you can monitor your class through the web!

This didn't work!

If you're new to node.js, (or interacting with ESP32s through node) this might not work for you. Follow the below steps

Initializing a Node.js Environment

  1. Ensure that Node.js and NPM are installed on your system:

    node --version

    npm --version

  2. In terminal, inside the project directory:

    npm init -y

  3. This will add a package.json file

  4. Install dependencies

    npm install express ejs express-ejs-layouts

  5. Install development dependencies

    npm install --save-dev dotenv nodemon

References:

Jetscholar/IoT-Weather

Shoutout to fellow student Jun Lee for providing helping me out when unsure of how to do something.

iot-classmonitor's People

Contributors

archibaldh avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.