AI:DR
A PCB business card with a batteryless LED, powered by the phone that taps it
11–20 of 33 posts
Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#12AI:DR
Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#13Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#14Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#15Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#16Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#17Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#18Re: A PCB business card with a batteryless LED, powered by the phone that taps it
#19Author 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…
That made the post? Everything in your comment is in the post, AI summaries aren't very popular. > I designed the whole board as code, which I’d recommend to anyone who, like me, finds dragging traces around with a mouse maddening. KiCad—the free PCB tool—has a Python API, so the entire card is generated by a script.