Skip to main content
Associate III
October 11, 2023
Question

mulitple NFC03A1 boards and SW integration with RPi4

  • October 11, 2023
  • 1 reply
  • 1139 views

wanted suggestions on SW integration to handle 2/3 NFC03A1 boards with RPi4

HW SPI connections seems to be ok

on the SW side, how to handle multiple spi.

Pls advise 

This topic has been closed for replies.

1 reply

Brian TIDAL
Technical Moderator
October 11, 2023

Hi,

modify the various platform macros to dynamically handle 3 different configurations (mainly for IRQ_IN/IRQ_OUT and SPI) and just run 3 instances of the user space program (with a simple parameter on the command line for the configuration number). 

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.
venukrishAuthor
Associate III
October 17, 2023

when we build will this not throw link errors ? can you clarify command line parameter differentiating the instances ?

question was how will 2 readers detect the tags, what if both the readers detect, how do we differentiate..

we would like to create a shared lib , as this will be called from a application or html page mostly

Brian TIDAL
Technical Moderator
January 2, 2024

Hi,

can you describe in more details your application and how you plan to use the different readers?

Rgds

BT

In order to give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.