-
```
Add automated tests for verifying compatibility to http://ndef.codeplex.com/
code NDEF output.
```
Original issue reported on code.google.com by `thomas.skjolberg` on 6 May 2013 at 9:33
- Bloc…
-
## Plugin Request
**Name**: nfc-hce
**Package**: `@capacitor-community/nfc-hce`
### Platform(s)
- iOS
- Android
### Existing Solutions
Currently I develop my own plugin https://…
-
Original error message
```
Arduino:
1.6.12 (Windows 10), Board: "Arduino Nano, ATmega328"
C:\Program Files (x86)\Arduino\libraries\MFR522_NDEF-master\NDEF.cpp: In member function 'FOUND_MESSAGE ND…
-
I'm using the NFC ReWriter App to send text, email, links, SMS, and other data from one Android device to another, but I haven't been successful. Each time I try, I encounter an error message stating …
-
NfcManager.instance.startSession(pollingOptions: {NfcPollingOption.iso14443,NfcPollingOption.iso15693}, onDiscovered: (NfcTag tag) async {
var ndef = Ndef.from(tag);
print(ndef); //prin…
-
Maybe:
```
\d1 fx: [..., ndef(\all)];
\all fx: [hpf(300,1000)];
```
or in `Ziva.sc`:
```
Ndef(\all, { In.ar([0,1]) * \amp.ar });
Ndef(\fx_...).set(\out, Ndef(\all).bus);
```
then add global…
-
NdefPresetGui "sto" and "del" buttons seem to be broken ?
on SuperCollider 3.13.0.
both throwing:
```
ERROR: Message 'flipY' not understood.
Perhaps you misspelled 'copy', or meant to call 'fli…
-
## Environment
* SuperCollider version: 3.11.0
* Operating system: ArchLinux 5.7.12
## Steps to reproduce
```supercollider
s.boot;
Ndef(\x, {\y.ar(0) * \z.ar(0) });
Ndef(\y, {WhiteN…
bgola updated
4 years ago
-
I need to run the latest dev version (`4.0.0-dev`) because otherwise, I would run into some Android Gradle issues.
When I bumped the package to the latest I learned that the NDEF stuff was extracte…
-
## Motivation
Setting `reshaping` to `\elastic` propagates bus size change as expected in this simple copy scenario.
```
Ndef.clear
Ndef(\kr2, { DC.kr([44, 55]) }).reshaping = \elastic;
Ndef(…
avdrd updated
2 years ago