Hello,
We have received a PN7160/PN7161 evaluation board. The board seems unresponsive.
I wanted to know if the steps taken are correct, if something is missing, or if the board is dead.
We are using the Arduino shield provided.
Steps:
Step 1:
Initialize IOs
MISO <= SPI MISO (PIN 12)
MOSI <= SPI MOSI High to Low CPHA = false (PIN 11)
SCK <= SPI CLK normally high CPOL = true (PIN 13)
(SPI configuration: 100kHz, MSB first)
NSS <= output high (PIN 10)
VEN <= output low (PIN 7)
REQ <= output low (PIN 6)
IRQ <= input interrupt (PIN 8)
Step 2:
Enable the board
VEN <= high
Wait for 1s
Step 3:
Transmit NCI Core Reset command
NSS <= low
SPI send <= 0x7F 0x20 0x00 0x01 0x01
NSS <= high
Step 4:
Waiting for IRQ to go high
The IRQ pin remains low (checked with an oscilloscope)
Note:
The WAKEUP pin doesn't seem connected anywhere and remains unconnected (=0.2mV).
Thanks,
Themistoklis