nRF52 TOTP(Time-based One-Time Password) 소스 코드:
아두이노용 TOTP 코드가 있어서 nRF52 용으로 변환을 해봤다.
https://blog.naver.com/chandong83/222040663962
nRF52 TOTP(Time-based One-Time Password) 소스 코드
아두이노용 TOTP 코드가 있어서 nRF52 용으로 변환을 해봤다.아래의 코드는 TOTP에서 사용하는 h...
blog.naver.com
아두이노 코드:
https://github.com/lucadentella/TOTP-Arduino
lucadentella/TOTP-Arduino
Contribute to lucadentella/TOTP-Arduino development by creating an account on GitHub.
github.com
Epoch Unix Time Stamp Converter
https://www.unixtimestamp.com/index.php
Unix Time Stamp - Epoch Converter
What is the unix time stamp? The unix time stamp is a way to track time as a running total of seconds. This count starts at the Unix Epoch on January 1st, 1970 at UTC. Therefore, the unix time stamp is merely the number of seconds between a particular date
www.unixtimestamp.com
'개발 이야기 > nRF 노르딕 개발' 카테고리의 다른 글
잘 사용하던 nRF52832 DK 보드 J Link가 동작하지 않는 문제가 발생시 대처방법 (0) | 2020.09.02 |
---|---|
Jlink V8 펌웨어(시리얼(SN) 번호 있는 파일) 다운로드 방법 (0) | 2020.09.02 |
nRF52 DFU / 생산용 DFU 프로그램을 만들어야 (0) | 2020.09.01 |
nRF52 DFU Bootloader로 외부 MCU 업데이트하는 방법 설명 (0) | 2020.08.31 |
nRF52 Secure Bootloader 용 DFU 패키징 하기 (0) | 2020.08.31 |