elefthvp / Wireless-Sensor-Networks--Assignment

The answers to the assignment of the Wireless Sensor Netwoeks course as taught in the Electrical and Computer Engineering Department of the Aristotle University in 2019.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Wireless-Sensor-Networks--Assignment

Main Idea

The main idea of this project is to implement a transceiver system used in a school classroom. The system will consist of a class beacon node and multiple user nodes that belong to each student individually.
The beacon is placed in the center of the classroom and tuned in a specific frequency. The beacon receives the heartbeats of the students within the classroom when in receiver mode and sends off data concerning the class conditions (temperature, humidity, airquality) to all students when in transmitter mode.
On the other hand, the each student's node receives the class conditions data when functioning in receiver mode and transmits the student's heart data when in transmitter mode, to monitor their health.

Hardware

  • At least two Arduino Boards, one that mimics the beacon system and the other that mimics the equipment worn by the student.
  • At least two NRF24L01 transceiver antennas, one for each Arduino Board.
  • A DHT temperature and humidity sensor.
  • An MQ-135 air quality sensor.
  • A heart rate pulse sensor compatible with the Arduino platform.

About

The answers to the assignment of the Wireless Sensor Netwoeks course as taught in the Electrical and Computer Engineering Department of the Aristotle University in 2019.

License:MIT License


Languages

Language:C++ 100.0%