Articles
Monitoring Jadwal Belajar Mengajar Prodi Teknik Multimedia Dan Jaringan Dengan Raspberry Pi
Muliana, Syarifah;
Nasir, Muhammad;
Mursyidah, Mursyidah
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 2, No 1 (2019): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v2i1.2575
Abstrak— Politeknik Negeri Lhokseumawe menyediakan Web server untuk mengakses berbagai macam informasi sekitaran jurusan dan program studi khususnya Prodi Teknik Multimedia dan Jaringan. Web bukan hanya untuk menyampaikan sebatas informasi pada prodi, tetapi juga dapat memonitoring jadwal belajar mengajar meggunakan Raspberry Pi sebagai server mini, pengganti komputer yang biasanya digunakan untuk server. Selama ini monitoring jadwal belajar mengajar dilakukan secara manual, sistem ini dibuat untuk memonitoring secara otomatis. Perancangan sistem berbasis Web dengan pemprograman HTML, PHP, MYSQL dan SMS gateway dengan gammu sebagai servicenya. Operasi yang berjalan dalam SMS gateway ini yaitu, pesan broadcast yang dapat mengirimkan pesan kebanyak tujuan sesuai dengan jadwal dan auto respon atau sistem dapat menerima pesan dan mengirim kembali ke nomor tujuan jika ada secara otomatis. Parameter nilai yang diiambil berdasarkan data waktu yang diatur dalam sistem. Dengan adanya sistem ini dapat mempermudah prodi Teknik Multimedia dan Jaringan dalam memonitoring jadwal belajar mengajar.Kata Kunci : Web, SMS Gateway, Gammu, Raspberry Pi
Robot Pemantau Berbasis Internet Of Things Menggunakan Raspberry Pi
Rahmalia, Rahmalia;
Nasir, Muhammad;
Atthariq, Atthariq
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 5, No 2 (2022): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v5i2.4792
— In general, robots can be defined as a machine that is able to do human work either controlled or automatically. One of the human jobs that can be done by robots is the activity of monitoring the situation in dangerous places. The monitoring robot that is used here is a mobile robot that is able to move and can send video images captured by the camera which can then be controlled by the web controller. The purpose of designing this tool is to design a prototype monitoring robot that can move by being controlled via the web and displaying videos in real time wirelessly. In this design using the QoS method which method will measure the Qos parameters, namely Jitter and Delay by using the Wireshark application. As for other components that support the design of this robot is the access point that serves as a media link between the Raspberry Pi and the web, Raspberry Pi serves as a controller for monitoring robots and processing video images captured by the camera, the camera functions as an eye for monitoring robots and motor controllers function as a system that connects between raspberry pi and wheel drive in the form of a dc motor. The results of the analysis using QoS for video streaming on testing based on distances of 10, 50, and 100 meters have an average delay of 0.201 ms and jitter of 3.77 ms according to TIPHON is very good. The results of this study conclude that robots using internet of things (IoT) can be controlled remotely as long as the user has access to the internet network. Keywords: Robot, Quality of Service, Wireshark, Delay, Jitter, Internet of Things
Klasifikasi Jenis Cedera Patah Tulang Menggunakan Metode Learning Vector Quantization (LVQ)
Saputri, Erlinda;
Nasir, Muhammad;
Mursyidah, Mursyidah
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 1, No 1 (2018): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v1i1.1855
Patah tulang merupakan terputusnya kontinuitas tulang dan ditentukan sesuai jenis dan luasnya. Kebanyakan patah tulang disebabkan karna kecelakaan. Sebagai penanganan cedera patah tulang adalah dengan melakukan tindakan pembedahan oleh dokter bedah tulang dengan melihat hasil citra X-Ray. Kualitas citra hasil X-Ray yang kabur atau kondisi mata tenaga medis yang kelelahan setelah melihat banyak citra X-Ray patah tulang bisa saja menyebabkan kesalahan diagnosis. Permasalahan tersebut dapat diatasi dengan menciptakan teknologi sederhana yaitu sebuah aplikasi klasifikasi jenis cedera patah tulang. Aplikasi ini bertujuan membantu para medis dalam menganalisis cedera patah tulang pada pasien sehingga meminimalisasi kesalahan pada keterbatasan pembacaan hasil tes citra patah tulang. Pengembangan aplikasi ini dapat menggunakan beberapa metode dalam pengolahan citra yaitu metode Learning Vector Quantization (LVQ). Sistem ini dibangun menggunakan bahasa pemgrograman visual basic.net dengan editor Microsoft visual studio serta database menggunakan MySQL. Berdasarkan pengujian, ternyata keberhasilan sistem aplikasi klasifikasi jenis cedera patah tulang mencapai 80%.
Membangun Sistem Repository Berbasis Search Engine Dengan Menggunakan Algoritma Knuth Morris Pratt
Mahfud, Said;
Anwar, Anwar;
Nasir, Muhammad
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 2, No 1 (2019): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v2i1.2571
Abstrak— Perkembangan teknologi informasi saat ini sangat pesat, kebutuhan manusia dalam sumber data sangatlah penting. Untuk mengatasi perihal masalah tersebut penulis ingin membangun sistem web server repositoy berbasis search engine, yang merupakan layanan pustaka yang menyediakan beberapa sumber data dan informasi sebagai acuan untuk membuat suatu karya ilmiah. Pencarian pada sistem repository belum menggunakan algoritma pencarian sehingga hasil pencarian dari sistem tersebut belum optimal. Oleh karena itu, perlu adanya implementasi algoritma pencarian yang akan membantu menghasilkan hasil pencarian yang cepat dan optimal. Paper ini bertujuan untuk mengimplementasi Algoritma KMP pada fungsi pencarian dalam sistem repository pada prodi Teknik multimedia dan Jaringan. Metode penelitian yang akan digunakan dalam penelitian ini yaitu tahap System Development Life Cycle yang terdiri atas analisis, rancangan sistem pencarian, implementasi algoritma KMP dan pengujian. Algoritma KMP berhasil diimplementasikan pada fungsi pencarian layanan sistem repository journal dan e-book. Hasil pengujian performa menampilkan bahwa rata-rata performa algoritma KMP dalam menemukan kata di form pencarian adalah 0.0115 detik. Hal ini membuktikan bahwa algoritma KMP sudah cukup cepat dan optimal dalam fungsi pencarian pada layanan sistem repository journal dan e-book. Kata Kunci : Web, repository, algoritma KMP, server
Sistem Informasi Notifikasi Imigarasi Berbasis Web dan SMS Gateway
Fajriaty, Siti;
Arhami, Muhammad;
Nasir, Muhammad
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 6, No 2 (2023): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v6i2.4696
Information becomes an absolute necessity for every organization, both organization, government and private. The overall activities of the organization basically require information. Therefore, information becomes a very important part to support the work process in an office or agency. One important source of information that can support administrative and bureaucratic activities is data processing. Good data processing that can support administrative activities is very useful for agency progress. Therefore, it is necessary to compile a system so that the implementation and processing of data can be seen clearly and the transparency reflected in the series of systems. Visa and Permit Information System Stay at the Immigration Office. Therefore all forms of company documents that enter or leave must be stored in the visa application system and the online residence permit, and controlled, is well organized to facilitate the search for application status information. This system can improve the ease and smooth operation of the system, so that it can provide high quality services to the community. Also internally it is increasingly encouraging to increase work productivity in the delivery of information to the applicants via SMS. The results show that the Immigration Office has used a notification information system to inform visa citizens to foreign citizens and passport notifications to the Lhokeumawe community Keywords: handphone, PC, information system, Notification, Immigration, SMS Gateway, PHP
Pembuatan Game Meu`en Galah Berbasis 3D Menggunakan Fungsi Linepath
Putri, Dian Ayu;
Mursyidah, Mursyidah;
Nasir, Muhammad
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 1, No 2 (2018): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v1i2.1871
Abstrak— Di masa kini, anak-anak Aceh mulai melupakan permainan zaman dulu karena anak-anak lebih tertarik pada permainan modern seperti game PC dari luar daerah maupun dari luar indonesia. Hal ini dapat menyebabkan generasi muda tidak mengenal permainan zaman dulu apalagi dari daerahnya sendiri. Padahal banyak permainan dari Aceh yang dapat dibuat menjadi game PC salah satunya adalah permainan me`uen galah. Oleh karena itu dibuatlah game Meu`en galah berbasis 3D guna untuk memperkenalkan kembali kepada generasi muda dan juga bertujuan untuk melatih keterampilan berfikir anak dan kreativitas anak. Game meu`en galah dibuat menggunakan kecerdasan buatan berupa linepath yang berfungsi sebagai penentu jalur untuk setiap agen dan untuk membuat formasi awal pada game. Di dalamnya terdapat atribut berupa slowdown distance dan pick next waypoint distance yang berfungsi sebagai penentu kecepatan agen dan untuk mendeteksi keberadaan target/player. Kemudian end reached distance untuk memberi batasan jangkauan pada agen agar dapat mengikuti kemanapun player berada selama masih berada dalam jangkauan. Tujuan dari penelitian ini adalah untuk mengetahui bagaimana membuat formasi meu`en galah menggunakan fungsi linepath, kemudian mengatur agen agar dapat berjalan di jalurnya masing-masing dan mampu mencari node terdekat dari posisi player. Kata kunci : meu`en galah, linepath, slowdown distance, pick next waypoint distance, end reached distance
Penerapan Teknologi Cloud Computing Untuk Optimalisasi Data Pada Program Studi Menggunakan Protokol SSL
Fuadi, Saiful;
Husaini, Husaini;
Nasir, Muhammad
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 2, No 1 (2019): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v2i1.2572
Abstrak— Cloud computing merupakan paradigma baru untuk penempatan (hosting) dan pengiriman (delivering) melalui internet. Dalam beberapa tahun terakhir, informasi yang terdapat pada Jurusan Teknologi Informasi dan Komputer khususnya Program Studi Teknologi Rekayasa Komputer Jaringan masih minim, mahasiswa mengalami banyak untuk dalam mendapatkan informasi terbaru dari pihak prodi, Untuk mengatasi permasalahan tersebut dibutuhkan sistem yang dapat memudahkan mahasiswa dalam mencari dan/atau mendapatkan informasi yang dibutuhkan. Berdasarkan analisis dalam penerapannya, sistem yang dibangun berjalan dengan baik dimana hasil file/folder yang dibagikan di proteksi dengan password berjalan dengan baik, pengguna yang tidak memiliki password tidak dapat membuka isi dari file/folder yang dibagikan. Serta server yang diterapkan di analisis menggunakan parameter QoS berjalan dengan baik. Hasil analisis QoS dari ketiga user didapatkan hasil pengujian delay user 1 sebesar 60.941 ms, user 2 sebesar 7.026 ms dan user 3 sebersar 64.682 ms.Kata kunci— Cloud computing, owncloud, cloud storage, penyimpanan data, parameter QoS.
Perancangan Sistem Rekam Medis Rumah Sakit Menggunakan RFID Berbasis Internet Of Things
Mazeda, Diva;
Nasir, Muhammad;
Anwar, Anwar
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 4, No 2 (2021): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v4i2.2555
Abstrak— Penerapan aplikasi teknologi RFID (Radio Frecuency Identification) di rumah sakit Indonesia relative baru dibandingkan dengan sektor lainnya seperti instansi manufaktur, retail, perpustakaan, logistic, pendidikan dan pemerintah. Banyak para akademisi dan praktisi dibidang teknologi yang meyakini bahwa teknologi RFID memiliki potensi yang sangat besar untuk memberikan manfaat bagi rumah sakit yang ada di negara berkembang seperti Indonesia. Penerapan perangkat rekam medis berbasis teknologi RFID diinstansi kesehatan diharapkan dapat mempermudah dokter dalam melakukan pelayanan kesehatan terhadap psien. Berdasarkan pentingnya peranan data rekam medis diinstansi kesehatan seperti rumah sakit maka dirancang suatu prototype perangkat rekam medis berbasis teknologi RFID menggunakan RFID reader jenis Mifare RC522 dan sebuah Tag RFID jenis Mifare S50 klasik yang terhubung ke mikrokontroller Arduino Uno sebagai pusat kontrol utama dari perangkat rekam medis berbasis teknologi RFID menggunakan pemrograman Sublime dan Xampp. Dengan menerapkan alat ini dapat kita simpulkan bahwa penggunaan waktu lebih efesien dari pada menggunakan sistem manual kartu kuning pada rumah sakit. Sehingga di jaman yang modern ini kita dapat menghasilkan perangkat yang efesien yang berfungsi untuk membantu pihak rumah sakit dalam mencari data rekam medis pasien dengan mudah dan cepat.Kata kunci— Arduino Uno, Rekam Medis, RFID Mifare RC522, Arduino, Sublime, Xampp.
Penerapan IoT (Internet Of Thing) Pada Sistem Monitoring Dan Kontrol Aquarium Berbasis Web Service
Haikal, Muhammad;
Mursyidah, Mursyidah;
Nasir, Muhammad
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 6, No 2 (2023): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v6i2.4703
Monitoring and control in the aquarium , one of which is monitoring the condition of fish feed and water turbidity conditions in the aquarium. The usual method currently used is to monitor and control manually, namely by coming directly to the aquarium which is carried out by the owner of the ornamental fish themselves. This of course arises a problem, namely it takes a lot of energy and time to maintain and care for the health of the water and aquarium feed at all times. So that the owners cannot leave the activity, which causes the control and observation to be ineffective and inefficient. Therefore, an application Internet of Thing -based aquarium monitoring and control system web service. In the test method using response testing of tools and websites. From the test results, the average bandwidth obtained by observing packet loss is 10.73, at delay 5.13 and at jitter 8.22, the total bandwidth is 8.02918 during the process of sending information data.Keywords— Raspberry Pi, monitoring dan kontrol, aquarium, webservice, MQTT
Prototype Monitoring Sistem Kontrol Air Condition (AC) Diruang Rawat Inap Rumah Sakit Dengan Sensor Suhu Berbasis Raspberry Pi
Fadilla, Nuri;
Nasir, Muhammad;
Hidayat, Hari Toha
Jurnal Teknologi Rekayasa Informasi dan Komputer Vol 5, No 1 (2022): JURNAL TRIK - POLITEKNIK NEGERI LHOKSEUMAWE
Publisher : Politeknik Negeri Lhokseumawe
Show Abstract
|
Download Original
|
Original Source
|
Check in Google Scholar
|
DOI: 10.30811/jtrik.v5i1.4755
Each hospital has a room which uses air conditioning as an additional facility for patient comfort. From observations sofar, there is often an imbalance between the number of patients and nurses (paramedics), especially in the nursing service divisionwho is on duty 24 hours to monitor the condition of inpatients one by one in the room. This led to the motivation to create an airconditioner (AC) control system with a raspberry pi-based temperature sensor remotely via a monitor or smartphone with a webpage as the user interface. The implementation of this research followed the steps of remote control. The Wifi network is used as aliaison, and the Rasberry Pi is used as a data control device sent by Arduino where the DHT11 sensor reads the temperature in theroom which is sent to Arduino. The Rasberry Pi has installed the Apache web server, which allows it to be accessed from a webbrowser on the monitor or smartphone. From the test, the longest distance between the smartphone and the Rasberry Pi is 24 meters.All buttons on the web page have worked according to their function. The success rate is up to 80% on 30 tests at a distance of 30meters. Testing to determine the temperature of the cold room uses the ice vapor method so that the room temperature test resultsobtained reach 18 ° C. Testing to find out the room temperature is hot, using a heating method such as a hairdryer so that the roomtemperature test results obtained reach 31 ° C. To test the temperature comparison, a digital thermometer is used as a comparisonwith the results obtained between the module and the digital thermometer that the measurement results with the two tools do nothave a significant difference in temperature and humidity. keywords: AC,Sensor DHT11,Arduino,Rasberry Pi, IoT,Web.