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...
hello Nordic
i work with nrf52840, SDK16.0 S140
i use QSPI for writing to an external flash (IS25LP064A)
if i write 16 bytes then its all ok but if i try to write...
Hello,
I have nrf52810 with soft device S132 5.1, SDK 14.2.
It works fine when NRF_LOG_ENABLED is enabled, data from NUS are printed in debug console. But Im not able...
Hello,
I am writing a BLE central application that connects to a device and should then discover ALL services on the device. I am new to Nordic and am using the nRF5340...
Hi
I am going to start an application with the mesh network. Here is my requirement,
1. I have to receive the data from the master device (STM32) by using SPIS (nRF52840...
Hello,
I am using the ble_app_uart_c_pca10056_s140 example code (SDK v17). This is the NUS BLE central device.
The code is almost unchanged from the example source.
...
I'm quite new to nrf.
These days I'm trying to program power efficient uart data sender over ble.
It receives uart and sends data fine.
The problem is it's not going...
Hello,
Does nRF52833 has support for FreeRTOS in version 16.0.0 of nrF SDK?
Is there any specific example with the softdevice and FreeRTOS?
Thank You,
Vineeth...
When we develop out product, we found it cannot connect to our server. After our check step by step, we found if we comment the code about RAI setting, MQTT service can be...
I wanted to add TWI functionality to the flash fds example and was confused about adding drivers with CMSISwizard. I manually added all the necessary twi drivers based off...
HI
I have got a new nrf5340 DK. I have tested four LEDs and HRM. It's working fine. But when I have tried to upload blinky or hello_world Sample from NCS v1.5.1, I can't...
Hi all,
I have tested successfully the wireless timer syncronization proposed by:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/bluetooth-low-energy/posts...
Hello guys.
I recently discovered that you included example codes for OSDP Control Panel (CP) and Peripheral Devices (PDs). In NCS v1.5.1 that I am using, they can be fund...
Hello,
I'm using the Infineon Optiga Trust X chip for ECDSA signature verification but I'm having trouble saving the public key.
Currently the public key is generated...
C++ exceptions can sometimes fail causing a std::terminate on every throw. This turns out to be a linker issue present in the following files:
nRF5_SDK_17.0.2/components...