NFC 는 (NFC)Near Field Communication 의 약자로 두 장치가 서로 가깝게 통신할 수 있도록 합니다. NFC 태그(NFC tag) 는 NFC 기술(NFC technology) 을 사용하여 작업을 수행하도록 프로그래밍할 수 있는 종이와 같은 태그입니다 .
이전에 이 기술에 대해 들어본 적이 없다면 위의 내용이 너무 기술적으로 들릴 수 있지만 그렇지 않습니다. NFC 태그(NFC tag) 프로그래밍의 기본 사항을 배운 후에는 이를 사용하여 매일 수동으로 수행할 수 있는 여러 작업을 자동화할 수 있음을 알게 될 것입니다.
NFC 태그(NFC tag) 를 얻고 프로그래밍하는 데 특별한 기술이 필요하지 않습니다. Android 기기(Android device) 에서 앱을 사용하는 방법을 알고 있는 한 NFC 태그(NFC tag) 를 프로그래밍 하여 지정된 작업을 수행할 수 있습니다. 또한 이러한 NFC 태그 는 저렴하며 (NFC tags)Amazon 을 포함한 모든 주요 웹사이트에서 사용할 수 있습니다 . 다양한 작업을 수행할 수 있도록 이들 중 몇 가지를 얻을 수 있습니다.
NFC 태그 프로그래밍 요구 사항(Requirements For Programming An NFC Tag)
NFC 태그(NFC tags) 를 프로그래밍 하려면 충족해야 하는 특정 사항 또는 요구 사항이 있습니다. 이것들은 기본적인 것들이며 최신 가제트를 사용하는 한 괜찮습니다.
다음이 있어야 합니다.
- 아마존(Amazon) 에서 아주 싸게 살 수 있는 NFC 태그(NFC tag) .
- NFC 호환(NFC compatibility) 이 가능한 Android 기기(Android device) . 확인하려면 휴대전화 사양을 확인하세요.
- 태그를 프로그래밍하는 앱. Play 스토어(Play Store) 에 무료 앱이 있으므로 걱정할 필요가 없습니다.
최소 요구 사항을 충족하는지 확인한 후 다음 섹션으로 이동하여 NFC 태그(NFC tag) 에 데이터 쓰기를 시작합니다 .
Android 기기를 사용하여 NFC 태그에 데이터 쓰기(Writing Data To An NFC Tag Using Your Android Device)
NFC 태그(NFC tag) 를 프로그래밍한다는 것은 기본적으로 수행하려는 작업을 태그에 쓰는 것을 의미합니다. 이는 기기에서 다운로드하여 사용할 수 있는 Play 스토어 의 무료 앱을 사용하여 수행됩니다.(Play Store)
- 가장 먼저해야 할 일은 장치에서 NFC 옵션(NFC option) 을 활성화하는 것입니다. 그렇게 하려면 설정(Settings) 앱을 열고 Bluetooth 및 장치 연결 을 탭하고 (Bluetooth & device connection)연결 기본 설정(Connection preferences) 을 선택한 다음 마지막으로 NFC 토글을 ON 위치로 돌립니다.
위에 표시된 정확한 메뉴에서 옵션을 찾을 수 없는 경우 다른 메뉴가 있는지 확인하기 위해 내부를 살펴보고 싶을 수 있습니다. 옵션의 위치는 사용하는 장치에 따라 다릅니다.
- NFC가 활성화되면 기기에서 Google Play 스토어 를 실행하고 (Google Play Store)Trigger 라는 앱을 검색하여 기기에 앱을 설치합니다.
- 새로 설치된 앱을 실행합니다. 열리면 먼저 새 트리거를 만들어야 합니다. 이것은 오른쪽 하단 모서리 에 있는 +
- 다음 화면에서 트리거를 생성할 수 있는 옵션을 찾을 수 있습니다. 탭해야 하는 옵션을 NFC 라고 하며 (NFC)NFC 태그(NFC tag) 를 탭할 때 작업을 수행할 수 있습니다 .
- NFC를 탭한 후 다음 화면에서 다음을 탭하여 태그 프로그래밍을 계속합니다 .(Next)
- 다음 화면에서 태그에 제한 사항을 추가할 수 있습니다. 여기에서 태그 실행이 허용되는 조건을 정의할 수 있습니다. 옵션을 지정했으면 완료(Done) 를 탭 합니다.
- 이제 NFC 트리거(NFC trigger) 가 준비되었습니다. 태그를 탭할(s tapped) 때 선택한 작업을 수행하도록 태그에 작업을 추가해야 합니다 . 다음(Next) 을 탭 하여 수행합니다.
- 태그에 추가하여 수행할 수 있는 다양한 작업을 찾을 수 있습니다. 예를 들어, 블루투스 토글(Bluetooth toggle) 옵션을 사용하여 태그를 탭할 때 블루투스(Bluetooth) 를 켜고 끌 것입니다. 완료되면 다음(Next) 을 누르 십시오 .
- 다음 화면에서 작업을 추가로 사용자 지정할 수 있습니다. 블루투스(Bluetooth) 를 토글하고 싶기 때문에 드롭다운 메뉴에서 토글(Toggle) 을 선택 하고 작업에 추가를(Add to Task) 탭합니다 .
- 이제 목록에 추가한 모든 작업을 볼 수 있습니다. 원하는 경우 상단 의 +이렇게 하면 태그가 한 번에 둘 이상의 작업을 수행하게 됩니다. 그런 다음 계속 하려면 다음 을 탭하세요.(Next)
- 다음 화면 에서 완료 를 누릅니다.(Done)
- 다음은 실제로 데이터를 태그에 쓰는 주요 부분입니다. NFC 태그(NFC tag) 를 NFC 위치(NFC location) 근처 (일반적으로 후면 카메라 근처)에 놓으면 앱이 자동으로 태그에 작업을 기록합니다.
- 태그가 성공적으로 프로그래밍되면 성공 메시지(success message) 를 받게 됩니다.
이제부터 휴대전화를 NFC 태그(NFC tag) 에 탭할 때마다 기기에서 미리 정의된 작업을 수행합니다. 위의 경우 휴대폰 에서 Bluetooth 기능 을 토글합니다.(Bluetooth functionality)
편리한 위치에 이러한 태그를 붙일 수도 있고 휴대전화를 탭하여 작업을 실행하기만 하면 됩니다.
Android에서 NFC 태그를 지우는 방법(How To Erase An NFC Tag On Android)
다른 작업에 태그를 사용하려는 경우 태그 의 기존 데이터를 지워서(erasing the existing data on it) 사용할 수 있습니다 . 원하는 만큼 NFC(NFC) 태그를 프로그래밍할 수 있으며 원하는 경우 쉽게 포맷할 수 있습니다.
- 장치 에서 (device and launch)NFC 옵션(NFC option) 을 활성화하고 Trigger 앱 을 실행 합니다 .
- 왼쪽 상단 모서리에 있는 세 개의 가로선을 탭하고 기타 NFC 작업 (Other NFC Actions)을 선택(corner and select) 합니다.
- 다음 화면에서 Erase tag(Erase tag) 라는 옵션을 찾을 수 있습니다 . 그것을 탭하여 선택하십시오.
- 프로그래밍 할 때와 마찬가지로 NFC 태그 를 휴대폰에 배치합니다.(NFC tag)
태그가 지워지면 알림을 받게 됩니다. 대부분의 경우 즉시 발생합니다.
프로그래밍 가능한 NFC 태그의 사용(Uses Of a Programmable NFC Tag)
NFC 태그 를 처음 사용하는 경우 태그 사용 용도에 대해 몇 가지 제안을 해주시면 감사하겠습니다.
- 게스트가 귀하의 WiFi(WiFi) 에 자동으로 연결할 수 있도록 하는 WiFi NFC 태그(WiFi NFC tag) 를 만드 십시오 .
- (Create)알람 용 NFC 태그 를 만들어 (NFC tag)알람 앱 을 엉망으로 (alarm app)만들 필요가 없습니다 .
- 사람들의 장치를 무음 모드로 전환하는 회의실(conference room) 태그를 만드십시오 .
- 연락처에 있는 특정 사람에게 전화를 걸도록 태그 프로그래밍
How To Program NFC Tags Using Android
NFC stands fоr Near Fіeld Communication and it allows two devices held closely to communicate with each other. An NFC tag is a paper-like tag that can be programmed to do your tasks using the NFC technology.
If you haven’t heard of this technology before, the above might sound a bit too technical to you, but it’s not. Once you’ve learned the basics of programming an NFC tag, you’ll find that you can use it to automate a number of your tasks that you may be doing manually every day.
Getting an NFC tag and programming it doesn’t require any special skills. As long as you know how to use an app on your Android device, you can program an NFC tag to do your specified tasks. Also, these NFC tags are inexpensive and available on all the major websites including Amazon. You can get a few of these for you so they can perform various tasks for you.
Requirements For Programming An NFC Tag
In order to program NFC tags, there are certain things, or requirements that you must meet. These are basic ones and as long as you use modern gadgets, you should be just fine.
You must have:
- An NFC tag which can be bought very cheaply on Amazon.
- An Android device with NFC compatibility. Check your phone’s specifications to confirm.
- An app to program your tags. There’s a free app on the Play Store so you don’t need to worry about it.
Once you’ve confirmed you meet the minimum requirements, head onto the following section to start writing data to your NFC tag.
Writing Data To An NFC Tag Using Your Android Device
Programming an NFC tag basically means writing the actions you want to perform to your tag. This is done using a free app from the Play Store that you can download and use on your device.
- The first thing you’ll need to do is enable the NFC option on your device. To do it, open the Settings app, tap on Bluetooth & device connection, select Connection preferences, and finally turn the toggle for NFC to the ON position.
If you don’t find the option in the exact menu shown above, you might want to look inside other menus to see if it’s there. The location of the option varies by the device you use.
- When NFC is enabled, launch the Google Play Store on your device, search for the app named Trigger, and install the app on your device.
- Launch the newly installed app. When it opens, you’ll need to first create a new trigger. This can be done by tapping on the + (plus) sign at the bottom-right corner.
- On the following screen, you’ll find the options you can create triggers for. The option you need to tap on is called NFC as this is what allows you to perform an action when an NFC tag is tapped.
- After tapping NFC, tap on Next on the following screen to continue to program your tag.
- The screen that follows lets you add restrictions to your tag. Here you can define the conditions when your tag is allowed to run. Tap on Done when you’ve specified the options.
- Your NFC trigger is now ready. You now need to add an action to it so that your tag performs your chosen action when it’s tapped. Tap on Next to do it.
- You’ll find various actions you can add to your tag for it to perform. As an example, we’ll be using the Bluetooth toggle option so that Bluetooth is turned on/off when the tag is tapped. Hit Next when you’re done.
- You can customize the action even further on the following screen. Since we want to toggle Bluetooth, we’ll choose Toggle from the dropdown menu and tap on Add to Task.
- You can now see all the actions you’ve added to the list. If you want, you can more actions by tapping the + (plus) sign at the top. This’ll make your tag do more than one task at a time. Then tap on Next to continue.
- Tap on Done on the following screen.
- Here comes the main part where you actually write the data to your tag. Place your NFC tag near the NFC location (usually near the rear camera) and the app will automatically write your actions to your tag.
- You’ll get a success message when the tag is successfully programmed.
From now on, whenever you tap your phone to your NFC tag, it’ll perform the predefined actions on your device. In our case above, it’ll toggle the Bluetooth functionality on our phone.
You can even stick these tags somewhere convenient and then all you need to do is tap your phone at them to run your tasks.
How To Erase An NFC Tag On Android
If you want to use your tag for any other task, you can do so by erasing the existing data on it. You can program NFC tags as many times as you want and it’s pretty easy to get them formatted if you wish to do it.
- Enable the NFC option on your device and launch the Trigger app.
- Tap on the three horizontal-lines at the top-left corner and select Other NFC Actions.
- On the following screen, you’ll find an option that says Erase tag. Tap on it to select it.
- Place your NFC tag on your phone like you did when you were programming it.
You’ll get a notification when your tag is erased. It’s instant in most cases.
Uses Of a Programmable NFC Tag
If this is your first time using NFC tags, we know you’ll appreciate some suggestions as to what to use them for
- Create a WiFi NFC tag that lets your guests automatically connect to your WiFi.
- Create an NFC tag for an alarm so you don’t need to mess with the alarm app.
- Make a tag for your conference room that puts people’s devices in silent mode.
- Program a tag to call someone specific in your contacts