Page 1 of 1

Can't get PN532 and NEO air To work

Posted: Tue Feb 02, 2021 9:20 pm
by fnec
Hi everyone,

I try to set up a PN532 (correctly set to HSU mode) module on a NanoPi Neo Air with UART.

I'm using a 3.3V output, ground, and UART1_TX/GPIOG6 connected to PN532 Rx and UART1_RX/GPIOG7 connected to PN532 Tx.

I'm trying to read serial with :

Code: Select all

cat /dev/ttyS1
(I've tried S0,S1,S2)

or with :

Code: Select all

./comtest -d /dev/ttyS1 -s 115200


But got no output.

How can I read data from this UART ?

Thanks a lot !

Re: Can't get PN532 and NEO air To work

Posted: Mon Feb 08, 2021 7:28 pm
by igorp
fnec wrote:
Hi everyone,

I try to set up a PN532 (correctly set to HSU mode) module on a NanoPi Neo Air with UART.

I'm using a 3.3V output, ground, and UART1_TX/GPIOG6 connected to PN532 Rx and UART1_RX/GPIOG7 connected to PN532 Tx.

I'm trying to read serial with :

Code: Select all

cat /dev/ttyS1
(I've tried S0,S1,S2)

or with :

Code: Select all

./comtest -d /dev/ttyS1 -s 115200


But got no output.

How can I read data from this UART ?

Thanks a lot !


Did you enable UART1 ?

Re: Can't get PN532 and NEO air To work

Posted: Mon Feb 15, 2021 11:46 am
by fnec
Did you enable UART1 ?


All 3 UART are enabled.