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...
I'm developing for the NRF52 DK (nRF52832) using VisualGDB (which uses SDK v11.0.0).
Right now I'm facing two problems:
1. How do I properly handle interrupts while using...
There are tickets from 3 years ago that claim that nested CRITICAL_REGION_ENTER calls are not supported. Or they are supported if you write your own macros.
It appears to...
Hi there,
When using a PIN as RESET, what is the minimum activation time required to insure a reset?
I thought this should feature in Table 16.10.3 but I could not figure...
What is the logger message pool? There are two main definitions for it:
NRF_LOG_MSGPOOL_ELEMENT_COUNT
NRF_LOG_MSGPOOL_ELEMENT_SIZE
However it is not clear what it...
Hello ,
I want to use the NVIC to manage the interruption of the accelerometer and to run a specific program, are you ideas about the possibility of this?
Best Regard...
hi,
I am using nrf 52 DK and softdevice S132,PCA10040 board . I need to toggle a pin,set a pin,reset a pin .can anyone take this ticket to a sample code/ code snippet and...
Hi,
I have a project with 52810 which I use rc for LF clock source and I need use P00 and P01 as general GPIO, I have set both CLOCK_CONFIG_XTAL_FREQ and NRF_SDH_CLOCK_LF_SRC...
We are developing an nRF52832-based circuit with 1.8v power supply, which features BLE, NFC, SAADC, I2C & SPI.
According to datasheets, all 3rd party components are also...
Hi,
we plan to use the nRF52832 for a new project, I have two questions:
LE secure is supported, is this right ?
We want to pair up to 8 phones with our device....
Hi,
I am using SDK 14.2 with nrf52840 board. In my project I am using USB and BLE together. I have noticed that when I enable the LE Secure pairing and after that my USB...
Which nrfutil version should be used with Mesh SDK?
Getting started for Mesh has the link to nfrutil verison 0.3.0.0. In pc-nrfutil github repo the latest version is 3.5...
Hi!
I try to do simple led blink on nrf51822 and after build i got this:
Checking project status
Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’
Compiling...
Hi,
I am using Segger IDE and now I wanna to use the temperature sensor presents in the PCA10040 board.
I tested the SDK example using the keil and works fine. When I...
I have your NRF52 DK and beacons.
I want to make the case so that my Nordic NRF52 DK will get data from Nordic beacons and forwarded that data on the UART port of PC....
Hi there,
I am developing a BLE dongle, and a BLE peripheral both based on NRF51822QFAC. The BLE dongle scans, connects, and disconnects the BLE peripheral by UART commands...