SciRepID - Scientific Publication Search

Publication Search

18,135 articles from 385 journals · 1,447 citations tracked

Showing 1-20 of 96

Analytics

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.

Dwi Hastuti

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This paper explores the epistemological dimensions of the digital transformation occurring in traditional game development through the integration of machine learning systems. By examining how knowledge creation, validation, and application have evolved in this domain, we identify fundamental shifts in the epistemological frameworks governing game development practices. The research investigates how machine learning has redefined creative processes, technical implementation, and experiential design while challenging traditional notions of authorship, expertise, and knowledge transmission. Through analysis of industry case studies, technological capabilities, and theoretical frameworks, this paper contributes to understanding how machine learning systems are not merely tools but epistemological agents that fundamentally transform how knowledge is generated, validated, and utilized in game development ecosystems.

Ahmad Muhtadi; Luky Mahendra; Moh. Rosan Taufel Al Farobi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The development of renewable energy, particularly Solar Power Plants (PV), requires a reliable, real-time, and easily accessible electrical energy monitoring system to ensure optimal system performance. This study aims to design and implement an Internet of Things (IoT)-based electrical energy monitoring system for PV using the NodeMCU ESP32 microcontroller, the PZEM-004T sensor for measuring electrical parameters, and the Node-RED platform as the data visualization interface. The developed system is designed to monitor voltage, current, power, energy, frequency, and power loss in real time, and then display the data in the form of numerical values, graphs, and indicators on a dashboard accessible through a local network. The research method includes hardware design, software development (sensor reading, data processing, and communication), integration with Node-RED, and system testing on a small-scale PV installation. The test results show that the system is capable of monitoring electrical parameters in a stable and responsive manner. Variations in sunlight intensity were found to affect the current and power produced by the solar panels, whereas the inverter output voltage tended to remain within normal operating ranges. The Node-RED dashboard display was considered informative and helpful for users in monitoring and analyzing PV performance. Based on these results, it can be concluded that the IoT-based electrical energy monitoring system designed in this study functions well and is feasible for application in residential or educational-scale PV installations. The system still has the potential for further development through cloud service integration, the addition of environmental sensors, and enhancements to data analysis features and user interface design.

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.

Citra Cahya Rizqina; Citra Cahya Rizqina; Nurhamidah Nurhamidah; Rizki Agung Maulidin; Jamiatul Khairunnisa Putri

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Keterbatasan akses sumber listrik di wilayah terpencil atau situasi darurat sering kali menghambat ketersediaan daya bagi perangkat telekomunikasi. Penelitian ini bertujuan untuk merancang bangun alat pengisi daya (charger) hibrida yang mengintegrasikan penyimpanan energi kimia baterai dan konversi energi mekanik dinamo sebagai solusi alternatif. Metode penelitian menggunakan Research and Development (R&D) dengan pendekatan deskriptif kuantitatif untuk menguji stabilitas tegangan dan efektivitas pengisian daya. Prototipe dirancang menggunakan baterai 18650, dinamo 12V, dan modul regulator tegangan untuk menstabilkan luaran. Hasil pengujian menunjukkan bahwa integrasi regulator berhasil menstabilkan fluktuasi tegangan dinamo (rentang 5–12V) menjadi tegangan konstan 5V yang aman bagi ponsel. Pengujian efektivitas selama 15 menit menunjukkan kenaikan kapasitas baterai ponsel sebesar 5–10% pada mode baterai dan 2–4% pada mode dinamo. Disimpulkan bahwa meskipun mode dinamo memiliki efisiensi yang lebih rendah akibat variabilitas putaran manual, alat ini layak diimplementasikan sebagai solusi catu daya darurat (emergency kit) yang portabel, ekonomis, dan memiliki redundansi energi yang andal.

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.

Laurentinus, Laurentinus; Widianto, Adi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The advancement of information technology has had a significant impact across various sectors, including healthcare. The digitalization of healthcare services has become a solution to improve efficiency, effectiveness, and accessibility for the public. Puskesmas Selindung still uses a manual patient registration system, which leads to several issues such as long queues, extended waiting times, and the risk of lost or damaged patient records. Based on visit data, the number of patients coming to Puskesmas Selindung has increased each year. Therefore, a digital queue system is needed to optimize the patient registration process. This research aims to analyze and design an Android-based patient registration queue application to improve service efficiency at Puskesmas Selindung. The research methods include system requirements analysis, user interface design, and the development of core features to support the online patient registration process. The implementation of this application is expected to reduce long queues, speed up administrative processes, and make it easier for patients to access healthcare services more effectively and accurately. With this Android-based system, the quality of healthcare services at Puskesmas Selindung is expected to improve significantly.

