NordicID / nur_sample_android

Nur Android Samples
MIT License
10 stars 12 forks source link

Mac Address is not written on the label #15

Closed yk-e closed 2 years ago

yk-e commented 2 years ago

Hi,

I try to connect Nur sdk from React Native application. In the readme.md it is written "Creating simple connection to the EXA using NurApiBLEAutoConnect and known BT MAC address (printed on label).". But there is no mac adress on my exa reader. When I open the sample Nordic ID RFID Demo app, it searches for this reader's mac address, from where this app has this mac address? I attached a photo for this.

Thanks.

NordicIdDemo .

mikkonid commented 2 years ago

Hi,

Sorry, don't know why label is missing from exa. Which exa device you have?

It looks like you have selected device from connection view (in hamburger menu) before, app remembers last selected device.

Here code for demo app, in case you need it: https://github.com/NordicID/nur_tools_rfiddemo_android

yk-e commented 2 years ago

Hi,

This device https://www.nordicid.com/device/nordic-id-exa21/.

I develop the integration on react native, that's why I can't use built-in UI in the demo app. I will try to scan bluetooth devices.

Thanks!