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

kevin.md

47 points by thekevintang 2 days ago


Neywiny - 4 hours ago

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

hexapus - 3 hours ago

AI:DR

jppope - 2 hours ago

one of the coolest things I've ever seen

chews - 4 hours ago

at least https://news.ycombinator.com/item?id=49478426 shared a github.

fabioyy - 2 hours ago

website is down

thekevintang - 2 days ago

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.