NFCMessageBoard

NFCMessageBoard

Share messages via NFC tags

mofosyne Connectivity

Description

Proof of concept for a localized message system.

It is quite simple, and does the job of reading and writing to any plain text
NFC tags. At a minimum you are recommended to use an NTAG216 that gives you
approximately 800 bytes of writeable memory.

It also has the advantage of being relatively private means of communicating
(even if it runs the issue of spoofing), since it is essentially a dead drop
system.

Potential Uses:

* Geo Cache GuestBook
* Ingress Local Message Store

Features:

* Reads Plain Text
* Write and prepends a message to a Plain Text Tag
* UTF-8 support, so can show emoticon.
* Links, email, map address are autolinked

Versions

Version Date Size Requires Android Download
4.0 current
32f824c91957cf05…
2025-02-16 2.3 MB API 19
3.2
43f1930ddfe3588b…
2016-11-17 1.0 MB API 10
3.1
e254a33e557625d7…
2016-11-11 1.0 MB API 10

Permissions

What the app asks the system for. Android only grants sensitive access after you confirm it.

  • NFCExchange data via near field communication.
  • VibrationControl the vibration alert.

Comments