iphone app for adafruit ble

Our weekly LIVE video chat. Every Wednesday at 8pm ET!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
rokiw
 
Posts: 2
Joined: Wed Mar 09, 2016 3:47 pm

iphone app for adafruit ble

Post by rokiw »

Hi
I am building a project using the feather and an iphone, currently i am using the bluefruit app as a starting point, but it has many things i dont need, and i am wondering if somewhere there is a simplify version, or a c++ and not swift version?

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

Re: iphone app for adafruit ble

Post by adafruit_support_rick »

No, sorry. It's what we have.

User avatar
rokiw
 
Posts: 2
Joined: Wed Mar 09, 2016 3:47 pm

Re: iphone app for adafruit ble

Post by rokiw »

Ok. thanks! I will at least try my luck with another question -
i figured that the buttons send information to the ble using hex.
is there a way to send simple text string? (I am trying on my own, but maye someone can direct me and save research time)
Thank you.

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

Re: iphone app for adafruit ble

Post by adafruit_support_rick »

The buttons on the BLE app actually send ascii strings. Check out the Controller sketch in the library.
Buttons send a three-character string: 'B' followed by the button number ('0' through '8'), followed by '1' or '0' to indicate pressed or released.

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

Return to “Ask an Engineer! VIDEO CHAT (closed)”