Skip to main content
The 2024 Developer Survey results are live! See the results

All Questions

Tagged with
0 votes
0 answers
36 views

.NET MAUI BLE app not showing any services

I am trying to develop an application that connects to a BLE device (ESP32) and read the data sent by it using Plugin.BLE and .NET MAUI. BTPage.xaml.cs using Plugin.BLE; using Plugin.BLE.Abstractions....
Shubhankar Pande's user avatar
1 vote
1 answer
55 views

How to Advertise More Than 31 Bytes Using Bluetooth Advertisement Publishers

I am working on a sensor simulator for testing purposes. The sensor I want to simulate is a BlueMaestro humidity and temperature sensor. I need to advertise 57 bytes, but I am currently unable to send ...
Jug Patel's user avatar
2 votes
0 answers
36 views

Enable Data-up mode to BLE device, using AT commands

I am developing a UWA project with Visual Studio and C#, using the WIndows.Devices.Bluetooth standard library, which: Connects to a BLE device The BLE module embedded into the device is BGX220P The ...
cdaskal22's user avatar
0 votes
0 answers
58 views

Receiving Gattcallbackerror:22 .NET MAUI app

I am trying to connect and send data from one device to another connected device using a .NET MAUI app and Plugin.BLE. showData.xaml.cs using InTheHand.Bluetooth; using Plugin.BLE; using Plugin.BLE....
Shubhankar Pande's user avatar
0 votes
1 answer
46 views

Register for GATT Characteristic value change notifications from c# using win32 API

I am trying to register for GATT Characteristic value change notifications using the win32 API from c#. I am able to get a handle to the device and get the relevant GATT service and characteristic. ...
Morten Lemvigh's user avatar
0 votes
0 answers
76 views

Xamarin BLE Scan In Background with iOS 17

I've been utilizing the provided code to perform a Background BLE Scan within Xamarin, specifically targeting iOS projects. It has worked flawlessly until I updated my iOS device to version 17. Below ...
BlackWolf4k's user avatar
0 votes
0 answers
52 views

Unable to find advertisements with BluetoothLEAdvertisementWatcher

I'm trying to make an app that advertises a payload and another than scans for and picks this up using bluetooth low energy. However when i use a windows(11) device to advertise and another windows(10)...
Sneha Meto's user avatar
0 votes
1 answer
157 views

BluetoothLEAdvertisementWatcher.Received is not supported by the language; try directly calling accessor methods .add_Received

I am following a video tutorial about Bluetooth connection uploaded to this github repository specific code file https://github.com/angelsix/blueberry/blob/master/Source/Blueberry.Desktop.WindowsApp....
José Francisco's user avatar
1 vote
1 answer
154 views

EFR32BG22 BLE in SPP mode with PC (Windows 10) won't connect

EFR32BG22 BLE in SPP mode with PC (Windows) won't connect. Hello everyone, I'm trying to run a bluetooth connection between Thunderboard and PC in SPP mode. The whole project is based on examples ...
Wartiik's user avatar
  • 79
0 votes
0 answers
51 views

'IAsyncOperation<BluetoothLEDevice>' does not contain a definition for 'GetGattServicesAsync'

I would like to send bytes to a BLE device via an application developed in C#. To connect to the device I found this portion of code: var bluetoothLeDevice = BluetoothLEDevice.FromIdAsync("...
rostonik's user avatar
  • 679
0 votes
0 answers
193 views

Set Bluetooth Low Energy Connection Interval to 7.5ms (Minimum) in C#

I am connecting to a Bluetooth Low Energy (BLE) device from a C# console application using the 32feet InTheHand BLE library. I would like to set the connection interval to the minimum possible (7.5ms),...
Vincent S's user avatar
0 votes
0 answers
72 views

How do I make a GATT server's read characteristic editable?

Im working on making a GATT server that can be connected to by a client application, that will eventually send data to said client. the way I understand it, is that the only value the client can see ...
Luke D's user avatar
  • 1
0 votes
1 answer
148 views

BLE Cycle Trainer Write Characteristic UUID 2AD9 - How to adjust resistance based on what's happening in game?

Hello overflow friends, I'd be eternally grateful if one of the resident BLE geniuses on this forum wouldn't mind helping me. I've been trying to build a little cycling game in c# and so far I've ...
SAMYTHEBIGJUICY's user avatar
1 vote
0 answers
175 views

Long Range USB bluetooth for PC - Read data with C#

I am working on desktop app where I need to read the scan data from USB bluetooth dongle. The signals are broadcasting and long range USB bluetooth can receive it. As per my understading as this USB ...
jignesh's user avatar
  • 1,629
1 vote
0 answers
247 views

C#, BLE, BT5.0 - GetGattServicesAsync hangs forever. Why and is this a known issue?

I had to implement a bluetooth low energy interface in an older Software for the communication with Bluetooth devices. It's a WPF application targeting .NET Framework 4.8. To access the Windows....
Internetandi's user avatar

15 30 50 per page
1
2 3 4 5
26