<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>nfc Archivy - Locus Map - mobile outdoor navigation app</title>
	<atom:link href="https://www.locusmap.app/tag/nfc/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.locusmap.app/tag/nfc/</link>
	<description>Multi-functional mobile outdoor navigation app for hiking, cycling, geocaching, sailing, flying and other sports activities and traveling</description>
	<lastBuildDate>Fri, 18 Feb 2022 12:11:18 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	

<image>
	<url>https://www.locusmap.app/wp-content/uploads/2021/03/cropped-ikona-new-vektor-final-512-32x32.png</url>
	<title>nfc Archivy - Locus Map - mobile outdoor navigation app</title>
	<link>https://www.locusmap.app/tag/nfc/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>NFC ends in Locus. But Locus doesn&#8217;t end with NFC!</title>
		<link>https://www.locusmap.app/locus-doesnt-end-with-nfc/</link>
		
		<dc:creator><![CDATA[Michal, Locus team]]></dc:creator>
		<pubDate>Mon, 19 Aug 2019 06:38:38 +0000</pubDate>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[macrodroid]]></category>
		<category><![CDATA[nfc]]></category>
		<category><![CDATA[tasker]]></category>
		<guid isPermaLink="false">https://www.locusmap.app/?p=12000</guid>

					<description><![CDATA[<p><img width="300" height="200" src="https://www.locusmap.app/wp-content/uploads/nfc01-300x200.jpeg" class="attachment-medium size-medium wp-post-image" alt="" decoding="async" srcset="https://www.locusmap.app/wp-content/uploads/nfc01-300x200.jpeg 300w, https://www.locusmap.app/wp-content/uploads/nfc01.jpeg 700w" sizes="(max-width: 300px) 100vw, 300px" /></p>
<p><img src="https://www.locusmap.app/wp-content/uploads/nfc01.jpeg" alt="" width="700" height="466" class="aligncenter size-full wp-image-12006" /></p>
<h2>Rise and fall of NFC in Locus</h2>
<p><strong>NFC</strong> (<a href="https://en.wikipedia.org/wiki/Near-field_communication" rel="noopener" target="_blank">Near Field Communication</a>) started to gain popularity some time in 2014 when Google and Apple introduced their wireless payment services based on this technology. In the same year we added support of NFC into Locus Map.</p>
<p>The main idea was to simplify and quicken some repeating operations like setting something up, switching ON/OFF, etc. An NFC tag on a bike handlebar triggering track recording was the typical goal.</p>
<p>Unfortunately, the capacity of NFC tags was very low and taking their price into account, NFC in Locus was used very rarely. Therefore, we resolved to remove it from Locus Map.</p>
<h2>But NFC is not dead!</h2>
<p>That's right, it is possible to use an NFC tag to trigger a complex action like launching Locus Map, selecting a Preset and starting track recording:</p>
<h3>Action tasks</h3>
<p>In 2018, we introduced <strong>Action tasks</strong>, an alternate concept of controlling Locus Map via <a href="https://developer.android.com/guide/components/broadcasts" rel="noopener" target="_blank">Broadcast intents</a>. All possibilities of the concept are documented in our <a href="https://github.com/asamm/locus-api/wiki/Action-tasks-(Broadcasts)" rel="noopener" target="_blank">Locus API repository</a>. With this method, one application is able to send data (text, numbers...) to another application. Locus Map is able to catch such intent and do what the other app requires. <a href="https://medium.com/@menion.asamm/action-tasks-in-action-cf11125d1619" rel="noopener" target="_blank">More info about creating Action tasks >></a></p>
<h3>Tasks are for the Tasker (or MacroDroid)</h3>
<p>To execute a string of tasks, we need an auxiliary. This can be for example <strong><a href="https://play.google.com/store/apps/details?id=net.dinglisch.android.taskerm" rel="noopener" target="_blank">Tasker</a></strong> or <strong><a href="https://play.google.com/store/apps/details?id=com.arlosoft.macrodroid" rel="noopener" target="_blank">MacroDroid</a></strong>. Tasker is a very powerful tool but also a very complex and difficult to handle. MacroDroid is a bit more user friendly and for our purpose suitable enough. <a href="https://medium.com/@menion.asamm/action-tasks-macrodroid-24379492e1ee" rel="noopener" target="_blank">See how to create a MacroDroid Macro >></a></p>
<h3>Use NFC as the trigger</h3>
<p>So, we have the <strong>Action task</strong>, we know how to set up <strong>MacroDroid</strong>. Now we have to specify NFC as the trigger of the task string. </p>
<ul>
<li>long click on your macro > Edit</li>
<li>tap on Empty trigger > Delete</li>
<li>tap on + in Triggers > Device Events > NFC Tag > Write New Tag</li>
</ul>
<p><img src="https://www.locusmap.app/wp-content/uploads/nfc02.png" alt="" width="396" height="315" class="aligncenter size-full wp-image-12007" /><br />
And that's it! We know, all this sounds pretty geeky but finally, all the effort was worth it. Now, prepare your nice new waterproof NFC tag sticker, place it on your bike and get some riding!</p>
<p><em>based on <a href="https://medium.com/@menion.asamm" rel="noopener" target="_blank">Menion's articles at Medium</a></em></p>
<p>Článek <a href="https://www.locusmap.app/locus-doesnt-end-with-nfc/">NFC ends in Locus. But Locus doesn&#8217;t end with NFC!</a> se nejdříve objevil na <a href="https://www.locusmap.app">Locus Map - mobile outdoor navigation app</a>.</p>
]]></description>
		
		
		
			</item>
	</channel>
</rss>
