본문 바로가기

개발 이야기/임베디드 개발

아두이노 사용기 - RFID - RC522 모듈

728x90

아두이노 모듈로서 RFID 모듈인 RC522 를 다루기에 앞서

먼저 보면 좋을 좋은 링크를 공유합니다.

1. https://rasino.tistory.com/221?category=1038094 

2. https://rasino.tistory.com/221?category=1038094 

3. https://rasino.tistory.com/223?category=1038094 

 

 

추가로 하기 유용한 링크도 공유합니다.

;=> https://blog.naver.com/chandong83/220920789808

 

(추가1)

RC522 를 아두이노에서 동작시키는 영상을 공유합니다.

:=> https://www.youtube.com/watch?v=cFK87MJ96A8

위 링크 관련한 블로그는 하기와 같습니다.

:=> https://www.diyengineers.com/2021/04/15/learn-how-to-read-an-rfid-tag-with-rc522-and-arduino/

 

 

(추가2)

arduino firebase esp32 library 키워드로 아두이노 스케치와 ESP32 DevKit보드와

파이어베이스 실시간 데이타베이스를 연동하는 방법을 하기와 같이 공유합니다.

:=> https://www.youtube.com/watch?v=pwEBdsdUstM

위 영상 관련 description은 하기와 같습니다.

In this video I showed you how to connect esp32 wifi module with firebase.  you will learn to download and install firebase esp32 client library, installing esp32 board library, creating firebase project and connecting this project to esp32 wifi module.

Board link: https://dl.espressif.com/dl/package_esp32_index.json
copy and paste this board link in preference.
Board Name: Esp32 by espressif v1.0.6
cp210x DriverLink: https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers

Firebase esp32 client  library- 3.10.5 or latter

steps:
creating firebase project
Email authentication
Creating realtime database 
publishing rule
setup service account
finding API

 

 

 

 

그럼,

    공유합니다.