Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
The topic ‘Flojack BZR SDK issue’ is closed to new replies.
Home › Forums › Ask the Flomies › Flojack BZR SDK issue
1. Does your SDK support writing data to tag? Because I just saw method startReaders, stopReaders and sendAPDUtoDevice on FMSessionManager.
2. Is there any way to know the battery status by SDK?
3. Does stopReaders work? I called it but still appear logs.
In addition: Now we can just can see logs like that, there is no device id showing on XCode console.
Lastly, how do we know the device is charged. I know when we plug in the light is orange. Will other lights show? Is there an indication pattern?
Hi Mike,
The SDK doesn’t currently support writing data to a tag. This can be done manually using sendApduToDevice but can be quite difficult. In my experience, sending APDUs to the BZR isn’t ideal.
The battery status is not available in the manufacturer’s api for the FloJack BZR unfortunately.
Regarding stopReader, this should work so this may be a bug for the BZR. I will fix this and update the SDK. We are currently adding enhancements to the SDK so will ship all these changes later this week.
Here is the light indication pattern:
The BZR has three lights, yellow/red/blue, corresponding to ‘charging battery’/’low battery’/’card status’.
Card status light – blue color light
1 No card Light OFF
2 Card detected Light ON
Low battery light – red color light
1 Full battery Light OFF
2 Low battery Light ON
Charge battery light – yellow color light
1 Charging completed Light OFF
2 Charging Light ON
I hope this helps.
Please let me know any more issues you have and I’ll continue to support you as you integrate them into your projects.
-Scott
The topic ‘Flojack BZR SDK issue’ is closed to new replies.