This repository was archived by the owner on Sep 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 8
Setup Hardware
Martin Karel edited this page Apr 19, 2021
·
4 revisions

As per blog.stigok.com
# PN532 module -> RPi physical pins
GND -> 6
VCC -> 4
SDA -> 3
SCL -> 5# switch -> RPi physical pins
# pull down resistor used
Switch+ -> VCC -> 4
Switch- -> GPIO_18 -> 12
-> resistor -> GND -> 6# indicator LED -> RPi physical pins
LED+ -> GPIO_22 -> 15
LED- -> GND -> 6# UV LED -> RPi physical pins
# current limiting resistor used
LED+ -> resistor -> VCC -> 4
LED- -> FET_D
FET_S -> GND -> 6
FET_G -> GPIO_27 -> 13All components need to share a common ground! Otherwise, damage will occur.
If you need more help with setting up the hardware for your own Box of Hope, check out out Hardware Setup Tutorial Video on YouTube.