sic4310 0.0.2 copy "sic4310: ^0.0.2" to clipboard
sic4310: ^0.0.2 copied to clipboard

outdated

Flutter plugin for accessing the SIC4310 features on Android and iOS.

Flutter plugin for accessing the SIC4310 features on Android and iOS.

Features #

  • RF interface based on ISO14443A at 106 kbps
  • UART interface 9600 to 115200 bps
  • 8 programmable GPIOs
  • Activity indicator pins (RF detection, RF busy and power ready)
  • 228-byte EEPROM accessible from RF and UART

NOTE: The plugin only supports SIC4310 ICs from Silicon Craft Technology.

Getting started #

Usage #

// call plugin class final sic4310 = Sic4310RegisterManager();

await NfcManager.instance.startSession( alertMessage: 'Please tap a tag.', onDiscovered: (NfcTag tag) async {

    // call class function
    sic4310.checkPower(tag);

});

Additional information #

2
likes
0
points
9
downloads

Publisher

unverified uploader

Weekly Downloads

Flutter plugin for accessing the SIC4310 features on Android and iOS.

Homepage

License

unknown (license)

Dependencies

binary, convert, flutter, nfc_manager

More

Packages that depend on sic4310