We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have an Arduino reading data from my Android phone via a PN532, I documented my code here:
https://forum.arduino.cc/t/using-an-android-phone-to-send-same-string-to-arduino-via-nfc/967984/7?u=wrybread
I'm trying to send an NDEF string using the Android app NDEF Tag Emulator, but the Arduino reports this error whenever it reads from my phone:
Unknown TLV 6E Error. Can't decode message length. ERROR UID: 08 CB E1 F4
I don't imagine anyone has any ideas?
Like many people here I'm trying to use an Android phone to unlock a door, but am having trouble getting the phone to send a unique string.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have an Arduino reading data from my Android phone via a PN532, I documented my code here:
https://forum.arduino.cc/t/using-an-android-phone-to-send-same-string-to-arduino-via-nfc/967984/7?u=wrybread
I'm trying to send an NDEF string using the Android app NDEF Tag Emulator, but the Arduino reports this error whenever it reads from my phone:
I don't imagine anyone has any ideas?
Like many people here I'm trying to use an Android phone to unlock a door, but am having trouble getting the phone to send a unique string.
The text was updated successfully, but these errors were encountered: