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...
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...
Hi,
I understand that the CoAP Client sample is configured for a public URL (californium.eclipseprojects.io) in the Kconfig file. I wanted to ask, how the KConfig file...
Hi,
I am trying to perform DFU over mesh network. I am following the steps as given in this .
I could achieve the steps from 1-6. But while running the command for Transferring...
Hi,
When running FreeRTOS I'm not able to use the NRF logger module once the task scheduler has started.
I have a low priority task that flushes the logs but whenever...
Context: nrf52840DK, s140, SDK 17.0.2
Hi,
I need to oversample a few ADC pins with burst enabled at roughly the same time periodically: e.g. oversampling 4 separate inputs...
Hello,
I have nrf52832 dev kit and the device. I try to make smaller code size and setup Optimization Level 2 for size.
BLE works, but when connect by NRF connect and...
Hi,
I am currently developing a product which is supplied with battries (chip is nRF52810). Under normal conditions, the product goes into system OFF mode in standby, it...
Hi,
I'm testing a custom board, based on nrf52832_xxab SoC, with a SWD interface. The board was working fine, but suddenly the debugging interface stopped working. Any idea...
I am curious whether there is a correlation in distance between different devices in a BLE connection.
A picture is attached to describe the situation.
A sensor-board...
Hello dear support team, We are in the process of designing an enclosure for our device. The enclosure is going to be molded and we would highly appreciate your support to...
My requirement is to send from Controller Device to NRF Ble Device through UART of 40Bytes at the rate of less than 1ms. Currently I am using ble_app_uart example as a reference...
Hello,
I am working on the ble_app_template example, nrf52840, SDK 17.0.2 and Segger Embedded Studio version 5.34. I have added multiple custom services to my code, however...
Hello,
as part of my project of wearable solderless modules, I've packed the nRF5340 to the same 20x20 mm form-factor - it was described earlier as part of the https://devzone...
Hi,
We have the nRF52811 in QFN48 fitted to a number of products, with the chip showing 'QAAA0 1850AA'. Does this mean that it's an early Revision 1 ? The Errata in the...
Hello,
I'm new in the Nordic sphere and I'm starting in embedded programming. I was confronted with the following problem and I will try to give as many details as possible...
Hi,
got a question about UART and maximum bytes it can receive in one burst or "packet".
Using nRF52382 and SDK16.
Recently I've been developing a new app in which UART...