sic4310 0.0.2
sic4310: ^0.0.2 copied to clipboard
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);
});