Forum Replies Created
-
Re: Reply To: iOS license verification server down?
16. March 2023 at 11:17 in reply to: iOS license verification server down?Dear Rob, TapLinx community.
We have found out that there is a bug with Inspire Portal URL in the latest Taplinx iOS release. We are planning for a bug fix release asap.
Please excuse inconvenience caused.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Starting Development with TapLinx Android not on website
20. February 2023 at 13:21 in reply to: Starting Development with TapLinx Android not on websiteDear Oliver,
As of today all links are working. Please try again.
Best regards,
TapLinx
+ 0 | - 0
Re: Reply To: Can the NTAG424DNA cards be configured as read-only?
20. February 2023 at 13:15 in reply to: Can the NTAG424DNA cards be configured as read-only?Hello David,
Please note that Android Studio provides app builders with an integrated development environment (IDE) optimized for Android apps. Within IDE you can create an application and after, you can import TapLinx SDK into your application.
NTAG 424 DNA can be configured as Read-Only with help of SDK. Please check APPLICATION NOTE - NTAG 424 DNA and NTAG 424 DNA TagTamper features and hints, chapter "6.15 Write to CC - using Cmd.WriteData, CommMode.PLAIN". Two things to do to transition into Read-only life-cycle:
- Write read-only byte into CC file (E103)*
- Set WRITE access rights of NDEF file to 0xN (N = number of any key from 0 to 4, so write access for the ones knowing that key) or 0xF (no WRITE access for anyone)
* In order to write/change data to CC File, you need to Authenticate before with key 0x00.
Method to use to change access rights:
changeFileSettings(int fileNumber, NTAG424DNAFileSettings fileSettings)
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: MIFARE PLUS Write Perso in ISO14443 level 3 communication
30. January 2023 at 14:16 in reply to: MIFARE PLUS Write Perso in ISO14443 level 3 communicationDear Parthsaradhi,
For the case when you already successfully executed the transition with Pegoda reader:
With help of RFIDDiscover SW tool and Pegoda, you can check APDU exchange in Log window and apply similar exchange to your firmware. Most probably you will need to insert ISO14443 communication APDUs into Host -> Reader APDUs. For that a reader shall include such instructions.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Cross platform app to read NTag213 using Xamarin Technology
30. January 2023 at 13:51 in reply to: Cross platform app to read NTag213 using Xamarin TechnologyDear Varun,
This forum is intended for TapLinx SDK only. We would suggest to read 3rd party documentation. Maybe https://learn.microsoft.com/en-us/samples/xamarin/monodroid-samples/cardreader/.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Taplnx sample android app is not compiling
30. January 2023 at 13:46 in reply to: Taplnx sample android app is not compilingDear Manish,
Example application shall be found under "Sample Application:" on TapLinx webpage https://www.mifare.net/developer/. After opening and finished synchronizing of Gradle scripts, Build shall be possible. Please search the web for similar topics on Android applications development in Android Studio IDE.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Mifare Plus EV2 not supported
30. January 2023 at 13:43 in reply to: Mifare Plus EV2 not supportedDear users,
Please check "Release Notes" for your chosen platform of TapLinx https://www.mifare.net/developer/.
MF Plus is currently supported in:
TapLinx Android
TapLinx Java
Best regards,
TapLinx team
+ 0 | - 0
Hello dear users,
Please check for mentioned .a file in .zip:
.zip -> \TapLinx-v1.0.0\TapLinx-v1.0.0\TapLinxiOSSDK.zip\TapLinx iOS SDK 1.0.0\libTapLinxLibrary.a
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Read and write Ntag 424 DNA tags with android studio
26. January 2023 at 9:39 in reply to: Read and write Ntag 424 DNA tags with android studioDear David,
Please note that this is purely TapLinx related forum. Question is going a bit beyond our reach. Please contact local NXP Sales representative and will guide to answers for your application. In short Key ownership is each project / application specific. It is usually one party. So application owner has knowledge of the keys, online and the ones on chip.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: ntag-1.8.jar needed for TapLinx Java demo application ?
26. January 2023 at 9:31 in reply to: ntag-1.8.jar needed for TapLinx Java demo application ?Dear Robert,
in the library .zip file there are .jar files which you can include into your project. We encourage you to use latest one (as of today) 3.0.0.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Read and write Ntag 424 DNA tags with android studio
23. January 2023 at 15:50 in reply to: Read and write Ntag 424 DNA tags with android studioDear David,
For the start we would encourage you to go through Datasheet, Application Notes and search web for Cryptography articles.
Errors are described in Datasheet, page 48. 0x91AE: Current authentication status does not allow the requested command. Probably, you are not using the valid key for Authentication. Or you did not select NDEF Application upfront.
Best regards,
TapLinx team
+ 0 | - 0
Dear Andrew,
Please copy & paste ResponseAPDU so community can review it. Is your variable to store Response initialized?
Best regards,
TapLinx team
+ 0 | - 0
Thank you Rob,
TapLinx 2.0 is released and available for download. It has Android 12 support.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: TapLinx Library don’t work with Android 12
23. September 2022 at 9:06 in reply to: TapLinx Library don’t work with Android 12Dear community,
TapLinx 2.0 is released and available for download. It has Android 12 support.
Best regards,
TapLinx team
+ 0 | - 0
Re: Reply To: Authentificaction issue NXP
23. September 2022 at 9:04 in reply to: Authentificaction issue NXPDear Tsanta,
Sorry about inconvenience. Recently mifare.net portal was updated. If you still face the same issue please report.
Best regards,
TapLinx team
+ 0 | - 0
-
AuthorPosts