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 the gazell protocol of nrf52840 to achieve some functions,but I don't know how to understand the protocol code deeply,anybody has advice or flow chart or relevant...
I want to implement noise sensor based on PDM (pulse density modulation) , But I cant found any PDM driver or API based on Zephyr , I used MP34DT05(st semi-conductor).
So...
I have nrf52832 radios communicating with each other 100%. I have a nrf24l01p that is the 'gateway' to which the nrf52832 sends dump data. I can communicate with nrf24 and...
When i start the nRF mesh app, it crashes immediatly. What do i need to do? I re installed it a couple times and i rebooted my phone a couple times.
The phone is a samsung...
Hi,
I am developing firmware both nrf52 and nrf91.
in nrf52, I activated BLE, usb and uart. Uart communication established between nrf52 and nrf91.
in nrf91, I activated...
Hello, I have done customized board using nRF52832 and when I try to flash code using nRF52 DK(Jtag). I can able to control led's using customized board. But Bluetooth is...
I am using the gazell protocol of nrf52840,how to use broadcast radio mode from host to device based on the gazell protocol ?or can I use the gazell protocol to make it possible...
We have an neural network running on a 52832 using the floating point unit. We started encountering FPU exceptions so we enabled the FPU IRQ to identify which specific instructions...
Hi everyone,
I want to create multiple USB instances using only one nRF52840 dongle. I want to implement one CDC ACM class instance and another one instance that has two...
Hi,
I have a problem with floating point types on nrf9160.
I get an exception when I get to a simple floating point assinment:
void f(int i)
{
float x;
x = (float...
Hi everyone!
I'm new using Nordic Semiconductor products, I have a Nordic Thingy 91 running Asset Tracker application by default.
I want to test only specific things first...
I was thinking of using the nordic thingy:91 for monitoring purposes in seismic areas.
To this aim, I would need to have some sensors deployed in the environment which:...
Hi,
I need to use nrf_dfu_settings.c to detect external firmware in Bank 1 during application boot. I also need to use Falsh Data Storage to save application parameters...
Hi All,
I'm working from the Thread CLI example, and I got a network of multiple thread devices that works just fine (they see each other, and can send/receive messages...
Hi there,
I'm trying to do a basic test with the GPIO/NMOS - just trying to turn an LED on and off for now. We're going to be doing this in response to the outcome of an...