SPP profile bluetooth iOS
Asked Answered
A

2

12

does anyone got a sample code of SPP communication ( serial over bluetooth ) for iOS ? I'd need to communicate between my microchip pic and an iphone or iPod.

I know I need a approved apple bluetooth rs232<->BT dongle and I have some with a MFi contract too ;)

Regards.

Amandine answered 30/9, 2012 at 18:26 Comment(0)
A
7

For people like me who were looking at infos.

If you are not going to use Bluetooth LE devices with iOS and the associated corebluetooth, you need a MFi licence and bluetooth module from a certified vendor.

Using those modules does not involve the corebluetooth but another thing. Have a look at the EADemo Demo on how to link to MFi device The linked bluetooth module will be accessible this way.

Amandine answered 11/10, 2012 at 21:50 Comment(4)
:Do you know how to transfer the contacts from iphone to bluetooth(MFi) device using Phone Book Access Profile (PBAP).Afterwards
No sorry, I'm using bluetooth to transfer live data from sensors.Amandine
"> If you are not going to use Bluetooth LE devices with iOS" -- does that mean that an MFi license is NOT required for BLE device connections?Gobbet
Rubistro: correct you do NOT need a MFI license to do BLE only devices.Marijuana
R
1

You have two options:

  1. For small projects, research, development, etc., there are many companies that sell RS232 and USB to Bluetooth dongles. These are easy controllable via a simple and limited API. Here is an example. There are also similar chinese companies here or here If you want iPhone connectivity it is just a matter of getting hold of a couple of MFi co-processors and soldering them on to the dev board. The firmware should alreadyhandle iOS connections. See this.

  2. If you have more serious intentions, like making your own hardware, you need to look at:

Ricebird answered 1/10, 2012 at 12:19 Comment(1)
Thanks a lot. I am under MFi contract but was in need of informations and source example and I found.Amandine

© 2022 - 2024 — McMap. All rights reserved.