Content update

This commit is contained in:
2026-02-27 10:55:24 +07:00
parent 3b1d18b001
commit 9b3e813327
53 changed files with 1549 additions and 698 deletions
+56 -5
View File
@@ -5,16 +5,13 @@
columns: 2,
column-gutter: 2em,
row-gutter: 1em,
stroke: (none, (bottom: (dash: "dotted"))),
[หัวข้อโครงงาน], [เครื่องยืนยันตัวตนด้วย NFC],
[นักศึกษา],
grid.cell(
stroke: none,
grid(
columns: 2,
column-gutter: 1em,
row-gutter: 1em,
stroke: ((bottom: (dash: "dotted")), none),
[นางสาว ประภากร ศรีวรสาร], [รหัสประจำตัว #underline[67219090006]],
[นางสาว พีรดา แสงแป้], [รหัสประจำตัว #underline[67219090007]],
[นาย ศตคุณ อุตมะ], [รหัสประจำตัว #underline[67219090014]],
@@ -31,7 +28,33 @@
= บทคัดย่อ
#i โครงงานนี้
#i โครงงานนี้มีวัตถุประสงค์เพื่อศึกษาและประยุกต์ใช้เทคโนโลยี NFC ในการยืนยันตัวตน
ออกแบบและสร้างเครื่องมือที่สามารถตรวจสอบสิทธิ์การเข้าใช้งานได้อย่างมีประสิทธิภาพ
รวมถึงป้องกันการบุกรุกจากบุคคลที่ไม่ได้รับอนุญาต และเพิ่มความสะดวกในการยืนยันตัวตนผ่านโทรศัพท์มือถือ
โดยมุ่งเน้นให้ระบบมีการทำงานที่ง่าย รวดเร็ว และมีความน่าเชื่อถือ เหมาะสมต่อการนำไปใช้งานจริง
#i การดำเนินงานเริ่มจากการศึกษาหลักการทำงานของเซนเซอร์ NFC
และอุปกรณ์ไมโครคอนโทรลเลอร์ที่เกี่ยวข้อง
จากนั้นทำการออกแบบวงจรและโครงสร้างของอุปกรณ์ให้เหมาะสม
ผู้จัดทำได้พัฒนาระบบให้สามารถอ่านข้อมูลจากโทรศัพท์มือถือหรือการ์ด NFC ที่ได้ลงทะเบียนไว้
เมื่อมีการนำอุปกรณ์มาสแกนระบบจะทำการตรวจสอบข้อมูลกับฐานข้อมูล
หากข้อมูลถูกต้องจะอนุญาตให้เข้าถึงได้ทันที แต่หากไม่ถูกต้องระบบจะปฏิเสธการเข้าถึง
เพื่อป้องกันการใช้งานจากบุคคลที่ไม่ได้รับสิทธิ์
#i นอกจากนี้ยังได้มีการทดสอบประสิทธิภาพของอุปกรณ์ในหลายด้าน เช่น ความสามารถในการอ่านค่า NFC
จากอุปกรณ์หลายรูปแบบ ระยะการทำงานของเซนเซอร์
ความถูกต้องในการตรวจสอบข้อมูลและความเสถียรของระบบ
ผลการทดสอบแสดงให้เห็นว่าเครื่องมือที่พัฒนาขึ้นสามารถทำงานได้ตามวัตถุประสงค์
สามารถยืนยันตัวตนได้อย่างถูกต้อง มีความรวดเร็วในการประมวลผล
และช่วยลดโอกาสการบุกรุกจากบุคคลภายนอกได้จริง
#i จากผลการดำเนินงานสรุปได้ว่า เครื่องมือยืนยันตัวตนด้วย NFC
ที่พัฒนาขึ้นสามารถนำไปประยุกต์ใช้ในด้านการรักษาความปลอดภัยได้หลากหลาย เช่น
การควบคุมการเข้า–ออกห้องเรียน ห้องพัก ที่อยู่อาศัย หรือสถานที่ที่ต้องการจำกัดสิทธิ์การเข้าถึง
โครงงานนี้จึงเป็นแนวทางหนึ่งในการพัฒนาระบบรักษาความปลอดภัยที่มีต้นทุนไม่สูง ใช้งานง่าย
และสามารถต่อยอดพัฒนาเพิ่มเติมในอนาคต เช่นการเชื่อมต่อกับระบบแจ้งเตือนผ่านแอปพลิเคชัน
การบันทึกประวัติผู้เข้าใช้งาน หรือการเพิ่มรูปแบบการยืนยันตัวตนร่วมกับเทคโนโลยีอื่น
เพื่อเพิ่มประสิทธิภาพและความปลอดภัยให้ดียิ่งขึ้น
#pagebreak()
@@ -65,4 +88,32 @@
= Abstract
#i This project
#i This project aims to study and apply NFC technology for identity
verification, design and create tools for performing authorization, prevent
invasion from an unauthorized personnel, and enhance the convenience of mobile
phone authentication. The focus is on creating a system that is simple, fast,
reliable, and suitable for practical application.
#i The project began by studying the operating principles of NFC sensors and
related microcontrollers. Then, the circuit and structure of the device were
designed accordingly. The developers developed a system capable of reading data
from registered mobile devices or NFC cards. When a device is scanned, the
system verifies the data against a database. If the data is correct, access is
granted immediately. If incorrect, the system denies access to prevent
unauthorized entry.
#i Furthermore, the device's performance was tested in several aspects, such as
its ability to read NFC data from various devices, the sensor's operating range,
verification accuracy, and system stability. The test results showed that the
developed tool can function as intended, accurately verifying identities,
processing data quickly and effectively reducing the potential for intrusion by
unauthorized individuals.
#i From the project's results, it can be concluded that the developed NFC
authentication tool can be applied in various security applications, such as
controlling access to classrooms, dorm rooms, residences, or places requiring
restricted access. This project therefore represents a pathway for developing a
low-cost, easy-to-use security system that can be further improved upon in the
future, such as connecting to an application-based notification system,
recording user history, or adding authentication methods with other technologies
to enhance efficiency and security.