Sri Anardani; Sri Anardani; Muhammad Salimy Ahsan; Crismantoro Budisaputro; Muh Nur Luthfi Azis

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Knowledge must be managed effectively to facilitate transfer between individuals, groups, and organizations. The Informatics Engineering study program currently lacks a system for knowledge management. Currently, the study program facilitates offline discussion forums for the sharing of knowledge gained by lecturers and students. These offline discussion forums require significant costs, time, and space, often resulting in delays in knowledge sharing. This research focused on the analysis and design of a Knowledge Management System to meet the needs of Informatics Engineering students at Universitas PGRI Madiun. The system development method used was the Knowledge Management System Lifecycle (KMSL). In this study, the TIF KMS system using the KMSL method has been successfully built. The results of testing using the Blackbox Testing method showed that 5 scenarios and 18 cases were successfully executed as expected with a 100% success rate. Based on the system test results, the TIF KMS is ready to proceed to the implementation stage. Future implementation can be done by developing additional features such as a digital library

Ahmad; Marlina; Hasnawati; Masnur; Wahyu Artanugraha +5 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Barru Regency tourism has a variety of tourist attractions, but information related to the location and potential of tourism has not been digitally integrated, making it difficult for tourists and the government to access data. This study aims to design and build a web-based Geographic Information System (GIS) that can map the location of tourist attractions in Barru Regency interactively, easily accessible, and equipped with supporting information in the form of descriptions, types of tourism, photos, and travel routes. The research method used is Research and Development (R&D) with the stages of tourist attraction surveys, interface design, feature development, and system testing. The results of the study are in the form of a website "Web-Based Geographic Information System for Mapping Tourist Attractions in Barru Regency" which is able to present tourist information systematically and easily understood. The conclusion of this study shows that the developed system can be a supporting medium in disseminating tourism information, helping tourists find tourist locations, and supporting the local government in managing and developing the tourism sector based on spatial data. This application also has the potential to be an educational and promotional tool to increase tourist visits to Barru Regency

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.

Sandy Nova Pradana Kusuma; Haris Ihsanil Huda; Bagus Sudirman

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Penelitian ini bertujuan merancang sistem informasi penjualan berbasis web untuk meningkatkan efektivitas pencatatan transaksi pada Toko Bangunan Subur Kaliwungu yang sebelumnya masih dilakukan secara manual. Permasalahan utama yang dihadapi meliputi pencatatan yang tidak efisien, kesulitan pencarian data, serta kurangnya ketepatan dalam laporan keuangan. Metode penelitian yang digunakan adalah kualitatif dengan pendekatan Research and Development (R&D) menggunakan model Prototype. Sistem dikembangkan dengan menerapkan metode akuntansi berbasis Akrual (Accrual Basis) agar laporan keuangan dapat disusun lebih akurat dan real time. Hasil penelitian menunjukkan bahwa sistem ini mampu mencatat transaksi penjualan dan pembelian, mengelola data barang dan pelanggan, serta menyajikan laporan penjualan dan laporan keuangan secara digital. Fitur tambahan seperti histori transaksi, informasi stok barang, serta perhitungan laba rugi juga membantu pemilik toko dalam pengambilan keputusan. Implementasi sistem memberikan dampak positif, di antaranya peningkatan efisiensi, keakuratan data, dan kemudahan monitoring aktivitas penjualan.

Yusuf, Aisya Nur Aulia; Nurdiniyah, Elsa Sari Hayunah; Amalia, Norma

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This study presents a machine learning approach for predicting the dimensions of microstrip antenna slots based on antenna performance parameters such as frequency, gain, directivity, return loss (S11), radiation efficiency, and VSWR. A two-phase methodology was employed. In the first phase, ten regression algorithms were evaluated, and Random Forest was identified as the most effective model based on Mean Absolute Error (MAE) and R-squared (R²) scores. In the second phase, hyperparameter tuning was conducted using Grid Search to further improve the model’s performance. The optimized Random Forest model demonstrated consistent improvements in predictive accuracy, with R² values increasing across all output variables. These results indicate that the combination of regression-based modeling and systematic hyperparameter tuning is effective for capturing complex relationships in antenna design tasks. The proposed approach offers a promising data-driven alternative for geometric prediction in microstrip antenna development, particularly when analytical models are insufficient.

