Home › Forums › Ask the Flomies › FloBLE pairing troubleshoot
-
AuthorPosts
-
February 2, 2016 at 9:47 am #54329
Hi everyone,
My company has just purchased a FloBLE reader. However I don’t understand how to use it with my iPhone/iPad: I expected to connect it through bluetooth, yet nothing appears in my bluetooth devices list.
How should I connect my FloBLE with my iPhone? I did not found any pairing button.Thanks in advance!
CheersFebruary 2, 2016 at 10:01 am #54330Hi Jack, although the FloBLE operates over the standard Bluetooth Low Energy interface it requires an App to properly read NFC tags. You can download our Flomio SDK from here to get started with developing an iOS App of your own with it. If you’d like to simply test out the FloBLE reading functionality we can send you an Sample App that we have developed to test the Flomio SDK. I will need you Apple ID to add you to our Beta distribution list via TestFlight. You can send that to info at flomio dot com.
thanks,
RichardFebruary 3, 2016 at 4:50 am #54334Hi Richard,
Thank you for your response.
Unfortunately, I can’t make my app work with flomio BLE either.I did try to follow README instructions but can’t get nothing more than “cc – starting scan” in my console logs. None of the
ReaderManagerDelegate
methods are called.Here what I did:
_readerManager = [[ReaderManager alloc] init]; _readerManager.isFloBLEEnabled = @YES; // Enable or Disable FloBLE as Needed _readerManager.isFlojackEnabled = @NO; // Enable or Disable Flojack as Needed _readerManager.delegate = self; - (void)floReaderManager:(ReaderManager *)floReaderManager didHaveStatus:(NSInteger)statusCode { NSLog(@"didHaveStatus"); } ...
Trying to make myself delegate of
CBCentralManager
and calling scanForPeripheralsWithServices:options:` did not work either.What do I need to do so that I can scan a tag with Flomio BLE?
Cheers
JackFebruary 4, 2016 at 8:59 am #54348Ok, I downloaded latest version of SDK (1.9.3) and it is still not working.
ReaderManager *sharedManager = [ReaderManager sharedManager]; sharedManager.delegate = self; [sharedManager setDeviceType:kACSBT]; [sharedManager startReaders];
Best thing I got was “discovered peripheral ACR1255U-J1-000199 <__NSConcreteUUID 0x17e90d60”, but it nevers connects to the device after.
So I downloaded code from https://github.com/flomio/flomio_ios and was able to connect to FloBLE device:– “didConnectPeripheral peripheral ACR1255U-J1-000199”
– “didDiscoverServices peripheral ACR1255U-J1-000199”However nothing happens when approaching a NFC tag from my FloBLE device. What is missing?
Cheers
February 4, 2016 at 11:25 am #54349Hi Jack, we seemed to have introduced a bug in the v1.9 SDK release with relation to the FloBLE operation that we’re still trying to resolve. We estimate that it will take until Friday, February 5th 10pm EST to resolve. I will post an update at that time.
thanks for your patience.
RichardFebruary 8, 2016 at 11:48 am #54373Hi Richard,
One small step forward! Now I get those log into my debug console:
– “Peripheral Connected”
– “Services Discovered”Great! However as soon as the services are discovered, app crashes… Seems like ther’re still something not working into that SDK. Unfortunately there’s nothing relevant into the stacktrace, except
[CBPeripheral handleServicesDiscovered:]
I really wonder if you are making tests on it. 4 minor corrective versions in 1 week seems a lot to me.
Cheers
February 8, 2016 at 4:46 pm #54376Hello Jack,
This is the link for the new SDK version (1.9 Build 8).
https://www.dropbox.com/s/y5qloadwievtjp4/FlomioSDK.zip?dl=0
Please give it a try and let me know if you have any other question.
Thanks,
Boris
February 9, 2016 at 5:06 am #54381Hello Boris,
Still not working. Peripheral attachment is successful but I get a crash:
[ABTAcr1255uj1Reader checksumFromBuffer:length:]: unrecognized selector
Thks,
JackFebruary 9, 2016 at 9:04 am #54384Hi Jack, can you share your testing procedure in order to understand how and when the crash occurs? Also, have you tried our Flomio Testing App? if you send us your Apple ID to info@flomio.com along with your order number, we can add you as an External Tester.
thanks,
Richard -
AuthorPosts
You must be logged in to reply to this topic.