Robotistan / PicoBricks

Pico Bricks is a fantastic project development kit for STEM educators and makers of all levels
Other
69 stars 23 forks source link

NFC Smart door instructions are broken #19

Open evilhamsterman opened 1 year ago

evilhamsterman commented 1 year ago

The instructions for the NFC Smart door are wrong in several places

  1. It says the RST pin doesn't connect when using Microblocks but then in the Python and C code it specifies the RST pin as 15 and 26 respectively, which makes sense because the buzzer is on GP20
  2. Both the Python and C examples use an mfrc522 library, but there is no information on where to get the mfrc522 library. I found a Micropython library https://github.com/wendlers/micropython-mfrc522 but it doesn't support the Pico, someone has a fork that adds support but it doesn't work the way your code does. It handles setting up the SPI itself. I've looked and I can't find anything in your repo for it
evilhamsterman commented 1 year ago

Also it specifies setting the miso pin as Pin.OUT but that's the input pin.

mehmetalidag97 commented 1 year ago

Hello, an update has been made for NFC door. I kindly request you to try again. If you encounter any issues, please feel free to email me at mehmetali.dag@robotistan.com.