amorenew / alps_rfid_n6737

Other
3 stars 4 forks source link

Does this project replace https://github.com/amorenew/alps_rfid_ax6737 ? #4

Open bean5 opened 4 years ago

bean5 commented 4 years ago

Is this for a specific device?

Should I use https://github.com/amorenew/alps_rfid_ax6737 instead?

The reason I ask is because on https://pub.dev/ both reference Alps ax6737_65_n. This project has more commits, more recent commit, and has a better example code. The project at https://github.com/amorenew/alps_rfid_ax6737, however, only has a 1 single commit.

amorenew commented 4 years ago

@bean5 If you have the native SDK what is the library there? Is it JNI .so file or Jar library?

bean5 commented 4 years ago

I think I have r2000 impinj. When I plug the device into the computer, the device's name is ax6737 65n.

Once I have SDK library, where do I place it?

amorenew commented 4 years ago

@bean5 your SDK will not work with my plugin. But I can guide you to build your own Plugin. Steps: 1-Make a helper class to clean your SDK functions like my SerialPortHelper.kt 2-Build your plugin class and bridge between native and Dart 3-Check if you need a 32bit in Gradle or not 4-Publish to your plugin or keep it local as you wish.

amorenew commented 4 years ago

@bean5 Do you have a native sample SDK or not?

bean5 commented 4 years ago

Maybe. All samples seem incorrect, though. I stopped looking at SDKs I had when I found your projects.