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...
Dear nordic employee
1、when I use the spim to send 1 byte address to read it's value(4 bytes),like this:
nrf_drv_spi_ transfer(&spi,headerBuffer,(uint8_t)headerLength...
Hi!
I use this debug on another examples fine. But want to enable this debug in a my project. In a config.h file RTT debug enabled. But doesn't work debug. I remarked that...
Hello All,
Please check above image, showing antenna layout of my custom board.
I am receiving error frames at ~40ft distance on sniffer.
Please check whether antenna...
When creating a custom bootloader for buttonless DFU, it is surprising to see that nrf_dfu.c not compile without defining button related function.
The warning
nRF5_SDK_14...
After succesfull compile, installation and run of my first application , I cannot see anymore the nRF52 DK board from windows.
The application keep flashing the led but no...
I wanted to share the most reliable and efficient method I found to collect and store my log outputs through segger RTT, which also allows using the excellent Log Viewer Log4View...
Hello all:
I have faced a problem that my device will report hard fault when I try to start advertising after force disconnect the device.
My EV board is nRF52832 and...
Hi everyone:
I use nrf_drv_ppi_channel_alloc(&m_ppi_channel1) to allocate ppi channel. Every time i call nrf_drv_ppi_channel_alloc(&m_ppi_channel1), the m_ppi_channel1 will...
Dear Nordic Team,
Thanks for supporting.
What is the changes or difference between SDK12 to SDK13 and also SDK13 to SDK14 please give me a brief explanation or suggest...
hello everbody~
I have a problem with the FDS example code.My sample code is SDK version 11.But I now use the SDK14.2 version and nrf 52832 MCU.
The SDK 11 detailed example...
Hello I am using SDK12.3 without softdevice on a custom board (with nrf51822 256k flash, 16kram without 32768 crystal).
I have written some code using GPIOTE to detect...
Dear support team,
I’m using nrf52840 with PCA10056 and SDK 14.1. I have problems of UART connection.
I do believe that MCU has physical connections to nrf52840...
Hi!
Now I am going to control the hardware flow and control the UART.
For that purpose, we send an RTS signal from the external MPU and the nRF 52832 that received it sends...
Dear team,
I bought a nRF52 DK which is labled "PCA10040 V1.2.1 2017.21 xxxxxxxxx".
xxxxxxxxx is a serial number, I guess.
I just could not run the most simple example...
a friendly hello to anyone interested in my question and setup
first i would like to explain the makefile setup, which works and 2nd i will go into the managed one and...