No description
Find a file
Thomas Flummer d91d25560e Add readme
2023-07-12 20:11:25 +02:00
IMAGES Add readme 2023-07-12 20:11:25 +02:00
io_expander Added schematics as PDF files 2023-06-25 17:28:33 +02:00
nfc_card_emulation_large Added schematics as PDF files 2023-06-25 17:28:33 +02:00
nfc_reader Added schematics as PDF files 2023-06-25 17:28:33 +02:00
.gitignore
LICENSE
README.md Add readme 2023-07-12 20:11:25 +02:00

BornHack 2023 NFC Badges

BornHack 2023 NFC Badges

With this years badges, we are taking a look at NFC. There will be two badges, one that is a tag (using the NXP NTAG I2C Plus chip), and another with an NFC reader (using NXP PN7150), that can also do card emulation.

The reader badge sports an RP2040 dualcore Cortex M0+ microcontroller from Raspberry Pi and 16MB of Quad SPI flash for code and data files, to handle USB connection and general application control.

The reader badge will come with CircuitPython preloaded, for a very low barrier of entry, all you need is a USB-C cable, and your favourite texteditor and you are ready for NFC hacking.

CircuitPython restore file

If you flash the board with something else and want to get back to CircuitPython, you can bring the badge into the UF2 bootloader by holding the BOOT button and pressing RESET (you can also hold BOOT when powering on). The badge will then show up as a mass storage device called something like RP2-? which is the build in bootloader and you simply copy over the firmware.uf2 file from the root of this repository. The badge will reboot, and you are then back to CircuitPython

The original python files that was on the badge when handed out are in the cp-init branch

Designed in KiCad v7

This board is designed in KiCad v7. To open the project, you will need to install a recent release version or one of the nightly builds, KiCad v5 og v6 won't open this design. The reader schematic as a PDF and the tag schematic as a PDF are included for reference.

Projects running on the badge

Feel free to submit a PR adding on to this list with your project that runs on the badge.

  • project name and linkto more info

License

The contents of this repository is released under the following license: