Skip to content

How to troubleshoot timeout error? #5

@jamoore5

Description

@jamoore5

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}"
end

Error communicating PICC: status_picc_timeout

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions