1
vote
3answers
39 views

How can two machines detect each other when their ips keep changing?

Let me describe what I want to achieve and where I am stuck. It is okay to suggest an entirely different alternative. I have an Android phone with NFC feature. I have a macbook pro. A wifi ...
0
votes
0answers
25 views

Bluetooth connectivity issue

I apologise if this question is way out of the scope of this site. I am asking on here because I think this forum is the most likely place to get an good answer. I bought a (fake) PS3 controller to ...
0
votes
3answers
93 views

How to use bluetooth with xcode OS X application simulator

I have built a program using xcode for OS X. I need it to send characters over bluetooth to a development board. My question is can I use the internal bluetooth of my MBP to send those characters with ...
1
vote
1answer
127 views

LightBlue on OS X 10.8: method signature mismatch

I'm using Nickolay Yegorov's port of LightBlue for OS X 10.8. Immediately upon importing the lightblue module, I get the following error: Traceback (most recent call last): File "commander.py", ...
2
votes
1answer
131 views

Exchange strings between Mac OS X and iOS via Bluetooth

For a project, I have to send informations such as strings or ints from an iOS app (on iPhone 5) to a Mac OS X app (on a MacBook Pro), while both the iPhone and the MacBook Pro are in place without ...
2
votes
0answers
286 views

Trouble connecting Android app to OS X through bluetooth Serial Port Profile

I'm attempting to connect to a Bluetooth port on my MacBook Pro (OS X v10.8 "Mountain Lion") from an android app (Device Version 2.2 "Froyo"). Starting with the BluetoothChat example, I removed the ...
0
votes
0answers
54 views

unable to import lightblue module on mac 10.7

I get the following error when I import lightblue import lightblue 2013-03-01 19:53:33.800 Python[38588:f07] Error loading ...
0
votes
0answers
41 views

what would be the fastest way to send strings from an ipad to a mac

I've heard of bonjour but it seems like all of the tutorials are really old (specifically http://mobileorchard.com/tutorial-networking-and-bonjour-on-iphone/) for context see my other question: How to ...
4
votes
1answer
219 views

Bluetooth Communication between OSX and iOS

I'm working on an application that does does lots of iOS <--> OSX communication. For the most part I have this solved. I'm using CocoaPort to do the communication. Over Wifi this worked nicely and ...
3
votes
1answer
432 views

Bluetooth Low Energy (BLE) Service - Mac OS X

Is it possible to provide a BLE service on Mac OS X? From the CoreBluetooth docs found here ...
1
vote
1answer
214 views

iPhone SDK bluetooth capabilities and their limitations

When I connect an iPhone to a mac computer, what are the limitations on what I can send over bluetooth? My goal is to freely transmit data one-way from the iPhone to the OSX machine via the ...
1
vote
0answers
130 views

Bluetooth Programming

I need to send serial data wirelessly between two devices(Say arduino + Macbook pro). I want to plot that data.I choose Qt for GUI and plotting part. I implemented the plotting using qextserialport ...
0
votes
1answer
371 views

Python bluetooth module lightblue doesn't work on mac osx 10.8

I'm trying to install python bluetooth module 'lightblue'.I intalled it using macports.When I import the module it is resulting in a bunch of errors. >> import lightblue 2012-12-21 07:04:13.874 ...
-1
votes
1answer
135 views

How to get MAC address of mobile via Bluetooth from a pc? [closed]

let's say my pc is a server. so when any mobile connect to my server via bluetooth, how to get the MAC address of the mobile phone? any idea..
1
vote
0answers
54 views

need a shell script to log datastream from bluetooth (+visualising?)

Let's suppose, I have some device /dev/btooth or something like that which outputs a stream consisting of four bytes separated by some certain marker (let's suppose it is a sequence 0,255,13) with a ...
27
votes
0answers
259 views

Unable to Open SCOAudio connection with phone

I am trying to use IOBluetooth framework on OS X 10.8.2 to connect with the bluetooth enabled phones emulating computer as a hands free device. I can successfully make a connection with the phone and ...
1
vote
0answers
370 views

how communicate to HC-05 Bluetooth module (RFComm/SPP) with Xcode in mac

I'm new to Xcode and I want to transfer data with HC-05 bluetooth module in my Xcode mac application. My module is a Bluetooth to serial interface adapter. Is this possible? I can transfer data with ...
1
vote
1answer
421 views

