NetTalk Central

Author Topic: RFID reading  (Read 4049 times)

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 131
    • View Profile
    • Email
RFID reading
« on: March 26, 2016, 07:18:27 AM »
Hello

I want to read RFID code with Nettalk App.
Any ideas how to do that ?

Regards

Jari

Sibuya

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Email
Re: RFID reading
« Reply #1 on: March 26, 2016, 10:07:58 AM »
Hi Jari,

What kind of reader are you using?

Cheers,

Marcos

jari@softmade.fi

  • Full Member
  • ***
  • Posts: 131
    • View Profile
    • Email
Re: RFID reading
« Reply #2 on: March 27, 2016, 12:12:26 AM »
That what inside the phone :)

Sibuya

  • Jr. Member
  • **
  • Posts: 65
    • View Profile
    • Email
Re: RFID reading
« Reply #3 on: March 28, 2016, 06:36:54 AM »
Hi Jari,

Take a look at:

http://phonegap.com/2011/09/26/building-an-nfc-enabled-android-application-with-phonegap/

This will let you build an application with Phonegap and after you could include in you NT App application. Look that you have to add .jar this is because JavaScript calls a Java to access the reader.

If you have problems you could try building locally. After some modifications I built it locally and successfully generate an APK and execute in device.

It'll be handy if you have some rfid tags to read. Try it with some examples that you could install from Google Play and test it if you can read them before you go on. You can read Mifare cards for example.

Cheers,

Marcos