Skip to content

Commit

Permalink
yutaro hack card (multi NFC) (#280)
Browse files Browse the repository at this point in the history
* added yutaro buisness card

* added json svhematic file
  • Loading branch information
yutarour authored Dec 21, 2023
1 parent fa817c8 commit 1d530ef
Show file tree
Hide file tree
Showing 7 changed files with 732 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projects/Yutaro's NFC buisness card/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: "Yutaro Urata"
slack_handle: "@Yutaro U."
github_handle: "@yutarour"
tutorial: https://jams.hackclub.com/jam/hacker-card
# Heavily modified, but uses same NFC chip
---

# Multi NFC Buisness card

<!-- Describe your board in 2-3 sentences. What are you making? What will it do? -->
## Description:
- This project is a modified version of the original hack clib buisness card. However, I have added dip switches so that the antenna can be switched between multiple chips, giving multiple possible nfc card on one card. One profile can store phone contacts, one can store a URL to the github profile, and so on.
<!-- How much is it going to cost? -->
## Cost:
- This project will cost: **$56.66 USD**
<!-- Tell us a little bit about your design process. What were some challenges? What helped? ***Totally optional*** -->

## Challenges:
- The tutorial itself was very easy to understand and implement; however figuring out if the DIP switches were capable of having NFC data pass through them was quite annoying as no sources had any documentation on whether these could actually switch NFC frequencies. I did some tests with a NFC chip and some DIP switches, and my phone didn't have any problem reading the chip. I concluded that DIP switches could indeed switch NFC frequencies.
Binary file added projects/Yutaro's NFC buisness card/bom.csv
Binary file not shown.
Binary file added projects/Yutaro's NFC buisness card/cart.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added projects/Yutaro's NFC buisness card/gerber.zip
Binary file not shown.
Binary file added projects/Yutaro's NFC buisness card/schematic.pdf
Binary file not shown.
579 changes: 579 additions & 0 deletions projects/Yutaro's NFC buisness card/src/design.json

Large diffs are not rendered by default.

133 changes: 133 additions & 0 deletions projects/Yutaro's NFC buisness card/src/schema.json

Large diffs are not rendered by default.

0 comments on commit 1d530ef

Please sign in to comment.