need help for bluetooth framework on mac osx

i'm an iOs developer and I actually need to make a mac application that use bluetooth framework to connect to another device (not iOS device). I'm actually showing a modal view showing the connected ...
1
vote
1answer
1k views

iOS to Mac OS X [core] bluetooth data transfer

My objective here is to create a connection between a device running iOS to a device running Mac OS X, via bluetooth. I know that I might be able to use CoreBluetooth for this but I don't understand ...
1
vote
0answers
362 views

Connect Mac with iPhone using bonjour

I am trying to make a connection using bonjour and bluetooth between my mac and my iPhone. I´ve been reading a bit and from these sites I have learned that I cannot use NSNetService as I did on my ...
0
votes
1answer
103 views

Android app, connect with an unknown bluetooth device

I am currently (for testing) using private static String address = "07:12:05:16:66:69"; to connect to my own Bluetooth device, but can't figure out how to enable my app to get the MAC address of a ...
0
votes
1answer
507 views

Bluetooth 4 (Bluetooth Smart) on Mac OS

What is the best way to start developing OS X application that supports new standard of bluetooth? Any good tutorials or detailed documentation? Unfortunately, I can't find really useful information ...
1
vote
1answer
199 views

Bluetooth programming with iOS SDK

Is it possible to make a connection from iPhone/iPad/iPod to Mac via Bluetooth legally without breaking Apple's AppStore rules within SDK? I know that connection between iOS devices is relatively ...
0
votes
1answer
185 views

How can I stream data, on my Mac, from a bluetooth source using R?

I have a device that is connected to my Mac via bluetooth. I would like to use R (or maybe Python, but R is preferred) to read the data real-time and process it. Does anyone know how I can do the data ...
-1
votes
2answers
239 views

iPad 'MyApp' to Mac 'MyApp' file transfer via bluetooth? [closed]

I've created a iPad app which stores some data in an xml format - thats well and good. I intend to create a Mac version of the same app so that data can be transferred to-and-fro between the iPad and ...
0
votes
0answers
45 views

Design strategy for a Bluetooth Application for Mac OSX?

I'am trying to build a Mac OSX application that runs with the the help of an external BT Device. In short this is what the application needs to do:- Pull data from the Bluetooth device ...
0
votes
0answers
113 views

Programming Bluetooth-Interface for Mac

I´m pretty new to programming and stuff like that, although I would say that I have some basical knowledge and access to the whole field. But let´s talk about that what really matters. I have a ...
2
votes
0answers
447 views

Mac-to-bluetooth device file transfer, simple example?

I've spent two days googling and reading the Bluetooth programming guide while trying to piece together a small Mac app that will retrieve images from a drop folder and send any new files to a ...
0
votes
1answer
392 views

Mac Bluetooth MAP profile

Having heard that Apple has included the Bluetooth MAP profile in iOS 6 I was wondering how I could implement the client side of that on a Mac. I have spent a while Goggling but I haven't found any ...
0
votes
0answers
67 views

Bluetooth on OS-X with C#

I am attempting to discover and communicate with RFCOMM Bluetooth Devices on OS-X in C#. I'm having a difficult time determining which API to use, and how to appropriately wrap it. I could p-invoke ...
1
vote
1answer
950 views

How can I transfer data via bluetooth from an iOS device to a Mac?

I want to be able to transfer basic information (strings and such) from an iOS device to a Mac, and vice versa, via apps installed on each device. I've been trying to get bluetooth on the iOS device, ...
0
votes
0answers
36 views

send data from mac to iOS via bluetooth [duplicate]

Possible Duplicate: How to send real-time data from Mac to iOS device I'm thinking about transferring real-time data from my Mac to iTouch, not the other way around. By mentioning data, I ...
0
votes
4answers
1k views

Bluetooth version on iMac

How can I tell what Bluetooth version (i.e. 2.1 + EDR or 4.0) my iMac has installed? I downloaded Bluetooth Explorer and poked around, but I see no information that screams "Bluetooth version" at me. ...
2
votes
1answer
791 views

Communicating between iPhone and Mac

I'm planning on creating an app that takes data from an iPhone and sends it to another application on the Mac. Gyroscope data will also be sent. I'm assuming that this should best be done over a ...
1
vote
1answer
666 views

