logoalt Hacker News

A PCB business card with a batteryless LED, powered by the phone that taps it

60 pointsby thekevintanglast Tuesday at 8:46 PM19 commentsview on HN

Comments

Neywinyyesterday at 11:05 PM

We just did this https://news.ycombinator.com/item?id=49478426 this is starting to become the risc v of fpga resumes. It's certainly work and making anything that exists and works even somewhat is commendable but it's getting played out

taylorhoutoday at 3:47 AM

is it possible to do this with a wearable? say jewelry? i've been fascinated with the whole digital to physical world dislocation and this inspires me to dust off an old idea of around the world "collecting" passport stamps but the only way to actually collect them is by a physical tap. similarly, i can see jewelry that lights up upon being tapped by a phone or together. fun

mahirsaidtoday at 4:25 AM

2nd one this week on this site. must be a trend or something?

hexapustoday at 12:05 AM

AI:DR

show 2 replies
jppopetoday at 12:31 AM

one of the coolest things I've ever seen

fabioyytoday at 12:13 AM

website is down

thekevintanglast Tuesday at 8:50 PM

Author here. One thing that didn't make it into the post: there are no hand-drawn traces on this board. I find mouse-driven PCB layout maddening, so the whole card is a Python script driving KiCad's API—antenna coil, lettering, everything. Retuning the antenna meant changing one number and re-running the script, which as a hardware novice was the difference between finishing this and giving up.

The chip is NXP's NTAG I2C Plus. I picked it for the energy-harvest pin (that's what lights the LED) and only realized later that it ships without NDEF formatting—which is why every consumer NFC app refused to touch it. Sending it raw write commands through Core NFC turned out to be much less scary than I expected: the part that matters is about 60 lines of Swift.

I still can't get over JLCPCB assembling ten of these for about $75.

show 3 replies