How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Hi,
In a custom nrf52840 board (DC/DC=on, LFCLK=RC, CONFIG_SERIAL=n), using ncs2.1.0, I measure through PPKII ~6.7uA in system_off mode, which is reasonable.
In system_on...
I have a similar question as in the previous post (about 4 years ago) with title "nRF52 WLCSP DCC routing - - ok to run over GPIO pins?" by Laserdan, i.e., I would like to...
Hi there,
The spec for nRF52840 says in sec 6.33.1 that for UART, "The external crystal oscillator must be enabled to obtain sufficient clock accuracy for stable communication...
Hi,
How do you export your project from nRF Connect within VSC? You may have modifications you did for DTS files, prj.conf etc, that you may miss if you focus on just src...
Hello,
The documentation for the nRF5340 says that the UICR OTP registers can only be written to a non-0xFFFF value a single time: > Can only be written to a non 0xFFFF...
HI,
In our application, there is strange dependency for BLE service. The device is getting detected on ble scan only if we flash the ble application after flashing an application...
Hello,
with iOS 16 the connection during the update of the Firmware with IOS-DFU-Library not working. It is stop after few second with the error 202.
Do you know any solutions...
Hi, I restart advertising with ble_advertising_start and sd_ble_gap_adv_stop because I need to change the advertising interval in different situations. I am observing high...
I use nRF Connect for Desktop v3.12.0 (the latest) and its apps:
Bluetooth Low Energy (the latest standalone application v4.0.0)
Programmer v3.0.4 (the latest)
Can...
Is there support now for coded phy on nrf ble sniffer?
I'm using the nrf52840 devkit (hardware version 2.0.2 which supports coded phy) and sniffer works fine without coded...
It looks like the BT Mech spec has not been updated since 2017. Is there an update in progress and is Instaburst (or similar function) a candidate feature?
This would seem...
Hi,
I am facing a peculiar problem, wherein my application has two threads as in below:
Thread-1: is a preemptive thread which has UART functionality, along with UART...
I'm trying to run uart secured bootloader example in folder: @NRF5_SDK\examples\dfu\secure_bootloader\pca10040_uart_debug
but it doesn't work.
My setting is:
base...
Hi all!
I have created a simple application that only turns on a led and power it off using BLE in NRF52810. The thing is that simple app uses a huge RAM (~85%) and flash...