Questions tagged [32feet]

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

32feet.NET is a shared-source project to make personal area networking technologies such as Bluetooth, Infrared (IrDA) and more, easily accessible from .NET code.

See http://32feet.codeplex.com/

149 questions
1
vote
1 answer

Errors when running Bluetooth related code on hp laptop

I'm having some trouble trying to play around with bluetooth on my hp laptop (probook 4320s, windows 7 64 bit). I'm guessing that this is a result of icompatible drivers but I just can't figure this out on my own. I've tried to get this to work on…
Maor Veitsman
  • 1,544
  • 9
  • 21
1
vote
0 answers

How to set an incoming phone call listener in c# application with phone connected to pc via bluetooth?

I am using 32feet.net library to achieve bluetooth connectivity of my c# application to a mobile phone. Up until now i have achieved Discovery, Pairing, and Dialing a phone call. Dialing is being done by using AT command to the phone. Some useful…
1
vote
1 answer

Starting the Bluetooth controller on Windows CE programmatically

I'm working on a C# project for a Mobile Data Terminal that runs Windows CE 6.0. I'm using 32feet.NET to connect to a Bluetooth device. The MDT has built in Bluetooth and Microsoft's Bluetooth Driver Stack is installed, but I believe it's not loaded…
Idan Arye
  • 12,402
  • 5
  • 49
  • 68
1
vote
1 answer

32Feet.Net connecting to Bluetooth speakers

So I am trying to connect a bluetooth speakers from a script. I am using 32feet.net and I have successfully found the device but it doesn't work when I try to pair and connect to it. This is the code im using to pair to device, this always fails…
user3528365
  • 47
  • 2
  • 9
1
vote
1 answer

Establishing multiple bluetooth SPPs at the same time

From my understanding I can only connect to a single service of a certain UUID. I looked in the properties and found that each device had it's own comport and guessed I had to be wrong. I tested multiple connections with 32feet.net and it turns out…
Fatlad
  • 324
  • 5
  • 21
1
vote
1 answer

Open a socket connection to bluetooth device without a virtual COM port

I am using the 32feet bluetooth library to connect to a device that supports Serial Port Profile (SPP). I try to connect like this: using (BluetoothClient client = new BluetoothClient()) { var address = new…
Greg Ferreri
  • 2,652
  • 5
  • 28
  • 38
1
vote
1 answer

Bluetooth pairing using 32feet is not producing the same result as manual pairing (windows Mobile 6.5.3)

I'm using the 32Feet libraries to establish a pairing between an MC75 and a chip and pin device. Both the pairing and connection verification using the library appears to work correctly but when creating a virtual com port and then using it as a…
TeamWild
  • 2,460
  • 8
  • 43
  • 53
1
vote
0 answers

Listening To Connection From HealthCare Device Using 32feet

I am currently developing a WPF project. I am trying to receive data from an OMRON device. The device will initiate the connection, and send the application some data. The device support two profiles, Continua (HealthDeviceSource) and SDP. I'm…
Jieqin
  • 588
  • 5
  • 21
1
vote
1 answer

Connecting Usb bluetooth Dongle with BLE(Bluetooth Low Energy)

I am in a confusion with the Usb Bluetooth Dongle. I have one from ICIDU V4.0 . I wrote a program in C# using 32feet library to detect the Bluetooth devices in the surrounding as a result i can get all the devices listed (like Smart phones) except…
0
votes
0 answers

Asynchronous Bluetooth device discovery in UWP using 32Feet Bluetooth library

In my UWP app I'm creating a Bluetooth device search where it would scan and display a list of Bluetooth devices in range: I'm using in the inthehand/32feet Bluetooth library and am having trouble implementing async device discovery. According to…
nreh
  • 476
  • 8
  • 13
0
votes
0 answers

Reading real values from GattCharacteristicValueChangedEventArgs for indoor bike data

i am experimenting in reading bluetooth characteristics values from my indoor bike trainer. I can connect and i get callbacks on the CharacteristicValueChanged but after a lot of trying i cannot retrieve meaningful data from the byte array the value…
Verthosa
  • 1,671
  • 1
  • 15
  • 37
0
votes
1 answer

32Feet.net Compatibility with Xamarin Android Watch

When I install 32feet to Xamarian for Android, the follow errors occur: Error NU1202 Package 32feet.NET 3.5.0 is not compatible with monoandroid12.0 (MonoAndroid,Version=v12.0). Package 32feet.NET 3.5.0 supports: net…
Josh
  • 49
  • 5
0
votes
1 answer

Pairing Bluetooth device with InTheHand 32Feet shows as paired, but can't connect

I'm facing a very strange three-way headache. I'm using Unity Engine and a BrainLink Bluetooth device as a source of input. I connect to the BrainLink device automatically via code using a library called Neurosky.ThinkGear and so far these two work…
0
votes
1 answer

C# BluetoothLE How can I getting started

I am new to this business and I want to make an application related to Bluetooth LE. I don't know where to start, I want to do it using a library. I searched libraries such as 32feet.Net, InTheHand.BluetoothLe, Plugin.BluetoothLe, ble.net but I…
0
votes
0 answers

Invalid URL: Invalid Port Specified. 32 feet.net

I'm trying to send a python file to a Bluetooth device using 32feet.net and it throws this error. I have revised it so now it makes an attempt to send but times out and fails. System.Net.WebException: Connect failed. --->…
Bender
  • 3
  • 3