Flora LE Connections

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Flora LE Connections

Post by mmoghany90 »

Hi all,

I'm unable to find any kind of manuals or documentations on how to initially set the connections between my Flora Bluefruit LE and my computer (pairing them up)?

I tried to use the documentations for FactoryReset as a start, but what board should I use: Adafruit Flora? Or Adafruit Bluefruit Micor?

What Port should I be connected with?

When to get red of the USB cable (that connects the flora with my computer?), assuming I'm connected to the battery.

I tried using FactoryReset model, but I keep getting below output
Adafruit Factory Reset Example
------------------------------------------------
Initialising the Bluefruit LE module: OK!
Performing a factory reset:
AT+FACTORYRESET

<- Couldn't factory reset
Any help would be greatly appreciated

User avatar
Franklin97355
 
Posts: 23940
Joined: Mon Apr 21, 2008 2:33 pm

Re: Flora LE Connections

Post by Franklin97355 »


User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Re: Flora LE Connections

Post by mmoghany90 »

Yes I did. That was my starting point (and still is my starting point)

What board do I connect my Arduino to (Adafruit Flora, Adafruit Flora bluefruit)?

What port should I be connected to? Bluetooth-modem or normal USB one?

How to initiate the pairing between Flora Bluefruit and my computer?

Thanks!

User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Re: Flora LE Connections

Post by mmoghany90 »

I believe I reached to a conclusion that bluetooth connection cannot be established between the Flora and the computer directly, instead it has to go through the mobile device. Is that the case? (meaning I cannot get red of the usb cable between my flora and my computer using Flora Bluefruit LE?)

The overal goal I'm trying to reach is to send analog readings wirelessly. Readings are of type floats

Any help would be greatly appreciated.

Thanks!

User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Re: Flora LE Connections

Post by mmoghany90 »

Anyone?

User avatar
adafruit_support_mike
 
Posts: 67485
Joined: Thu Feb 11, 2010 2:51 pm

Re: Flora LE Connections

Post by adafruit_support_mike »

BLE devices don't register as general input devices, like Bluetooth keyboards and mice.

Computers that support BLE provide it as a feature programs can use if the developers choose to add BLE support. The program will pair to the BLE device and communicate with it. Our Bluefruit LE Connect app does that for iOS devices like iPhones and iPads. There are also BLE programs for Android, the Mac, and Windows.

User avatar
adafruit2
 
Posts: 22200
Joined: Fri Mar 11, 2005 7:36 pm

Re: Flora LE Connections

Post by adafruit2 »

i recommend getting the Flora + BLE working with a phone or tablet (with BLE) first since its easiest

*then* you can try our very beta but workable desktop app
https://github.com/adafruit/adafruit-bl ... le-desktop
your desktop computer will *also* need BLE hardware, either because its built in, or a USB dongle.
did i mention the desktop app is beta? cuz its very beta! :)

User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Re: Flora LE Connections

Post by mmoghany90 »

Thank you for the replies. It's really helpful.

Does Bluetooth for Mac needs to be a hardware? Can I install a software instead?


Any recommendations on what I should be using for the hardware? (I'm using Mac)

Thanks again

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Flora LE Connections

Post by adafruit_support_rick »

Recent Macs support Bluetooth LE. If you have XCode, you can download the Bluetooth Explorer plug-in app from Apple. That will allow you to see the BLE module.
Bluetooth Explorer is part of the "Hardware IO Tools for XCode 7" package. You can download the package from XCode: open XCode::Open Developer Tool::More Developer Tools

User avatar
mmoghany90
 
Posts: 16
Joined: Thu Sep 24, 2015 6:40 am

Re: Flora LE Connections

Post by mmoghany90 »

Thank you,

I was able to connect through both mobile and desktop using Flora Bluefruit LE

Can I use the examples provided for mobile version for Flora Bluefruit LE and apply it to the desktop version?

Thanks again!

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Flora LE Connections

Post by adafruit_support_rick »

Not sure what you mean by "desktop version". But the Adafruit BluefruitLE nRF51 library works with all of our Bluetooth LE modules, except for the nRF8001 breakout.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino”