Arduino Uno with Feather M0 Bluefruit LE and iOS

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
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

Hello,

I have a project that requires me to connect an iOS application with Arduino Uno, and the connection is by Bluetooth.
So I brought (Adafruit Feather M0 Bluefruit LE), but until know didn't find the exact way to combine them together. I mean Feather with Arduino and then set the connection to the app.
Is there a specific tutorial that could help me to do it?

Thank you

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

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Franklin97355 »

What is it you are trying to get the Uno to do? First get the M0 talking to the iOS then worry about the M0 to Uno communications. Since the M0 is a processor itself you may not need the Uno.

User avatar
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

Thank you Franklin97355 for your reply

The project idea requires us to to send data from an iOs applicaton, containing a text data (file name) to the Arduino, then the Arduino should play this file so the sound can by heard by the speakers connected to it. I hope this make sense to you now.

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

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Franklin97355 »

What do you have on the Uno to play the sound? Is it music or are you sending commands?

User avatar
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

We have SD card connected with the Arduino and it contains the sound files that we want to play.

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

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Franklin97355 »

So have you gotten the Uno to play the files if you send commands to it from the USB port? You really don't need the Feather, you could just use a BLE UART

User avatar
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

We didn't try playing the sound files yet,
We ordered another simpler Bluetooth ship called HC-05, is it similar to what you mean?

Thanks

User avatar
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

The HC-05 is not working with iOS because its not Bluetooth LE,
So we will try the previous one which is feather M0 BLE, is there a way that help us to connect it with Arduino?
Please I need it as soon as possible
Thank you

User avatar
Ghaida
 
Posts: 6
Joined: Sun Mar 19, 2017 3:49 am

Re: Arduino Uno with Feather M0 Bluefruit LE and iOS

Post by Ghaida »

Still no answer? :(

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

Return to “Arduino”