Bragir

About

Username
Bragir
Joined
Visits
1
Last Active
Roles
Member

Reactions

Comments

  • There is a microblock library for the card reader

    press the + at Libraries, under []Sensing there is a RDFI RC522 library you can add.

    And in the project book you can find the wiring description project 2.20 Confirming door.

    (th…

  • this is the part code to find the id of the card from the book page 172


    from machine import Pin, SPI

    from mfrc522 import MFRC522

    sck = Pin(18, Pin.OUT)

    mosi = Pin(19, Pin.OUT)

    miso = Pin(16, Pin.OUT)

  • Was trying out the Confirming door project and it dosn't work (or at least the micropython version don't work)

    It says no module named 'mfrc522'.

    How do you add that module in micropython

Avatar

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!