i'm new to nfc cards and i have an end of studies project to develop a mobile app to read residece cards that are nfc enabled, these cardsd are PACE only ISO/IEC 7816-4 compatible ISO/IEC 14443-4 (Type A) compatible nfc cards that is
lds version 1.7i'm using flutter and a github library called dmrtd by ZeroPass and i was getting these logs
I/flutter (20626): 👉 SEND: 00a4040c07a000000247100100
I/flutter (20626): 👈 RECV: 9000
I/flutter (20626): 👉 SEND: 00a4020c02011d
I/flutter (20626): 👈 RECV: 9000
I/flutter (20626): 👉 SEND: 00b0000000
I/flutter (20626): 👈 RECV: 6982
so i am able to select the AID and select the ef card access but i am unable to read the ef card acess because it's protected which i need to extract data from the data groups dg1, dg2, using the library and other google search i'm seeing that to initate PACE i need to read the ef card access but i cant due to it being protected and need pace to read it.
can anyone help with this and explain to me how to initaite the pace so i can extract the data i need?
Thank you