Valiant Krisnha, Arkana; Valiant Krisnha, Arkana; Ramdhan, Nur Ariesanto; Premana, Agyztia

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Digital transformation in government bureaucracy has become a strategic step to improve efficiency, accountability, and transparency, including in the management of regional legal products. In the Regional Secretariat of Tegal Regency, the process of submitting legal products is still done manually, which causes inefficiencies, delays, and a lack of document traceability. To address these issues, a web-based legal product submission application has been developed with document tracking features. This research uses the Waterfall system development method, and implements a FIFO (First In First Out) queuing system in the submission process, along with Role-Based Access Control (RBAC) for managing user access rights. The goal of this system is to create a faster, more transparent, and digitally documented application process. The implementation results show that the application is able to systematically and integratively manage the flow of submissions, corrections, verification, and the ratification of legal products. Features such as a Login page with CAPTCHA, analysis dashboards, tracking, and monthly reports enhance the monitoring and security functions of the system. This application can be an effective solution in supporting the digitization of regional legal bureaucracy, as well as providing ease and efficiency for regional officials in preparing and submitting drafts of legal products digitally.

Nastiti, Tashia Indah; Nastiti, Tashia Indah; Wahjusaputri, Sintha; Bunyamin Bunyamin

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The coffee farming sector in Gunungmanik Village, Indonesia, plays a significant role in the local economy. However, the monitoring and management of coffee crops remain largely manual and conventional, making it difficult for farmers to respond quickly to environmental threats such as drought, pests, or sudden temperature shifts. This research presents the development of iotgm.id, a web-based monitoring system integrated with Internet of Things (IoT) devices designed to provide real-time environmental data for coffee plantations. The system measures key parameters including temperature, soil moisture, and motion detection (as a proxy for pest activity), and delivers this data via a user-friendly web interface. It also features digital farm record management, real-time alerts for abnormal conditions, and data visualization through interactive dashboards. Field testing with local farmers showed that the system improves decision-making, speeds up responses to environmental changes, and reduces the need for direct field visits. Unlike earlier systems that often required technical expertise or focused on single parameters, this system offers multi-parameter monitoring and is accessible to farmers without advanced digital literacy. The system bridges the gap between sophisticated agricultural technologies and practical field-level application. It contributes to the adoption of precision agriculture in rural areas, offering a scalable model for broader implementation in similar contexts

Erlangga, Mohammad Erlangga Syahri Ramadhan; Misbah, Misbah

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Mental health is a crucial aspect of modern life, with stress and anxiety being among the most common and impactful psychological disorders. This research proposes a stress and anxiety monitoring system based on the Internet of Things (IoT), integrating biometric sensors and Deep Neural Networks (DNN) for early detection and in-depth analysis. The system is designed using MAX30102 (heart rate and SpO₂), GSR (Galvanic Skin Response), and DS18B20 (body temperature) sensors, managed by an ESP32 microcontroller and communicating through the MQTT protocol. Physiological data is collected in real-time, formatted in JSON, and transmitted to both Android and web-based applications for visualization. The DNN model is developed using the TensorFlow framework with a layered architecture and ReLU activation functions to classify four mental states: relaxed, calm, anxious, and highly stressed. The training dataset comprises both primary and secondary data, including the WESAD dataset. Model performance is evaluated through k-fold cross-validation, showing high accuracy and strong generalization capabilities. The results indicate that the integration of sensor technology and deep learning significantly improves the effectiveness of stress and anxiety detection compared to traditional methods. This system demonstrates great potential for the development of AI-based wearable devices for autonomous, real-time, and adaptive mental health monitoring.

Irfan Nurdiansyah; Reni Utami

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The insurance business in an insurance company offers insurance products owned by insurance companies. There are many transactions such as the purchase of insurance products and the application of disbursement of insurance benefits to customers, so that disputes occur in the reports generated every month and this does not become effective and time-efficient as needed. This study aims to evaluate the effectiveness of a website-based real-time insurance transaction reporting monitoring system. This research method involves the development of a web-based system designed to monitor and report insurance transactions directly, as well as the evaluation of system performance using quantitative and qualitative approaches. The research stages include needs analysis, system design and development, implementation, and system testing and evaluation in insurance companies. The results of the study show that a website-based system can facilitate evaluation Monitoring the results of reports on ongoing transactions, so that reports every month can be formed digitally through the system that has been created.  

