Tri Aristi Saputri
Universitas Dharma Wacana

Published : 3 Documents Claim Missing Document
Claim Missing Document
Check
Articles

Found 3 Documents
Search

Utilizing IoT Technology for Soil Moisture Management through Integration of pH and Moisture Sensors in an Android Application for Rice Farming Budi Sutomo; Tri Aristi Saputri; Ilham Wahyu Satria
International Journal Software Engineering and Computer Science (IJSECS) Vol. 5 No. 1 (2025): APRIL 2025
Publisher : Lembaga Komunitas Informasi Teknologi Aceh (KITA)

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.35870/ijsecs.v5i1.3538

Abstract

In this study, to help address the challenges involved in rice production (especially optimizing soil and crops in dryland areas that are prone to water scarcity and variable soil pH), we leveraged IoT technology. An IoT soil moisture and pH monitoring system to track soil moisture status in real time using ESP8266 microcontroller along with dedicated sensors coupled with Blynk as a user interface. The system provides instant alerts to farmers on mobile devices about irrigation and soil pH modifications, thereby minimizing the direct dependence on time-consuming maintenance of vegetation monitoring. The results from a trial of 28 upland rice plots in dryland agricultural areas showed that the irrigation alert system provided timely irrigation alerts, improved water use efficiency by up to 30% and increased yield by 15–20% compared to conventional techniques. The significance of these findings in terms of practical applications are water resource management, optimal soil conditions for rice farming and to promote sustainable agricultural practices on the other hand. Furthermore, the system can be applied to other crops in a similar manner to enhance food security at national and local scales despite climate change and resource constraints.
Classification of Paddy as Visual Anomaly in Rice Piles Using MobileNetV2-Based Convolutional Neural Network Barokah Saadah; Tri Aristi Saputri
Sinkron : jurnal dan penelitian teknik informatika Vol. 10 No. 3 (2026): Article Research July 2026
Publisher : Politeknik Ganesha Medan

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33395/sinkron.v10i3.16129

Abstract

Rice is a strategic food commodity whose quality is assessed based on the visual appearance of the grains, including the presence of unhusked rice as an undesirable element in piles of milled rice. Manual inspection is subjective, time-consuming, and prone to errors, necessitating a more objective automated approach. To address this issue, this study applies a MobileNetV2-based Convolutional Neural Network with transfer learning to classify unhusked grains as visual anomalies in rice piles into two classes: normal rice and anomalous grains. In terms of methodology, the dataset consists of 1,000 self-acquired images stratified into three groups with a 70:15:15 ratio. Image preprocessing was performed via background removal using the rembg library and random background simulation with five background color variations. Training was conducted in two phases: Phase 1 (transfer learning with a frozen base model) and Phase 2 (fine-tuning by opening the last 30 layers of the base model). The evaluation results on the test data showed an accuracy of 90.67%, a macro precision of 0.9213, a macro recall of 0.9067, and a macro F1-score of 0.9058. The false positive rate across all tests was 0. Phase 1 was selected as the best model because it produced more stable performance compared to Phase 2. Grad-CAM visualizations confirmed that the model focuses its attention on the visual features of the objects, not background patterns. These findings demonstrate that a combination of preprocessing, transfer learning, and data augmentation is effective for binary image classification when dealing with limited datasets.
Optimization of Intelligent Traffic Control Based on iot and Reinforcement Learning for Congestion Reduction in Smart Cities Tri Aristi Saputri; Budi Sutomo; Dimas Akbar Maulana; Hendika Purnomo
ILKOM Jurnal Ilmiah Vol 18, No 2 (2026)
Publisher : Prodi Teknik Informatika FIK Universitas Muslim Indonesia

Show Abstract | Download Original | Original Source | Check in Google Scholar | DOI: 10.33096/ilkom.v18i2.3260.320-332

Abstract

Traffic congestion has become a major challenge in Indonesian urban areas due to rapid vehicle growth and the limited adaptability of conventional traffic signal control systems. Most existing Deep Reinforcement Learning (DRL)-based traffic signal control studies adopt a free-phase selection approach, which assumes full agent freedom in determining signal phases — an assumption fundamentally incompatible with fixed phase-sequence regulations in Indonesian urban infrastructure — and rely on synthetic traffic data that fails to represent motorcycle-dominated traffic conditions. Furthermore, existing DQN-based approaches treat all traffic density conditions uniformly, without utilizing IoT-derived density categories for context-aware decision-making. To address these gaps, this study proposes a manual phase rotation mechanism with constrained actions (15, 30, and 60 seconds) compatible with existing fixed-phase infrastructure without hardware modifications, real-world IoT CCTV data from four intersections in Metro City processed using the YOLOv11 model to generate Low, Medium, and High traffic density categories as a representative training foundation for Indonesian urban traffic conditions, and a category-based action bias mechanism that adjusts DQN Q-value estimates according to IoT-derived traffic density, enabling context-aware signal duration selection. The DQN agent interacts with the SUMO simulation environment through the TraCI interface, receiving real-time traffic states comprising vehicle count, queue length, waiting time, average speed, density category, and delta queue, and selecting optimal green signal durations based on an epsilon-greedy exploration strategy and experience replay mechanism over 1,100 training episodes. Training yielded a 39.2% improvement in total reward and a 6.6% reduction in average waiting time. The best-performing model, obtained at episode 1050, achieved an 8.6% reduction in average waiting time and an 11.7% increase in traffic throughput compared to the fixed-time baseline. These results demonstrate that the proposed framework contributes three concrete advances for adaptive traffic signal control, a constrained-action DQN that is fully compatible with real-world fixed-phase infrastructure, a real-world IoT CCTV dataset as a representative data foundation for Indonesian traffic conditions, and a category-based bias mechanism for context-aware control — collectively offering a deployable, infrastructure-compatible, and replicable solution for traffic authorities and local governments advancing the smart city agenda in Indonesia.