OS X Bluetooth programming

I want to create OS X app to work with Lego Mindstorms NXT 2.0 via Bluetooth. I tried to make it with Objective C and Python, but there are some problems with both. About Objective C: I only found ...
0
votes
1answer
153 views

IOBluetooth event delegates only execute in an unwanted NSRunLoop

I have a Cocoa app which launches a new NSThread (Thread A) from within applicationDidFinishLaunching. Thread A successfully creates an RFCOMM connection then spawns another NSThread (Thread B), ...
0
votes
1answer
131 views

Bluetooth on Android : how to check whether specific MAC addressed device is still there around me?

Here is my code, reading mac address(that i already stored) one by one from the file. Next I want to check whether the device is still there around me. can somebody help me. private void search(){ ...
3
votes
1answer
1k views

Serial communication with Arduino UNO and Mac using bluetooth mate

I'm trying to set up serial communication between Arduino and Mac via Bluetooth and have a problem. My environment is that: Arduino UNO Bluetooth Mate from sparkfun MacBook, OS X 10.7 First, I ...
0
votes
1answer
305 views

CFRunLoop non-blocking wait for a buffer to be filled

I am porting an app reading data from a BT device to Mac. On the mac-specific code, I have a class with the delegate methods for the BT callbacks, like -(void) rfcommChannelData:(...) On that ...
1
vote
1answer
832 views

How to know when a HID USB/Bluetooth device is connected in Cocoa?

I made a simple app that shows the connected joysticks and the pressed buttons/axis for mac in a pretty way. Since I am not very familiar with cocoa yet, I made the UI using a webview, and used the ...
1
vote
1answer
285 views

Bluetooth communication between Mac and iPhone

I want to write an app communicating between Mac and iPhone. Specifically speaking, I want to write a mac app which translates the input from mac and sends it to mac. For example, if I type 'a' on ...
1
vote
0answers
212 views

Mac: auto connect to IOBluetoothDevice

I select an IOBluetoothDevice with IOBluetoothDeviceSelector. After that, I do some things with the device; doesn't matter. Is it possible to save the IOBluetoothDevice and auto connect when the ...
0
votes
2answers
517 views

CoreBluetooth Issue on Mac

I bought my current Macbook Pro new less than 6 months ago, but my instance of CBCentralManager returns CBCentralManagerStateUnsupported for [centralManager state]; My mac uses Bluetooth software ...
0
votes
1answer
572 views

Bluetooth MAC Address reading from iOS device

I need to know the Bluetooth MAC address of an iOS device, is there any way this data is accessible? The purpose would be to identify when any user gets near that Bluetooth device. In case this ...
2
votes
0answers
310 views

Make connection with bluetooth on Mac os x

I have an rs-232 bluetooth adapter that I have connected to my mac. The way that I am able to work with it is opening the /dev/tty.BT-123 at 115200 baud. However I am unable to get it to connect to ...
1
vote
2answers
399 views

How to get a more descriptive error in IOBluetooth framework on Mac

I am using the IOBluetooth framework provided by Apple in OS X to communicate with an Arduino robot that i built. I've managed to get it working with only one problem, it only works for about 10 ...
1
vote
1answer
724 views

Turn Bluetooth off and on programmatically

Is there a way to programmatically turn on and off the Bluetooth connection on OSX in a way that will be accepted by the Mac App Store? From my previous question, I've found about blueutil, but it ...
3
votes
1answer
238 views

What's a good starting point for using Bluetooth input on mac in C?

I want to use my PS3 controller (in wireless mode) as an input device for a C (note, not objective C) program on my mac. I got the controller to pair and I can get data from it with Apple's ...
3
votes
0answers
257 views

How do I detect if a bluetooth audio device is connected in Mac OS X?

I'm working on an application that plays audio on OsX. I'm able to list the available output devices with CodeAudio, but I have issues with a bluetooth headset; Even though the device is powered off ...
2
votes
2answers
2k views

Bluetooth RSSI/Inquiry scan on Mac - proximity detection to iPhone without connecting?

I have to dash away from the computer frequently, and I want to trigger some commands to run when my iPhone is close enough/far enough from my iMac (next to it vs. 2-3 metres away/other side of a ...

1 2