p-Index From 2021 - 2026
0.444
P-Index
This Author published in this journals
All Journal Jurnal Sistem Cerdas
Claim Missing Document
Check
Articles

Found 2 Documents
Search

Optimization of ESP32-Based Living Room Security System and PIR Sensors, with FTDI through real-time notifications ahmad Supyan; Nur Azizah; Firman Jaya
Jurnal Sistem Cerdas Vol. 9 No. 1 (2026)
Publisher : APIC

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37396/jsc.v9i1.598

Abstract

This study addresses the problem of undetected falls and hazardous incidents in household living rooms, especially for child and elderly users who are prone to slipping on wet and narrow surfaces. The study aimed to design and implement a smart living room safety monitoring system using ESP32 microcontrollers, PIR sensors, magnetic sensors, load cells with HX711, and MPU6050 connected to the Internet of Things to provide real-time notifications to caregivers via mobile apps. This methodology follows a prototype-based IoT engineering approach, starting with a literature review and needs analysis, followed by hardware-software design, prototyping, iterative testing, and final evaluation in a simulated living room environment for various fall scenarios. The experimental data consisted of PIR logs, weight changes, system response time, and environmental conditions, which were statistically analyzed to determine the system's accuracy, reliability, and responsiveness. The results showed that the prototype was able to detect suspicious movement patterns and falls with good accuracy and trigger local alarms and Telegram notifications within about 2–3 seconds, while still functioningin poor living room conditions. It can be concluded that the proposed system meets the research objectives ofa low-cost and privacy-preserving living room safety solution for smart homes, with future work directed at integrating machine learning-based fall detection and expanding communication options beyond WiFi to improve resilience in various residential environments.
Real-Time Face Age Detection System Based on Deep Neural Networks with MediaPipe Optimization for Enhanced Accuracy muhaimin iskandar; Nur Azizah; Firman Jaya
Jurnal Sistem Cerdas Vol. 8 No. 3 (2025)
Publisher : APIC

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.37396/jsc.v8i3.593

Abstract

The transformation of machine learning and computer vision technology enables computers to automatically learn complex visual patterns, forming the foundation for biometric applications such as identity authentication, face detection, and demographic analytics. Face age estimation predicts age based on facial characteristics in digital images with high accuracy. Handcrafted feature-based approaches such as Histogram of Oriented Gradients (HOG) and Local Binary Patterns (LBP) are less stable against variations in lighting, camera orientation, and facial expressions. Deep learning, particularly Deep Neural Networks (DNN), improves accuracy through automatic hierarchical feature extraction. However, raw image-based methods have high computational loads and require large GPUs, which are less than ideal for real-time use on limited devices. This research proposes a DNN-based age estimation system optimized through MediaPipe Face Mesh geometric features. The system consists of five layers: input, feature extraction (468 facial landmarks), optimization with Principal Component Analysis (PCA) for 64 features, DNN regression (three hidden layers), and output. A custom dataset of 1,235 facial images (ages 3–40 years) was divided into 80% training and 20% testing. The model was trained with the Adam optimizer (learning rate 0.001, epochs 500, loss MAE). Evaluation results: MAE 0.56 years, RMSE 1.94 years, R² 0.9726. Tolerance accuracy: 91% (±1 year), 96.7% (±2 years), 97.5% (±3 years), 99.2% (±5 years). An efficient system for real-time use on low-computing devices, supporting biometric applications such as security, content filtering, personalization, and health. This research contributes to accurate, lightweight, and adaptive age estimation systems.