Skip to content

NFC Smart door instructions are broken #19

@evilhamsterman

Description

@evilhamsterman

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions