SciRepID - Scientific Publication Search

Publication Search

29,653 articles from 386 journals · 1,447 citations tracked

Showing 1-20 of 86

Analytics

Ade Irgi Firdaus; Ade Irgi Firdaus; Dwi Okta Djoas; Riefaldi Diofano Saputra; Indry Anggraeny +1 more

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

This research aims to develop a multiclass flower image classification system using the Convolutional Neural Network (CNN) algorithm with the EfficientNet architecture. The main problem addressed is the difficulty of manual identification of flower species that share high visual similarity. The research stages include collecting 17,299 flower images across 19 classes, performing data preprocessing such as image resizing, pixel normalization, and augmentation, followed by model training using the EfficientNet transfer learning approach. The model was trained for 10 epochs with an 80:20 training-validation data split. The evaluation results show that the model achieved a validation accuracy of 98.05% with a loss value of 0.0968, and an average precision, recall, and F1-score of 0.98. The trained model was then implemented into a web-based application built using the Next.js framework, enabling users to upload flower images and obtain real-time classification results via the Hugging Face API. The system successfully identified flower species with a confidence level of 99.87%. These findings demonstrate that combining a modern CNN architecture with transfer learning provides efficient and highly accurate flower classification performance, which can be effectively implemented for educational and digital conservation purposes.

Muhimatul Ifadah; Muhimatul Ifadah; Bambang Irawan

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

User reviews on the Shopee e-commerce platform represent an important source of information for understanding consumer perceptions of products and services. Sentiment analysis is commonly applied to classify user opinions into positive, neutral, and negative sentiment categories based on textual data. This study aims to analyze the performance of the Long Short-Term Memory (LSTM) method in sentiment classification of Shopee user reviews. The dataset used in this study consists of Indonesian-language user reviews that have undergone preprocessing stages, including case folding, text cleaning, tokenization, and stopword removal. The LSTM model was trained using preprocessed text represented as word sequences. Model performance was evaluated using overall accuracy and class-wise classification results. The experimental results indicate that the LSTM method achieved an overall accuracy of 87.62%. In addition, the classification performance for the positive sentiment class reached 95.27%, the neutral class achieved 4.96%, and the negative class reached 74.26%. These results demonstrate that the LSTM method performs well in classifying sentiment in Shopee user reviews, particularly for positive sentiment. This study is expected to provide insights and references for the application of deep learning methods in sentiment analysis of Indonesian e-commerce review data.

Adam, Cindi; Adam, Cindi; Idhom, Mohammad; Trimono, Trimono

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

Perkembangan kecerdasan buatan (AI) mendorong inovasi dalam analisis keuangan, termasuk prediksi harga saham yang fluktuatif. Penelitian ini bertujuan memprediksi harga saham PT Garudafood Putra Putri Jaya Tbk menggunakan model ARIMA dengan penanganan Outlier sebagai pendekatan awal menuju sistem prediksi yang lebih adaptif. Data harga penutupan harian dari Yahoo Finance dianalisis melalui uji stasioneritas, identifikasi model ARIMA, deteksi Outlier berbasis log-return, serta evaluasi performa menggunakan RMSE, MAE, dan MAPE. Hasil penelitian menunjukkan bahwa ARIMA Outlier memberikan performa lebih baik dibandingkan ARIMA dasar. ARIMA standar menghasilkan MAPE 1.32% dan AIC –899.46, sedangkan ARIMA dengan tiga dummy Outlier mencapai MAPE 1.16% dan AIC –900.37. Peramalan 14 hari ke depan menunjukkan pola yang stabil pada kisaran Rp 370–371. Pada data uji, ARIMA dasar memberikan akurasi terbaik pada pertengahan Agustus, sedangkan ARIMA Outlier mencapai akurasi tertinggi pada akhir Agustus dengan prediksi Rp 370.2 yang sangat dekat dengan harga aktual Rp 370.4. Hasil ini menunjukkan bahwa penanganan Outlier meningkatkan ketepatan model, sehingga ARIMA Outlier dapat digunakan sebagai fondasi awal menuju pengembangan sistem prediksi keuangan berbasis AI.

Purnomo, Rosyana Fitria; Purnomo, Rosyana Fitria; Yodhi Yuniarthe; Hilda Dwi Yunita; Fatimah Fahurian +1 more

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

