Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
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...
Dear Nordic Team,
Thanks for supporting.
Now i want support for single channel(Ch 37) advertise , please support anyone. I am using ble_app_uart example.
My SDK : SDK12...
I'm running some stress tests on a nRF52832-based product, with the following setup:
- SDK 12.0.0
- SD 3.1.0
- Compatibility modes 1 and 2 enabled.
The device exposes...
hi ,
1. How do I migrate the codec OPUS part of SR3 ? I want to use it for audio. But migration always fails. Any migration examples?
2. How effective is ANR work? Are...
I use blinky_freertos demo on nrf52832,
now I want to disable FPU,
but when I disable FPU in Keil MDK option->Target Floating Point Hardware Not Used,
there is an error...
Hi,
i am using nrf52, sdk11 and S132v2.0.0. so i want to flash the hex file using OTA so that, i have create zip file using fallowing command.
**nrfutil dfu genpkg --application...
I've been trying to set up my nRF52 DK on my mac OS.
I followed all the steps to download the SDK (15.0.0), the Command Line Tools, the ARM GCC toolchain, and the J-Link...
Hi,
I have a few doubts regarding Subnet in Bluetooth mesh:
1) If a node including in 3 subnets, how it manages to switch between multiple subnets?
2) What are the various...
Hello,
I am using nRF52832, s132_nrf5.0.0_softdevice.
I am trying to build a ble gsm gateway.
I have 3 different peripheral devices. They have some services.
On my...
Hi
I am using SDK 14.2 secure bootloader with IAR and SES build. My IAR project is working with DFU upgradation but my SES Hex file is not working
Procedure Followed...
Hi, I use s132 and SDK15 to work with nrf52832. In code I set up RTC and CC to trigger every N ticks. It works as expected and time periods counted correctly. However, when...
Hi,
I can't find the whisper mode(-30dbm TX power) on nRF52832, which is available on nRF51822.
Does is have been disabled on on nRF52832?
Regards,
Aaron
I like to build a node act as client as well as server. Is it possible to build as control model in mesh and shall i get any example for control model. Please give me any...
Hello Nordic experts,
I just received an nRF52840 USB Dongle and I am trying to run one of the examples with softdevice. I am working on nRF5_SDK_15.0.0_a53641a. So, I first...
Hi,
my application runs on a bare-metal nrf52 using softdevice. I need to compress data saved in flash of size ~160KB before sending over BLE and I need to do the compression...