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...
Hello: I'm about to test out the ble mesh dfu, and to do that I need to flash my device, which is nrf52840, with precomped bootloaders.
Now here is the problem: Which one...
We need to certificate our ble devices. I use DTM example. Already I connected to device and flash example. Which correct command can I send from PuTTY console for check that...
I have trouble making iOS to reconnect after a device firmware update: I assume the issue
is due to flash being rewritten and so loosing information about the iOS peer.
...
I'm wanting to design a mesh system that will be running on batteries.
I need to keep track of the battery voltage. I don't plan on monitoring it often maybe a few times...
Hi All,
I am trying to interface an SPI OLED display 128x32 with my nrf51422 development kit over SDK 12.2.0 with BLE. After the program gets compiled, i am getting this...
I am designing a board with a host cpu and Nordic nRF52832 as companion chip in order to have Bluetooth capabilities; the two SoCs are connected each other through the uart...
Hello,
I've been trying to program my nrf52832 board with an st link v2 dongle or an st32 disco board with no luck with eclipse(Didn't find a dedicated tut for using all...
Hello
i am using the nrf52840 with sdk 13.
on the client side i saw you are catching the cccd_handle. for the heart rate characteristic.
basically i am leaning the basic...
Hi all, is it possible to use NRF51-DK for Master Control Panel?
I dont have NRF51 dongle so I was thinking if there is a way to make NRF51-DK work with MCP.
Hi,
I have the following situation:
1 central connects and bonds to 2 peripherals. All the above 3 devices are power cycled.
Now, the central need to remember the...
My system's data rate is 16MHz.it input to nRF52832 is parallel 8 bits. Is it possible? I want input the data to RAM by easyDMA,please to tell me how to do it ? thanks!
Hello,
A stupid newbie question: APP_UART_FIFO_INIT seems to get stuck while trying to run
example code.
Only modification I have made is the usage of SEGGER_RTT for...
I am working in sdk14 nrf52832 ble_app_hids_keyboard_pca10040_s132.
I set the .allow_repairing flag to true :
static void pm_evt_handler(pm_evt_t
const * p_evt) {...
My system's extend IC need a 16MHz clock ,because the nRF52832 work in 64MHz,so I want to use nRF52832 to generating a 16MHz clock output to a GPIO pin .please tell me ,how...