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...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hello For my application (which is based on the ble_thread_dyn_mtd_coap_cli example), I would like to be able to send a file (for an update) using bluetooth. To do this, I...
Hi, I have been studying a lot of issues reported here about leaving network and joining another. The most common answer is to use zb_bdb_reset_via_local_action(0); But when...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported the ble_zigbee_dynamic_door_lock_nus...
Hello,
I am looking at using the nRF52805 in a new design, but I am worried about the 0201 and 0402 components that are recommended. Currently, my company manufactures our...
Hi,
I am evaluating Zephyr mesh and implemented two timers; one triggers at every 2 mS, the other triggers at every 500 uS.
I put a code in both timers' events to toggle...
Hi, Our platform is NRF-52833 Our project use RS485 bus (nordic's uart + a 485 chip) to communicate with other device. And we choose the libuarte to be the uart handler to...
Hi,
In the nRF_SDK_for_Thread_and_Zigbee_v4.1.0, in examples/thread/NCP/radio folder, there is no option for compiling the firmware for PCA10059.
I want to run RCP firmware...
Hello guys,
I'm trying to interface ds18b20 temperature probe and I'm using this code , In termite its showing output as -0.062500 I don't know why can anyone tell what...
Hello,
I'm using NCS 1.4.99 with a nRF5340DK and want to use the hardware CS of the SPI and also use BLE.
Here is a simple code that work on a nRF5340PDK but only work...
Hi All,
I was just reading the white paper on RF testing guidelines, and I noticed several times there have been mentions of "nRF Performance Instructions" for each of...
Hi,
I am working on NRF52832-based board, with SDK 15.2.
My BLE device is protected with Legacy Connection OOB preshared key.
I would like to use Android NRF Connect...
Hello dear,
I am installing Embedded Studio on OSX (Catalina), and I following the nRF Connect step... all goes fine, but when I try to use "Open nRF Connect SDK Project...
I'm trying to see debugging info with nrf51 dongle.
As far as I can tell I just need to use:
#define NRF_LOG_MODULE_NAME "APP"
#include "nrf_log.h"
#include "nrf_log_ctrl...