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 :
I want 4 channel PWM output, the following code doesn't work, I want to know where is wrong
#include <stdbool.h>
#include <stdint.h>
#include "nrf.h"
#include...
Hi,
I would like to control gpio pins in micro seconds with timer,
I know that it is very difficult to implement with only timer owing to soft device (interrupt handing...
Hey Dev zone,
I flashed my application onto my Nordic Thingy board (through Onboard Jlink debugger present on nrf52840 dev board), and can see some pretty colors (LEDs...
I am seeing some significant temp fluctuation for the temp sensor on the thingy to the tune of +-1 to 2 deg celsius. This is when placing the device in a closed, sealed container...
hello,
Is there any examples to write beacon properties like uuid major and minor in flash memory when i edit the values from mobile app i want to advertise those values...
how to prevent the fstorage from wrting bond information in flash?
In our example,after pairing happens we will be storing and reading values from flash,so we saw some...
Hello ,
We are going to use nrf52840 for our product. We are going to use enhanced shockburst to transfer the data to other nrf52480. We are also performing sensor fusion...
I am having an issue including the adc drivers. I have added the path to both the nrf_drv_adc.h file and the nrf_adc.h file to the include path. I have also added both of...
Hi,
I want modify ESB example Rx to log the time between received messages. I am using SDK 13.0.
Unfortunatelly, function app_timer_cnt_diff_compute always return 0.
Can...
I have some units that seem to have a frequency error.
Please see image below from a spectrum analyser.
It is the received signal from 2 units both transmitting a constant...
Hi, I would like to analyze data between a peripheral and a central (BLE 4.1.) It seems that the nRF52 and sniffer can only monitor advertising channels. Am I missing something...