-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
Not sure if this project is still active, stuck how to troubleshoot timeout error.
Setup is working with python code and setup
I did figure out to update nrstpd to 25 based on above setup.
Error I am seeing when running
require 'mfrc522'
require 'securerandom'
r = MFRC522.new(25)
begin
r.picc_request(MFRC522::PICC_REQA)
uid, sak = r.picc_select
puts "uid: #{uid}"
rescue CommunicationError => e
abort "Error communicating PICC: #{e.message}"
endError communicating PICC: status_picc_timeout
Metadata
Metadata
Assignees
Labels
No labels