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 using Arch Linux, with kernel 4.9.6 on a 64-bit laptop. Using a window manager with no desktop environment.
I'm trying to install Segger Embedded Studio 310i , which...
Hi,
I am working with nrf52DK and Sim800l, I want to send some data using GPRS commands like AT etc.
I am having a market build module for Sim www.circuitstoday.com/....
Hi,
I am using the example code supplied by the blog for reading humidity from the HTU21D sensor using TWI . My humidity and temperature readings are constant and never...
The code generated from the BDS plugin (v.1.2.4, found here: question including link to v1.2.4 ) is failing because of missing references to boolean_t and bds_boolean_encode...
Hi, I need a simple timer that interrupts every second. I'm trying to use the code from the sleep timer, but it isn't working. this device is the PRX, so i don't want it go...
Hi.
I'm using the arm_sin_f32 function to generate an array of sine wave values. However when this function gets called the softdevice crashes.
I've included:
#include...
I've been trying to chase down some of the engineering samples of the nRF52840 for a prototype with no success from distributors here in Japan (have tried Digikey and Mouser...
Hello,
I know that the NRF_TEMP peripheral is a restricted peripheral and should be accessed with the sd_temp_get function when the soft device is running. Heck I even...
Does the NFC library globally disable interrupts at any point? We're trying to track down an issue where our code occasionally misses an I2C event during NFC read/write.
Hi all,
when I try to send 6 bytes of 0xFF, the last bytes change. I use SPI in mode 3. I use the NRF52832 on a custom board using SDK13 with sd v4. See the following screengrab...
Keil4 compiler in the compiler C and assembly of the mixed code, the error content is: Branch offset 0x00000388 out of range of 16-bit Thumb branch, but offset encodable in...
This function contains a lot of tags that need to jump, but at compile time there are these errors.
this is ARM compilation and C mixed,How should this error be handled?...
Hello, I am trying to develop on the NRF52. I have the development board and have been spending time with the SDK and documentation. I understand how the GPIO should work...
Our nRF51822, S110 device uses concurrent advertising (iBeacons) when connected to the central. Our customer would like to have a variable tx power on the advertising packets...