Project 004 - RFID reader with an Arduino UNO
- Charles Barrett
- Nov 2, 2019
- 1 min read
In this post I will detail the steps to take to build an RFID and Temperature andreader using an Arduino UNO.
Hardware:
1 ) Arduino Uno
2 ) RFID reader (PN532)
3) Temperature and Humidity sensor (DHT11)
3) Container for arduino uno , rfid reader , DHT11 and cables to connect the 3 together .
Steps :
1) Follow the steps in this pdf for RFID reader setup
https://dangerousthings.com/wp-content/uploads/PN532_Manual_V3-1.pdf
This includes the wire setup (RFID reader + Arduino)
Also Includes the Arduino code to run .
2) Follow these next steps from this website :
https://www.brainy-bits.com/dht11-tutorial/
This includes the wire setup (DHT11 + Arduino)
Also Includes the Arduino code to run .
Video Example of hardware in action :
*Note : The next 2 videos are videos that has some integration to Infor's SCE (WMS) solution which is not detailed in the steps above .
Comments