NFC Tag Stickers for Plants: Care Logs and Watering Reminders
A blank NFC sticker and one automation is all it takes to stop forgetting to water your plants. Here's how the tap-to-log workflow actually works, which tag to buy, where placement goes wrong, and how to add a human-readable care note with NFCore.
Quick answer
Stick a blank NFC tag on a pot, tap it right after you water, and a phone automation logs the timestamp and reminds you when the next watering's due. No app to open, no notebook to update. The hardware side is almost trivial — an NTAG213 sticker has more than enough memory for a trigger-only tag, since the automation reads the tag's identifier rather than anything stored on it. Below: setting the automation up on iPhone and Android, the placement mistakes that make tags stop reading, and how to layer a human-readable care note on top with NFCore.
Step-by-step: setting up a tap-to-log watering routine
Pick and place the tag
Any adhesive NFC sticker works, but NTAG213 and NTAG215 are the two you'll actually find in multi-packs. NTAG213 holds 144 bytes of user memory; NTAG215 holds 504. Plenty either way if all you need is a trigger, so buy whichever's cheaper unless you're planning to write a longer note later. Stick it on the outside of the pot, or on a plastic plant marker pushed into the soil. Avoid metal plant stakes and metal-rimmed pots — NFC tags don't read reliably through metal, and that's the single most common reason a "broken" tag is really just in the wrong spot.
Wire up the automation
On iPhone, open Shortcuts, create a Personal Automation, and choose the NFC trigger. Scanning the tag once binds the automation to that tag's identifier — after that, a blank sticker is fine, since the automation ignores whatever is or isn't written to it. Have the shortcut log the current date and time. One workable pattern logs it to a Home Assistant helper and lets a separate automation notify you once a set number of days has passed.
Android handles this a little differently. Its Tag Dispatch System can launch a specific app directly from a tag's NDEF content, so you can write a tag that opens a plant-tracking app the moment you tap it. Neither platform wins outright — iPhone needs zero NDEF writing to work, while Android needs a written record but skips the separate automation-builder step.
Common problems and fixes
Most plant-tag failures come down to placement, not the tag itself. A tag stuck to metal — a stake, a decorative metal pot — usually won't read at all. One that's been peeled off and re-stuck somewhere else tends to get unreliable fast, so treat placement as a one-time decision. Reinforcing a tag with duct tape or heavy laminate can block the antenna just as effectively as metal does; grab a thin, NFC-rated cover instead if you want extra protection.
Outdoor pots and plants watered from above raise a different question: durability. A basic sticker handles incidental splashing and a rainstorm or two just fine, but it isn't built for constant soaking. If a plant lives outside year-round, it's worth stepping up to a tag rated for the exposure rather than replacing a cheap one every few months.
Doing this on NFCore specifically
Everything above only needs a blank tag and your phone's built-in automation tools. NFCore's job is the layer on top: writing an NDEF text or URL record onto the same tag so anyone who taps it — not just your phone with its saved automation — can read the plant's name, watering schedule, or a link to a longer care guide. Write it once, and it stays on the tag independent of whichever automation you build around it. Tagging a whole collection? NFCore is free to try on iOS and Android and handles the writing side of both the trigger tag and any notes attached to it.
Frequently Asked Questions
Do I need to write anything on the NFC tag for a watering reminder to work?
No. A Shortcuts NFC automation binds to the tag's identifier the first time you scan it — what's written on the tag afterward doesn't matter. A blank sticker works as a trigger; you'd only add an NDEF record for a human-readable note.
Which NFC tag should I buy for plant tags — NTAG213, NTAG215, or NTAG216?
For a pure trigger, NTAG213's 144 bytes is already enough, so buy the cheapest one. Step up to NTAG215 or NTAG216 only if you also want to store a longer note — a plant's name, species, or care instructions.
Can I put an NFC tag directly on a metal plant marker or stake?
No. NFC tags don't read reliably through metal. Use a plastic, ceramic, or wood marker instead, and keep the tag uncovered rather than reinforcing it with tape.
Will an NFC plant tag survive watering and outdoor humidity?
A plain sticker tolerates incidental splashing and short-term rain reasonably well, but isn't built for constant soaking. For pots watered heavily or kept outdoors long-term, choose a tag rated for that exposure.
Does this work the same way on Android as it does on iPhone?
Not quite. iPhone ties the automation to the tag's identifier and ignores what's stored on it. Android can also read a tag's NDEF content to deep-link straight into a specific app, opening a tracking app on tap instead of firing a generic automation.
Conclusion
A plant tag is about as simple as NFC projects get: one blank sticker, placed somewhere that isn't metal, paired with a single automation, and you've replaced the mental math of remembering when you last watered anything. The NDEF-writing side — a name, a note, a care-guide link — is a genuinely separate step you can add whenever you want, not a prerequisite for the logging to work. Start with one plant, get the placement and reminder interval right, and the rest of the collection is just repeating the same five minutes.