Detection and identification of plant diseases is critical to the success and efficiency of agricultural production. Plant disease outbreaks are becoming more frequent throughout the world, and the presence of these diseases in cultivated plants has a significant impact on productivity. Therefore, researchers are focusing on developing effective and reliable plant disease detection methods. Thus, farmers can take advantage of early detection of this disease to minimize future losses. This article discusses machine learning approaches as well as decision trees, K-nearest neighbors, naive Bayes, support vector machines (SVM), and random forests for detecting coffee leaf diseases using leaf images. The above-mentioned classifications were researched and compared to determine the most suitable plant disease prediction model with the highest accuracy. Compared with other classification algorithms, the SVM algorithm achieves the highest accuracy of 99.75%. All the models trained above will be used by farmers to quickly identify and classify new diseases in images as a prevention strategy. As a preventive measure, farmers can detect and classify new diseases in images early.

Marta Dinata, Riadi; Kurniawan Atmadja; Marhaeni Mahaeni; Lely Mustika

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

Traditional association rule analysis is effective at uncovering co-purchase patterns but fails to provide a global structural view of the market, which often results in fragmented and isolated insights. This study proposes a hybrid framework that integrates the Apriori algorithm with a Minimum Spanning Tree (MST) in order to validate and contextualize association rules within a single structural backbone. Transaction data from a retail store are transformed into a weighted, undirected product graph using an inverse-support function, and an MST is then extracted to represent the market backbone, while frequent itemsets and strong rules are obtained using Apriori. Experimental results on 236 multi-item transactions show that the MST backbone comprises 10 products and 9 fundamental links, with 66.67% of these links being confirmed by strong association rules, indicating a substantial coherence between statistical and structural evidence. The proposed model identifies 41 Apriori patterns that can be embedded in the MST and ranks them using a new metric, Structural Distance, which enables the categorization of Core Patterns, Bridge Patterns, and Complex Patterns according to their structural tightness. This hybrid perspective distinguishes dense, strategically meaningful bundles from anomalous but frequent combinations that are structurally peripheral, thereby offering a more holistic and actionable alternative to conventional Market Basket Analysis. The validated framework can support various applications, including store layout optimization, cross-selling strategies, and the design of path-based recommender systems, and it opens avenues for future extensions based on dynamic graphs and Graph Neural Networks.

Aditya Abdulloh Masykur; Aditya Abdulloh Masykur; Rino Raihan Gumilang; Harun Al Rosyid

Jurnal Elektronika dan Komputer 2026 STEKOM PRESS

The performance of the Indonesian National Team (Timnas) in the 2026 World Cup qualifications has triggered massive and diverse responses on social media, particularly on platform X. This study aims to identify and classify public sentiment regarding Timnas Indonesia's performance into positive, negative, and neutral categories using a data mining approach. Text data was processed through pre-processing stages, term weighting using TF-IDF, and the application of the Synthetic Minority Over-sampling Technique (SMOTE) to address significant class distribution imbalance. The classification algorithm employed was Multinomial Naïve Bayes. Model performance evaluation was conducted by comparing two training-testing data split scenarios: 90:10 and 80:20 ratios. The results indicate that public opinion is dominated by negative sentiment at 73.2%, reflecting public disappointment. In terms of model performance, the 90:10 ratio scenario yielded the best accuracy of 80%, outperforming the 80:20 ratio which recorded an accuracy of 75%. These findings demonstrate that combining Multinomial Naïve Bayes with the SMOTE technique is effective in handling imbalanced text data and is capable of accurately mapping public perception.

Achhmad Agam; Achhmad Agam; Supatman

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Manual quality assessment of Platelet Concentrate (TC) is highly subjective and inconsistent, necessitating an objective, automated classification system. This study aims to develop a computationally efficient, low-cost model for TC quality classification using Histogram Features extracted from grayscale images combined with the K-Nearest Neighbor (KNN) algorithm. The methodology employed critical preprocessing steps, including StandardScaler for normalization and SMOTE for balancing the training data, followed by optimization across K=1 to K=30. The optimal model achieved a maximum accuracy of 69.23% at K=6, with an F1-Score of 71.43%, confirming robust performance on the imbalanced testing set. The results validate the effectiveness of the Histogram-KNN approach as a consistent and reliable decision support system for rapid TC quality screening in resource-limited settings.

Windi Astuti; Windi Astuti; Bambang Irawan; Nur Ariesanto Ramdhan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The development of social media platforms like TikTok has created new spaces for digital economic activities, including the practive of thrifting, which has now become a trend among the public. However, government policies that block these activities have sparked various public reactions. This study aims to analyze public sentiment regarding the issue of thrifting bans on the TikTok platform using the Bidirectional Long Short-Term Memory (Bi-LSTM) method. This method was chosen because it can understand text context from both directions, allowing it to capture deeper semantic meaning. The dataset consist of 4,000 TikTok user comments collected through a crawling process. The research stages include data preprocessing, sentiment labeling, splitting training and test data, training the Bi-LSTM model, and evaluating performance using accuracy, precision, recall, and F1-score metrics. The research results show that the Bi-LSTM model achieved an accuracy of 86.15%, with stable classification performance and minimal error rate. These findings indicate that Bi-LSTM is effective for sentiment analysis of public opinions on Indonesian language social media, particularly on context specific policy issues. Further development can be carried out by adding pre-trained embeddings or attention mechanisms to improve the model’s performance.

Muhammad Fikri Setiawan; Bambang Irawan; Bambang Irawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Polusi udara partikulat halus (PM2,5) merupakan ancaman serius bagi kesehatan masyarakat di Kabupaten Brebes, Jawa Tengah. Faktor penyumbang utamanya adalah emisi kendaraan di jalur Pantura, aktivitas industri perikanan, serta konsentrasi tinggi selama musim kemarau (Juni–November). Tidak adanya model peramalan sub-jam yang akurat menghambat pengembangan sistem peringatan dini yang efektif. Penelitian ini mengembangkan dan mengevaluasi model deep learning berbasis Transformer untuk memprediksi konsentrasi PM2,5 dengan resolusi waktu 15 menit. Data yang digunakan berasal dari NASA GEOS-CF (band PM25_RH35_GCC) yang diakses melalui Google Earth Engine menggunakan API Python. Dataset mencakup periode 1 Januari hingga 22 November 2025, menghasilkan 7.813 observasi per jam, yang kemudian diinterpolasi linear menjadi 31.249 titik data dengan resolusi 15 menit. Arsitektur Transformer terdiri dari 3 lapis enkoder, 4 kepala perhatian multi-head, dimensi embedding 128, dimensi feed-forward 256, panjang sekuen 60 timestep, dan augmentasi fitur menggunakan rerata bergulir (*rolling mean*, jendela = 3) dan beda pertama (*first difference*). Pelatihan dilakukan dengan TensorFlow-Keras, pengoptimal Adam, penjadwal peluruhan kosinus (*cosine decay scheduler*), dan fungsi kerugian Huber. Pembagian data dilakukan secara kronologis: 70% pelatihan, 30% validasi. Evaluasi pada set uji independen (16 Agustus–21 November 2025, 9.357 observasi atau 97 hari 11 jam 15 menit) menghasilkan MAE 0,7691 µg/m³, RMSE 1,2052 µg/m³, R² 0,9945, dan *Explained Variance Score* 0,9948. Model ini mampu menggambarkan variasi diurnal dan anomali musiman secara akurat, jauh melampaui model LSTM dan GTWR konvensional. Penelitian ini memberikan kontribusi signifikan di bidang Teknologi Informasi melalui kerangka kerja pengolahan *big data* satelit untuk aplikasi lingkungan.

Andin Ayu Oksilia Ramadhani; Andin Ayu Oksilia Ramadhani; Bambang Irawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Tourism is one of the sectors that plays an important role in boosting economic growth through travel activities and destination exploration. Tourists' preferences for nature-based tourism options, such as mountain hiking or beach tourism, are influenced by various factors, ranging from personal experiences and recreational interests to social characteristics. Therefore, a technology-based approach is needed to predict destination choice tendencies more accurately. As artificial intelligence technology develops, deep learning methods have been widely used in classification processes due to their ability to process large amounts of data and recognize complex patterns. In this study, a Multilayer Perceptron (MLP) model is used to classify tourists' preferences between mountain or beach destinations based on a survey dataset. The research stages include data processing, data splitting using a train-test split, model training, and performance evaluation using accuracy, precision, recall, and F1-score. The test results show that the MLP model is capable of achieving an accuracy rate of 99%, confirming that deep learning methods are effective in automatically mapping tourism preference trends. This research is expected to serve as a basis for the development of more personalized travel destination recommendation systems, as well as to support tourism management in formulating targeted promotional strategies.

