IoT ยท active

Connected Systems

An IoT monitoring project that collects environmental data and displays it in a simple dashboard. Members learn how sensors, microcontrollers and web interfaces work together.

View tutorial
Connected Systems

Project Description

An IoT monitoring project that collects environmental data and displays it in a simple dashboard. Members learn how sensors, microcontrollers and web interfaces work together.

Supervisor: NEXUS Project Team

Hardware / Material

  • ESP8266 or ESP32
  • DHT11 sensor
  • Breadboard
  • USB cable
  • Wi-Fi network
  • Dashboard screen

Technologies Used

Arduino IDEC/C++HTTP requestsJSONPHP endpointMySQL storageChart visualization

Build Steps

  1. Wire the DHT11 sensor to the ESP board.
  2. Read temperature and humidity values locally.
  3. Send sensor data to a web endpoint over Wi-Fi.
  4. Store readings in the database.
  5. Render charts and latest values in the dashboard.
  6. Test reliability and refresh intervals.

Project Gallery

Code / Repository Notes

float temperature = dht.readTemperature();
float humidity = dht.readHumidity();

if (!isnan(temperature) && !isnan(humidity)) {
  // Send values to the NEXUS dashboard endpoint.
}

Join this project

This demo project is not open for registration yet.

NEXUS BotAssistant Club NEXUS
Bonjour, je peux t aider a decouvrir le Club NEXUS, choisir une formation ou generer un post LinkedIn.