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 follow description of https://github.com/NordicSemiconductor/pc-ble-driver to build pc-ble-driver from source. But it failed to build it.
cmake \ -G Ninja \ .. -- NRF_BLE_DRIVER_VERSION...
I use the vscode to creat a smp_svr sample project ,and how can i easily add fragment to child image(mcuboot)?
as the picture1, the files overlay-bt.conf overlay-FOTA.conf...
Hi Dev Zone !
I would like to do a complete reset to the ESB communication in my application when there is a problem with it for any reason whatsoever. This is what I have...
Hi guys,
I am currently trying to make my uart work with eDMA functionality.
Up to this point I am able to read using polling, and as second method using IRQ with a message...
Hi,
I am working with NRF52840, I need to read some sensor data or potentiometer data and that will transfer in tablet through Bluetooth. So i need a code for SAADC with...
Hello,
I wanted to develop an Hearing Aid Application using nrf52840. I have downloaded nrf connect SDK but cannot find any samples for using HAP profile. Kindly provide...
Hello,
I intend to read the battery level of the nRF9160. I see that I have 2 alternatives to perform this function, using the AT%XVBAT command or reading the battery...
Hello!
I am working on a project that uses nrf52832 microcontroller with softdevice s132 6.1.1. for BLE capabilities. One of requirements is to implement directed advertising...
Hello,
I am building a product prototype based on nrf52810 with s112 7.0.1 with NRFDK16. So the problem is the memory allocation. I setup the FLASH and RAM as per specification...
Hello,
I'm using an NRF5340 with SDK V1.9.1.
I have a code that toggle one gpio pin on a custom board. It is working well when I use P0.22. However, when I change to P0...
Hi all I have a problem with the sim card on our custom board. Earlier I tested my code on nrf9160dk. But on the custom board, the sim card is not recognized. There is no...
We have an nRF5340 application that builds fine for our custom board. However, it is not very straightforward what steps need to be performed to enable FOTA updates. I have...
I am trying to use DTM to evaluate the output filter on our NRF52840 design. I am using the constant output mode and assume that the physical layer setting is not necessary...
Hey guys,
Recently I have been working with the nrf 52840 dongle and my goal is to use the dongle to communicate with a sensor and read values from it. So far I have been...