Firyal Nabila Ulya H.M; Firyal Nabila Ulya H.M; Bambang Irawan; Abdul Khamid

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Hijaiyah letters have varying shapes, and some of them are very similar, often causing errors in the manual character recognition process. This study aims to classify Hijaiyah letters based on digital images using the Convolutional Neural Network (CNN) method. This method was used in this study with a dataset consisting of 28 letter classes and a total of 4,480 images obtained from various public sources and private data. All images underwent a preprocessing stage that included labeling, resizing, normalization, and augmentation, then were divided into three parts, namely training data, validation data, and test data with a ratio of 70:20:10. The training process was carried out using the Python programming language with the help of the TensorFlow and Keras libraries on the Google Colab platform. The test results showed that the CNN model achieved an accuracy of 97.10%, with an average precision, recall, and F1-score of 0.97, respectively. Classification errors only occurred in letters that had similar shapes, such as Syin and Sin. Based on these results, the CNN method proved to be effective, efficient, and accurate in recognizing Hijaiyah letter image patterns, so it can be used as a basis for developing classification models with higher accuracy in the future.

Nova Eliza; Bambang Irawan; Abdul Khamid

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Waste has become a serious environmental problem in Indonesia, which continues to increase along with population growth. The issue of waste management poses serious challenges for the environment, especially in the process of separating organic and inorganic waste. In the field of computer vision, recognising the type and shape of waste through camera images remains a challenge due to variations in shape, colour, and complex lighting conditions. Therefore, this problem utilises Deep Learning technology, which is expected to be widely applied in Indonesia, especially in large cities with high waste volumes. This study aims to distinguish between organic and inorganic waste using the Convolutional Neural Network (CNN) method based on digital images. The developed CNN model was trained to recognise the visual patterns of each type of waste and tested to measure its accuracy. The test results show that the CNN-based classification system is capable of achieving an accuracy rate of 95%, thus proving the effectiveness of this method in supporting artificial intelligence-based automatic waste sorting systems.

Mukhlis Ainur Rahman; Nuru Aini; Nor Halimah; Siti Nur Khofifah; Devita Sari +3 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Perkembangan sistem informasi seiring dengan kemajuan teknologi informasi yang signifikan, berperan dalam penyimpanan, pengelolaan, dan pendistribusian informasi. Salah satu contohnya adalah dalam pengelolaan data instalasi kabel serat optik. Dinas Komunikasi dan Informatika Bangkalan, sebagai instansi pemerintah, menghadapi tantangan dalam pencatatan data serat optik yang masih dilakukan secara konvensional menggunakan perangkat lunak Excel. Untuk mengatasi masalah ini, peneliti merancang dan mengembangkan "Sistem Informasi Instalasi Kabel Serat Optik di Kabupaten Bangkalan." Tujuan dari sistem ini adalah untuk meningkatkan efisiensi dan efektivitas dalam pengelolaan data, menyederhanakan proses pencatatan, dan mempercepat akses informasi kepada pihak terkait. Hasil pengelolaan data dalam sistem informasi ini mencakup empat proses utama: pengelolaan data titik instalasi, pengelolaan data lokasi, pengelolaan data pengguna, dan pengelolaan data kecepatan internet. Penerapan metode waterfall dalam perancangan sistem informasi ini memberikan solusi untuk meningkatkan efisiensi dan efektivitas dalam pengelolaan data. Perancangan sistem informasi ini terdiri dari lima (5) perancangan utama yaitu: 1) Menampilkan halaman pengunjung ketika aplikasi diakses, 2) Menerima dan mengolah data berdasarkan tindakan CRUD (create, read, update, delete), 3) Melakukan verifikasi data login dan menampilkan pesan error apabila data login salah, 4) Menyediakan fitur pencarian data, dan 5) Menghasilkan laporan data instalasi.

I Gede Pramana Ade Saputra; Prastyadi Wibawa Rahayu; Gerson Feoh

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini bertujuan merancang dan mengembangkan Sistem Informasi Penjualan berbasis web untuk Gerai Oleh-Oleh Bali yang selama ini masih menggunakan pencatatan manual dengan buku besar dan perhitungan menggunakan kalkulator. Sistem manual tersebut menyebabkan risiko kesalahan pencatatan, lambatnya proses pencarian data, serta kesulitan dalam pengarsipan data penjualan, pembelian, pemesanan, dan pengelolaan stok barang. Penelitian menggunakan metode pengembangan perangkat lunak Waterfall dengan pendekatan pemodelan Unified Modeling Language (UML). Tahapan yang dilakukan meliputi analisis kebutuhan melalui wawancara dengan pemilik gerai, perancangan sistem (Use Case Diagram dan Class Diagram), implementasi, pengujian unit, pengujian sistem menggunakan metode black-box testing, serta tahap pemeliharaan (maintenance). Sistem yang dibangun mencakup fitur login, dashboard, pengelolaan data master (supplier dan barang), transaksi penjualan dengan dukungan scan barcode, transaksi pembelian, laporan penjualan dan pembelian, serta pengelolaan user. Hasil pengujian black-box menunjukkan seluruh test case berstatus Valid dan sistem berfungsi sesuai harapan. Pada tahap maintenance dilakukan contoh corrective maintenance dengan perbaikan bug pada query laporan penjualan harian.Sistem informasi penjualan berbasis web yang dihasilkan mampu mempercepat proses transaksi, mengurangi kesalahan manusia, meningkatkan akurasi data, serta memudahkan pengelolaan stok dan pembuatan laporan secara real-time. Implementasi sistem ini memberikan solusi efektif bagi Gerai Oleh-Oleh Bali dalam meningkatkan efisiensi operasional dan interaksi dengan pelanggan.

