-
I have bought a few new NTAG215 tags, same as the previous ones but not the same store
Amiibomb doesn't recognize the tags, so i tested them on my Android phone that has Tagmo installed (Samsung phon…
-
I have NFC cards that I cannot write, however they read successfully and I have been using the mapping to launch Amiga ADFs directly. Since updating the cards launch Minimig successfully, but they do…
-
![Screenshot 2023-11-28 at 11 35 11 AM](https://github.com/okadan/flutter-nfc-manager/assets/94591962/09e665ba-fcfb-43be-b4d2-55e48623a1ed)
![Screenshot_20231128-113741](https://github.com/okadan/f…
-
I'm using NFC cards to play Spotify on my Sonos. I have a number of playlists, albums, etc set up. I recently made a "Playpause" NFC card so that I can play/pause music without having to go into the a…
-
This is my code
```typescript
new Nfc().setOnNdefDiscoveredListener(
(data: NfcNdefData) => {
console.log(data)
},
{
stopAfterFirstRead: true
}
)…
-
## User Story
As a Damus user who participates in in person conferences, I want to be able to share my public key via NFC, so that others can easily open, and have the option to follow my pubkey.
…
-
Hello, I'm currently trying to read raw data from an MifareUltralight card. But when I try to perform
`tag.readPages(pageOffset: 0x04)` (for the 5th page, as the first 4 are reserved for manufactur…
-
Hi,
There is a draft for the IsoDep communication in w3c wiki (2012).
https://www.w3.org/wiki/Draft_APDU_API
It seems that it is not include and even not mention in w3c/web-nfc, is there any reason …
-
### Plugin(s)
- [ ] Android Foreground Service
- [ ] Android Battery Optimization
- [ ] App Update
- [ ] Background Task
- [ ] Badge
- [ ] Cloudinary
- [ ] Datetime Picker
- [ ] File Compressor
- [ ]…
-
For next revision, can you add NFC components. (eg https://www.nxp.com/docs/en/nxp/data-sheets/PN532_C1.pdf)
Could then use Watchy with other NFC devices, eg https://arduinogetstarted.com/tutorials…