I Kadek Wardana Wisnuwara; Jumiati Ilham; Arifin Matoka

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

The increasing need for electrical energy in Indonesia encourages the development of new renewable energy (EBT), including hydroelectric power plants (PLTA) as an environmentally friendly solution. This research was conducted at the Mentawa Dam, West Toili District, Banggai Regency, Central Sulawesi, to analyze the potential of water energy that can be utilized as a source of micro-hydro power plants (PLTMH). This dam currently functions as irrigation and a tourist attraction, but has significant potential to generate sustainable electrical energy. The research methods include measuring water discharge using the float method, measuring the height of the water fall (head) with an altimeter and GPS, and analyzing the potential for electrical power using the formula P = η ⋅ ρ ⋅ g ⋅ Q ⋅ H. The measurement results show an average water discharge of 3.01 m³ / s and a water fall (head) of 6.56 meters. With a turbine efficiency of 80%, the potential electrical power that can be generated reaches 154.76 kW. This study recommends the use of Kaplan turbines in Mentawa Dam, which are ideal for large discharge conditions and low to medium heads, and can adapt to discharge fluctuations, making it an optimal choice to maximize energy potential. This research is expected to provide sustainable energy solutions for the people of Toili Barat District and support the development of the tourism sector.

Muhammad Nashif, Haidar; Muhammad Nashif, Haidar; Aris Rakhmadi

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

State Senior High School 7 Surakarta is one of the public schools located in Surakarta City. The library activities, including member data management, book processing, and book borrowing and returning, are still conducted manually using physical logbooks. This manual process is considered inefficient and prone to errors. The purpose of this study is to develop a book borrowing system at State Senior High School 7 Surakarta that serves as a tool to assist officers in recording, loans, and returning books. This system is designed using the CodeIgniter framework to support WEB displays, programming in PHP, and using MySQL for database management. This system is created using the System Development Life Cycle (SDLC) method with a waterfall model that includes the stages of analysis, design, implementation, testing, and maintenance. System testing was conducted using Black-Box Testing and the System Usability Scale (SUS). The Black-Box Testing results showed that all features and functions operated correctly. The SUS evaluation produced a score of 75.68%, indicating that users generally agreed with the implementation of the system, which falls under the "acceptable" classification.

Nurdin Effendi; Anis Lelitasari; Reza Ilyasa; Rangga Gading Satria; Usman Habib Bahtiar +1 more

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

This study focuses on developing a web-based Research and Community Service Information System (SIPPMAS) for Politeknik Takumi Bekasi, utilizing the Waterfall methodology. The aim is to create an integrated platform that streamlines the management of research and community service activities, from proposal submission and budget allocation to project execution and final reporting. The Waterfall method was chosen for its structured, sequential approach, ensuring a systematic development process through distinct phases: requirements analysis, design, implementation, testing, and maintenance. This approach is expected to enhance data accuracy, improve operational efficiency, and provide real-time project monitoring, ultimately facilitating better collaboration among stakeholders and increasing the overall impact of research and community service initiatives at Politeknik Takumi Bekasi. The system is designed to address current manual administrative challenges, offering a centralized and accessible solution for all users.

Lailiah, Badariatul; saadah, Rabiatus; Rizka Dahlia; saadah, Rabiatus

Jurnal Elektronika dan Komputer 2025 STEKOM PRESS

Technological advancements have brought fundamental changes in the way we interact with digital images and photography. One significant milestone in this development is the Photoshop Express Photo Editor, which has become a primary platform for image processing and editing. Datasets are used to analyze sentiment and are utilized during the accuracy testing phase. Based on the testing results, the Convolutional Neural Network (CNN) algorithm achieved an average accuracy value of 86.50%, compared to the Naïve Bayes (NB) algorithm, which achieved an average accuracy value of 75%. The results of the research conclude that the choice of sentiment analysis method should be tailored to the needs and limitations of the system. If a fast, light, and easy-to-understand process is required, the Naive Bayes method is the right choice. However, if accuracy and context understanding are the top priorities, then CNN is a superior approach, although it requires more resources. Additionally, based on the Wordcloud data, it is known that the majority of comments are positive, indicating that the reviews or texts analyzed contain many positive expressions related to quality, usability, and ease of use.