Hello Nordic team,
Environment:
SDK 3.1.0
nRF54L15
UART / RS-232
I am seeing different UART TX timing depending on whether I transmit from inside the UART RX...
I’m working on a product that has been in the field and working for many years with nRF5 SDK v15.0.0 / softdevice 6.0.0. Now we want to add extended BLE advertisements and...
Hi everyone,
I am trying to add a bootloader for the NORUB126 board.
Before adding the bootloader, my application did not use any bootloader and everything worked correctly...
Hi there,
1. I want to sniff BLE LESC bonding session in tshark/CLI not in Wireshark/GUI. And decrypt it in the same session using LTK. The idea is to increase the time...
Hi, I need the nRF91 SiP SUPL client library (for A-GNSS via SUPL on my nRF9151, NCS v2.9.1). The official download process is not working for me, same problem many others...
While configuring a scene, the blind device is not visible in the scene settings screen, so it is not possible to set or save the blind position as part of the scene.
Steps...
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...
Hi,
I develop an application with the nRF51822 circuit. It is detectable with my smartphone, but not with a computer that has a Bluetooth 2.1 device. Is it possible to...
In the comment of this post , Marc Nicholas wrote:
Doesn't that require SWO to be implemented? (Which is not on the Nordic part).
Is it true, that SWO isn't available...
In SDK 6.0 I find there is a project of ble_app_hids_keyboard_serialization.uvproj in nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
and it contain...
Hey there,
today I'd tested around with the Dfu service.
Peripheral is nRF51822 running Sdk 5.2.0 bootloader example (Softdevice 6)
Central is Android 4.3 running...
I am unclear whether the soft radio takes care of updating the attribute when a write event occurs. I can see in the example codes that the notification flag is handled by...
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 trying to understand how pstorage allocates storage.
PSTORAGE_FLASH_PAGE_SIZE is fixed, that's the actual size of a flash page and thus a basic unit as you can only...
Hi, I am trying to change the beacon data.
I changed Beacon UUID already, but I can not find where can I change device name.
I guess I need to change the gap_adv_data...
Hi,
I am upgrading to SDK 6.0.
What function should I use for retriving the whitelist data?
SDK 5.2:
//err_code = ble_bondmngr_whitelist_get(&whitelist);
//APP_ERROR_CHECK...
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...
Hi,
How to implement the static PIN type pairing, when the server device doesn't have keyboard or display? Our requirement is, Master will initiate the pairing process and...
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...