Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Hi, when reading the BLE Mesh example code, I got really bewildered by this function:
access_model_add
and inside, there is this gem:
element_has_model_id
...
What's the expected behavior when reading a register that is write only? For example, I'm using an some code that is reading the value of the TASK_START register of the RNG...
Will the Bluetooth low energy advertising tutorial run on 2 x nRF52 DK's and not on 1 x nRF52 DK and 1 x nRF51 Dongle? I wish to test the capabilities of BLE 5.0 (not be limited...
Hello
I'm a beginner using NRF51882, I do not have enough money to buy NDK51 Development or NRF Dongle, the solution I changed STLINK STM32 to JLINK by following tutorial...
Hello,
when starting a new project I took the nice Heart-Rate-Example which works fine at my PCA10040. Then I started to add services and characteristics by copying and adapting...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
Can the SoftDeivce flash functions ( sd_flash_write specifically ) be used after the SoftDevice has been disabled? If so will the events still be sent to the handler or will...
each time my program start, I get the error m_evt_schedule_func error 4
what's the cause of this error? is it because I spend lot of time on the handler??? the handler...
I am trying to program a nRF52328 present in the Taiyo Yuden EYSHJNZXZ module. I am using Keil v5, nRF sdk v 12.3, soft device 132.
I get the following error when I try...
I've read through a decent amount of the BLE Mesh spec sheet(s), but I still have a few things that I'm not completely sure on. If someone could answer even just a few of...
Hello, Dear Nordic Development Team,
I recently developed android application for detecting nRF51822 beacon which is working as a peripheral. I was trying to launch an...
Hi All,
I would like to make bluetooth data collector with a serial line. There are max 16 bluetooth devices on the air where I need to collect data. There is a PC which...
Hi;
I was trying to run example project ble_app_hrs_freertos from SDK 13.1 (softdevice 4.0) using the IAR project files (compiler 8.11), and the ble output does not yield...