This repository documents a group-based project learning activity for new students of Automotive Engineering.
The activity introduced basic IoT concepts through hands-on project development. Participants worked in groups to develop simple prototype applications related to automotive, environmental monitoring, and household electrical monitoring.
The activity was conducted using a Project-Based Learning (PjBL) approach with guidance from student facilitators.
- Ilham Mudin
- Irvan Dwi Kurniawan
- Zaky Darojatun Hanif Rabani
The facilitators guided participants during the learning activities, project development, and prototype presentation.
40 new students were divided into four groups.
Four prototype projects were developed:
-
Vehicle Parking Sensor
- ESP32
- HC-SR04 ultrasonic sensor
- LED indicators
- Buzzer
-
GPS Vehicle Monitoring
- ESP32
- GPS module
- Vehicle position monitoring
-
Room Temperature Monitoring
- ESP32
- DHT11 temperature and humidity sensor
- LCD
-
AC Electrical Energy Monitoring
- ESP32
- PZEM-004T
- Relay
- Electrical socket
The activity used a guided Project-Based Learning approach consisting of:
- Introduction to basic IoT concepts
- Project assignment
- Project development
- Project completion
- Project presentation and exhibition
basic-iot-project-mentoring/
│
├── README.md
│
├── projects/
│ ├── parking-sensor/
│ ├── gps-monitoring/
│ ├── temperature-monitoring/
│ └── energy-monitoring/
│
├── materials/
├── images/
└── documentation/