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
33
votes
1 answer

Pair bluetooth devices to a computer with 32feet .NET Bluetooth library

If you want to know how to use 32feet.NET library to communicate with bluetooth devices, read the solution I am currently trying to communicate via bluetooth between a computer and a self-built .NET Gadgeteer prototype. The Gadgeteer prototype…
xmashallax
  • 1,673
  • 1
  • 17
  • 34
27
votes
1 answer

Bluetooth Pairing (SSP) on Windows 10 with 32feet.NET

I've just started a project that will require me to pair a Windows 10 tablet with another bluetooth device. I decided to start with a simple windows forms app to familiarise myself with the process. I added the 32feet.NET NuGet package to my…
Andy P
  • 667
  • 7
  • 14
13
votes
3 answers

Send bMessage to Message Access Server from Windows using 32feet.net library in C#

I'm trying to send a bMessage from C# code on a Win7 PC to a Samsung Note 2 phone. I have the 32feet Bluetooth library and am using Visual Studio 2013 Community Edition. Here is the code that I currently have: string sendMessage = ""; …
fraggle
  • 416
  • 2
  • 12
12
votes
1 answer

Connect to BTLE device using 32feet.net using unique service protocol

I have a bluetooth low energy (BTLE) device, which I need to connect to my PC. To do so, I use the windows API reference in a desktop WPF app. The bluetooth device is rather simple: 1 service, 2 characteristics (one read/notify, one to write to). To…
Jeffrey
  • 1,766
  • 2
  • 24
  • 44
8
votes
0 answers

Bluetooth communication from PC to mobile phone, use laptop speaker and mic during voice call

I am using 32feet.net library for connecting with Bluetooth mobile phone. I have successfully discovered devices, successfully paired with device. I have successfully made a call using AT command with the help of Bluetooth dial with 32feet.net and…
7
votes
2 answers

C# Establishing stream from laptop internal bluetooth 4.0 to Bluetooth Low Energy (BLE) peripheral

I am trying to write a program that connects to a Bluetooth Low Energy device (BLE), and then read a characteristic either on updates, or on a given interval. My Peripheral is a Texas instruments CC2540 BLE device. My starting point was looking at…
Jesper Hoff
  • 294
  • 4
  • 15
7
votes
2 answers

Setting up 32feet library

I'm trying to get started with this library: 32feet I have a Broadcomm Bluetooth Stack and haven't been able to figure out how to get this library set up. When I run my code, I get: Unhandled Exception: System.PlatformNotSupportedException: No…
telkins
  • 10,440
  • 8
  • 52
  • 79
6
votes
1 answer

Get Data from Bluetooth device in C#

I'm trying to get data from a medical BT device that I already have pairing code and communication protocol. Looking for some code I've got this code: using System; using System.Collections.Generic; using System.Linq; using System.Text; using…
chenny
  • 769
  • 2
  • 17
  • 44
6
votes
1 answer

Mac OS X equivalent of 32feet's C# bluetooth

I have worked with 32feet's .NET Library on a project that I'm looking to port to the Mono Runtime. However, as 32feet is written in C/C++ for Windows and then wrapped to be used in .NET, I am looking for an equivalent. I've been scouting the…
6
votes
3 answers

Bluetooth library in C#

I recently downloaded 32Feet.NET library to work with Bluetooth Radio Device in C#. When i tried to run a sample program included with 32feet library set up file i am getting this error message Error 1 The type or namespace name 'InTheHand'…
Alam
  • 351
  • 1
  • 5
  • 14
5
votes
3 answers

Unable to connect Bluetooth device using c#

I'm using 32 feet library to develop Bluetooth communication WPF app, and able to pair the device but not working to connect it and ended up with an exception like below. Note: I've tried to connect the devices like my mobile and my PC, but both are…
nag
  • 920
  • 6
  • 27
  • 51
5
votes
1 answer

How to programmatically pair a bluetooth device

I recently bought a Lilypad Simblee BLE Board and I'd like to pair it programmatically to my computer (using the 32feet.NET library in C#). I'm aware the "How to programmatically pair a bluetooth device" has already been asked on StackOverflow (here…
GuiTeK
  • 1,561
  • 5
  • 20
  • 39
4
votes
1 answer

32feet .NET api refusing to connect "The requested address is not valid in its context"

I've been trying to fix this problem for an hour now and it's been giving me a headache. All I'm trying to do is connect a Bluetooth device to my application using the example on this page. When the .Connect function is called, a SocketException…
mitterdoo
  • 43
  • 6
4
votes
1 answer

Getting PlatformNotSupportedException from 32Feet.NET using Mono under Linux

I am trying to port my Windows service to Linux using Mono. The service uses Bluetooth 32feet.NET library. I have read this post and this post and I tried installing those libraries to my PC: mono-runtime mono-xbuild mono-devel mono-gmcs…
Mustafa Berkay Mutlu
  • 1,929
  • 1
  • 25
  • 37
4
votes
2 answers

Reading raw data via Bluetooth

I have a digital Human Interface Device that I'm trying to connect to using 32feet.net so I can read input data from it and process an output in my application. I've never programmed with bluetooth before and am learning as I go. I can connect my…
SoloDeveloper
  • 77
  • 2
  • 2
  • 8
1
2 3
9 10