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...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
I am using nRF52840 DK and connecting it with SPI to ESP32. The first bit of the transmission is missed for some reason. I could verify that the transmission is ok with logic...
Hi Nordic,
I'm working on a project using SDK 15.3, s140 , based on the LESC example for a central and peripheral application. I am able to bond with devices and later on...
Hi,
The MMD example published by the Nordic Team ( https://github.com/NordicPlayground/j-link-monitoring-mode-debugging ) is supposed to work with the nRF52DK (PCA10040...
Hi,
We have a custom board with nRF52840 based ISP1807 and developed the fw to some point. For some reason we tried to run the same fw on the nRF52840 DK rather our custom...
I'm trying to program an nRF52810 on a custom PCB using the nRF52-DK and am getting this error ((0x4) Lowlevel error: Unknown value (ffffff24)) when connecting with nRF Connect...
Hi there,
I'm working on something with hard real-time requirements - for this and a number of other reasons, I'm writing directly to the registers.
I'm trying to generate...
Hello,
Is it possible to multiplex coded phy and 1M for advertising and connections on zephyr? If so, do you have any available sample code or timing requirements?
...
I'm having a hard time wrapping my head around how to configure my LIS2DH accelerometer for 6D orientation detection with Zephyr. How would I manipulate the registers of my...
ncs 1.5.1, using SES, the example for zephyr samples/boards/nrf/nrfx/src/main.c github URL: github.com/.../main.c
does not work for me; while the 'button_handler' gets called...
Hello, I want to make multiperipheral system with nRF52840 (Im using 4x nRF52840DK). Im using latest SDK17. I wrote criteria i want to put to this system below:
1. Devices...
My question is very simples. If I have to start with a new design, is better for me to use the softdevice implementation or is better to use the zephyr once ?
The evolution...
Hi team,
My customer is using DTM for the test and they want to know how to change PHY and radio channel setting for the DTM, could you please help to clarify?
Thanks...
in sample ,prj.conf had configure ble device name using below define :
CONFIG_BT_DEVICE_NAME="Nordic_UART_Service" ,
in hci_core.c function bt_enable() use set_bt_name...
Hi Nordic,
In this question: https://devzone.nordicsemi.com/f/nordic-q-a/56529/how-to-check-or-read-the-list-of-bonded-device-from-nrf52832 It was discussed to update...