Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

multiple RFID 552 scanners problem #263

Closed
propiro opened this issue Nov 27, 2016 · 6 comments
Closed

multiple RFID 552 scanners problem #263

propiro opened this issue Nov 27, 2016 · 6 comments
Labels
hardware 🔌 not a problem with the software need_feedback ↩️ awaiting feedback from people

Comments

@propiro
Copy link

propiro commented Nov 27, 2016

Hello,
While using this library, im getting really weird results. I must connect 5 scanners to one arduino. My scanners share MISO SCK MOSI and power lines, and when i connect 1 or 2, they work as expected, but when i connect 3,4,5, all of them stop working - only if i disconnect MISO lines of any 3 of them, it'll make other two work.
At this point im clueless, i've tried using voltage of 3.3, 5v, using 5 to 3.3v stabilizers, basically anything i can thing of. I've tried two MEGA arduinos, one leonardo and one UNO, on all of them i have similiar problem.

https://nopaste.linux-dev.org/?1120284
here is code, from multireader example, with added 5 scanners.

@simbadMarino
Copy link

simbadMarino commented Nov 27, 2016 via email

@Rotzbua
Copy link
Collaborator

Rotzbua commented Nov 27, 2016

maybe duplicate of #191 and #227

@Rotzbua
Copy link
Collaborator

Rotzbua commented Nov 27, 2016

In general my experience with spi:

  • breadboard + long connector cables -> issues
  • breadboard + >=2 devices -> issues

Try:

  • shorten connection between Arduino and devices
  • use a soldered prototype instead of a breadboard

or

  • Arduino mega has more than one hardware spi -> use them -> modify library (I have no clue how)

The correct way to use multiple devices is to use a multiplexer. (see #191 (comment))

@Rotzbua Rotzbua added the hardware 🔌 not a problem with the software label Nov 27, 2016
@Rotzbua
Copy link
Collaborator

Rotzbua commented Dec 23, 2016

@propiro Did you solved your problem? Can you share your experience with us? Otherwise I will close this issue within 14 days. Thanks.

@Rotzbua Rotzbua added the need_feedback ↩️ awaiting feedback from people label Dec 23, 2016
@propiro
Copy link
Author

propiro commented Dec 24, 2016 via email

@Rotzbua
Copy link
Collaborator

Rotzbua commented Dec 24, 2016

@propiro Cool! Thanks for sharing your knowledge with us. Merry Christmas.

@Rotzbua Rotzbua closed this as completed Dec 24, 2016
Rotzbua added a commit that referenced this issue Jan 19, 2017
mention problems and solutions with multiple reader like #191 #263 #277
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
hardware 🔌 not a problem with the software need_feedback ↩️ awaiting feedback from people
Projects
None yet
Development

No branches or pull requests

3 participants