Ryzal Nur Alvandy; Ryzal Nur Alvandy; Arita Witianti

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The rapid expansion of e-commerce in Indonesia has resulted in a significant rise in the number of customer reviews, which serve as a valuable source of insight for understanding consumer satisfaction. This study aims to classify or identify sentiments from product reviews on the Tokopedia platform into three categories, using the Support Vector Machine algorithm. The classification method data were ethically collected through web scraping and include review text, ratings, and the number of “likes.”  The preprocessing stage involved several NLP techniques such as pre-procesesing data representation was generated using the Term Frequency–Inverse Document Frequency method, while the issue of class imbalance was addressed using the Synthetic Minority Over-sampling Technique.  Based on the test results, the SVM model achieved an accuracy of 79.48% on the test data using a linear kernel, showing the best performance in classifying positive sentiments. However, the classification of neutral and negative sentiments still requires improvement. This study demonstrates that the combination of the TF-IDF method, additional numerical features, and data balancing techniques can produce an an efficient sentiment analysis model within the e-commerce domain.

I Gusti Agung Made Yoga Mahaputra; I Gusti Agung Made Yoga Mahaputra; Putri Alit Widyastuti Santiary; I Ketut Swardika

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Indonesian Sign Language (BISINDO) serves as a primary communication medium for the deaf community; however, limited public understanding often creates barriers during daily interactions. This study aims to develop a real-time BISINDO word-level translation system using hand landmark extraction and temporal modeling with Long Short-Term Memory (LSTM). The system employs MediaPipe Hands to detect 21 hand landmarks per frame, which are then processed as sequential motion patterns to classify five BISINDO words: saya, terima kasih, maaf, nama, and kamu. A total of 250 gesture samples were recorded under controlled lighting conditions as the primary dataset. The processed sequences were used to train the LSTM model, which was subsequently integrated with an ESP32 microcontroller and a DFPlayer Mini module to produce direct audio output. Experimental results show that the model achieved an average accuracy of 86%, with precision and recall values ranging from 0.81 to 0.94. The confusion matrix analysis indicates that most gestures were correctly classified, although some errors occurred in gestures with similar initial motion trajectories. Integration testing demonstrated an average system latency of 3.8 seconds and an audio output success rate of 85%. These findings indicate that the proposed system is capable of translating BISINDO word-level gestures accurately, responsively, and consistently in real-time conditions. This study provides a strong foundation for the broader development of sign language translation systems, with potential enhancements in vocabulary expansion, multi-user datasets, and hardware optimization for deployment in real-world environments.

Dedy Yusuf; Dedy Yusuf; Khoirur Rozikin; Nuris Dwi Setiawan

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The manual employee attendance process at the Perjuk Village government level often results in inaccurate data, delayed recapitulation, and difficulties in real-time attendance monitoring. This study aims to develop an Internet of Things (IoT) and Radio Frequency Identification (RFID)-based village employee attendance system to simplify the administrative process and improve the efficiency of attendance recording. The development method used is the Research and Development (R&D) model with stages including needs analysis, system design, validation, field trials, and product revisions. The system was built using an ESP32 microcontroller, an RC522 RFID module, and a Wi-Fi connection to transmit attendance data to a web-based server. Testing was conducted using the black box method to ensure all system features run according to design. The results of the black box test show that all features run according to design. The system records attendance automatically with 100% accuracy, saves data to the server database, and displays reports in the form of tables, graphs, and statistical cards. The study concludes that this IoT and RFID-based attendance system is able to improve the accuracy, speed, and efficiency of recording compared to manual methods, and is in accordance with operational needs at the Perjuk Village Office.

Putri Yani, Diar; Diar Putri Yani; Marsani Arif; Arif Nursetyo

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini bertujuan untuk mengembangkan sistem pendukung keputusan yang dapat membantu tim Marketing Officer (MO) PT. Alvarel Technology Innovation dalam menentukan status pelanggan secara objektif dan terstruktur. Sistem ini dirancang menggunakan kombinasi metode Analytical Hierarchy Process (AHP) dan Weighted Sum Model (WSM). Metode AHP digunakan untuk menentukan bobot kriteria yang meliputi Potensial Pasar, Urgensi, Finansial, serta Hubungan dan Reputasi, dengan memastikan konsistensi matriks perbandingan berpasangan. Hasil pembobotan kemudian digunakan dalam metode WSM untuk melakukan perhitungan skor total pelanggan dan menyusun pemeringkatan status berdasarkan nilai tertinggi hingga terendah. Data penelitian diperoleh dari catatan internal perusahaan dan wawancara dengan Marketing Officer, dengan jumlah sampel 30 pelanggan. Hasil pengujian menunjukkan bahwa sistem dapat menghasilkan peringkat status pelanggan dalam lima kategori, yaitu potensial, prospek, pending, pasif, dan skip. Temuan utama memperlihatkan bahwa kategori prospek memperoleh skor tertinggi dan menjadi prioritas tindak lanjut. Dengan demikian, sistem pendukung keputusan berbasis AHP–WSM ini mampu mengurangi subjektivitas, meningkatkan efisiensi, serta memberikan rekomendasi yang lebih akurat dan terukur untuk mendukung pengambilan keputusan strategis perusahaan dalam pengelolaan pelanggan.

Galih, Galih warsa putra; Galih Warsa Putra; Kusnadi Kusnadi; Willy Eka Septian

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini mengembangkan sistem pemantauan berbasis Internet of Things (IoT) untuk mengoptimalkan kinerja Mini PC dan pemeliharaan real-time di CV Permata Gemilang Jaya. Metodologi waterfall diterapkan menggunakanNodeMCU sebagai mikrokontroler utama, dilengkapi dengan sensor DHT22, DS18B20, dan INA219 untuk memantau parameter suhu, CPU, dan memori. Arsitektur sistem mengintegrasikan kerangka kerja Laravel dengan database MySQL, menghasilkan aplikasi web responsif dengan kontrol akses berbasisperan untuk Admin Pusat, Admin Regional, dan Teknisi Cabang. Infrastrukturserver cloud dengan konektivitas GSM cadangan memfasilitasi pemantauanterpusat di wilayah Ciayumajakuning. Desain sistem menggunakan Unified Modeling Language (UML) dengan diagram kasus penggunaan dan diagram aktivitas yang komprehensif. Penerapan sistem pemberitahuan otomatisdengan mekanisme peringatan berbasis ambang batas memungkinkan deteksidini anomali perangkat. Antarmuka yang dioptimalkan untuk selulermeningkatkan aksesibilitas teknisi untuk operasi lapangan. Validasi sistemmenunjukkan strategi pemeliharaan preventif yang sukses dalam mengurangiwaktu henti perangkat dan mengoptimalkan efisiensi operasional infrastrukturteknologi informasi.

Bambang wido kristanto; Agus wibowo; Bambang wido kristanto

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Indonesia has extraordinary resources and potential in developing renewable energy sources (RES), but various obstacles must be overcome in implementing RES. The purpose of this study is to analyze the gap in the application of RES. This gap includes energy knowledge, community participation, battery waste management, service quality, regulation, and legal policy. This study uses a mixed-methods approach, by conducting a structured questionnaire in quantitative data collection, while qualitative data collection through special interviews, focused group discussions, and conducting policy regulation analysis. The results show that 62% of people do not understand RES, 28% are involved in project planning, and 74% are unaware of SOP (standard operating procedures) regarding battery waste recycling. The results of the correlation analysis reveal a positive relationship between the level of knowledge and interest in RES (R = 0.56). Also, the developed community-based participation model includes initial involvement, transparency of information, and local incentives. These findings further strengthen the compatibility of the innovation diffusion theory, planned behavior theory, SERVQUAL, and the theory of public interest. This study will make a practical contribution through evidence-based strategies in increasing resilience, especially for policymakers and energy service providers. The impact of the policy aspects includes the need for large reforms, education, public campaigns, and the realization of battery waste management systems. This study also provides an opportunity for further study by expanding the geographical scope and related industrial sectors.