Questions tagged [nrf-connect]

8 questions
1
vote
1 answer

Send Battery Level notifications to nRF Connect app when battery level reaches certain level

I am new to BLE and I need help with Battery Service notifications. I am using nrf52840dk, nrf sdk 17.1.0 and I am using ble_app_proximity example which already uses Battery Service. I need to send a pop up notification from device to nRF Connect…
0
votes
0 answers

lsm6ds3tr IMU for XIAO BLE Sense in Nordic Connect SDK

I am very new to Nordic SDK and currently having a really hard time with Zephyr. I want to use the inbuilt IMU i.e., lsm6ds3tr_c. Zephyr does not have a driver for the sensor but so far all I could find is that it should be compatible with lsm6dsl…
0
votes
1 answer

NRF52 developing without using device trees

I have recently picked up NRF52DK development board with NRF52832 https://www.nordicsemi.com/Products/Development-hardware/nrf52-dk I have setup my development environment using VSCode NRF Connect extension. I have been reading and learning a little…
TheBestPlayer
  • 324
  • 2
  • 13
0
votes
1 answer

How to send a python dbus advertising (!) packet with Flags

I am sending BLE packets via raspberry pi device. the python module which I am using is dbus. As for now I am testing my packets sending with the android mobile app nRF Connect, and I am able to send a packet successfully and see that packet over…
0
votes
1 answer

see the packets sent in nrf connect debugger

I'm trying to see what a specific app is sending via Bluetooth. I open the app on my android phone and the NRF-Connect app and started debugging the connection. when I'm using the app I can see the logs that I'm receiving but not the ones I…
0
votes
0 answers

What kind of bluetooth communication method should I use contact with third party application?

I am using nRF5340 and am totaly newbee at nRF environment as well as ble. There is an example shared by nRF that allows send data that received from BL over UART and vice versa. This example is working with nRF connect BL serial port emulator and…
0
votes
0 answers

BLE Pairing gets stuck after Unpairing with nRF Connect App

I encountered a strange problem when trying to unpair and pair again with my smartphone. Currently I write a C# application on UWP (Windows 10) for BLE connection with a remote device. I use my smartphone with nRF Connect App as the…
Thern
  • 1,017
  • 8
  • 17
0
votes
2 answers

Issues with VSC and nRF Connect SDK Extension

Running: VSC - 1.69.1` nRF Connect SDK v2.0.0 nRF Connect for Desktop v3.11.1 nRF Toolchain Manager v1.1.3 nRF Connect Extension for VSC v2022.7.207 The nRF Connect Extension of VSC did an update this morning, and now all my paths seem to be…