STM32 – TFT Display #1

  • Post author:
  • Post category:STM32

https://istarik.ru/blog/stm32/149.html ILI9341 드라이버 기반 디스플레이를 SPI 버스를 통해 stm32 마이크로컨트롤러에 연결합니다. 항상 그렇듯이 BluePill 보드에 대한 예가 만들어졌습니다. F3 시리즈 의 스톤을 가지고 계신 분들을 위한 주의사항 . 프로젝트 폴더에는 For_STM32F3 폴더가 있으며 여기 에는 하나의 파일이…

Continue ReadingSTM32 – TFT Display #1

STM32 – Wiegand

  • Post author:
  • Post category:STM32

https://istarik.ru/blog/stm32/144.html stm32에서 Wiegand와 함께 작업하기 위한 라이브러리. 나는 액세스 패널에 손을 댔고, DAHUA DHI-ASR1101A-D라는 이름의 카드 리더기 (그림) 이기도 합니다 . 같은 것도 있지만 버튼이 없고 카드리더기(DHI-ASR1100A-D)만 있고 그외 제조사도 별거 다 있습니다. 이러한…

Continue ReadingSTM32 – Wiegand

STM32-PT100-MAX31865

https://github.com/nimaltd/max31865 MAX31865 Library http://www.github.com/NimaLTD https://www.instagram.com/github.nimaltd/ https://www.youtube.com/@nimaltd This is the MAX31865 STM32 HAL Library Based on https://github.com/adafruit/Adafruit_MAX31865 How to use this Library: Select "General peripheral Initalizion as a pair of '.c/.h' file…

Continue ReadingSTM32-PT100-MAX31865