CR95HF / ISO15693 / Hibernate mode
Hi,
I'm using a CR95HF NFC reader using the SPI. I have Hibernate mode problem
I'm sending a command :
CR95HF_Send(0x07, 14, 0x08, 0x04, 0x00 , 0x04 , 0x00, 0x18 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00 , 0x00);
If the tag is in the field then I can go into Hibernate mode
If the tag is not in the field then I cannot switch to the Hibernate mode.The generator remains on. Current consumption.
How to correctly switch the CR95HF to mode Hibernate? Thanks
From Ready state to Hibernate state and back to Ready state
In Hibernate state, most resources are switched off to achieve an ultra-low power
consumption.
The only way the CR95HF can wake-up from Hibernate state is by an external event (low
pulse on pin IRQ_IN).
A basic Idle command is:
>>>0x07 0E 08 04 00 04 00 18 00 00 00 00 00 00 00 00
