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...
To the kind attention of Nordic support team,
I'm testing a freertos project, with softdevice and radio notifications. A constant number of notifications is queued before...
Hi guys. I saw a previous post saying the LE Power control not supported.
For nRF Connect SDK v2 / nRF52 or nRF53, are there updates on LE Power control?
Since that...
Hi there,
I have just started the NCS Fundamental Course and I am stuck on Exercise 4 Lesson 1 and Lesson 2. There are two problems that I am facing.
1) If I use the nrf52832DK...
Hallo,
up to now I worked with nRF52840-DK 2.0.1. After compiling, flashing the board was quite comfortable by means of the JLINK drive, which automatically opens after...
Hi there,
This topic coul be part of a BLOG POST called OTA updates of a Nordic Device I think
Btw, my issue is this: Handle an OTA update of a Nordic Device, getting...
In my project, button ,charge state check and ACC sensor Interrupt pin, use GPIOTE; when The device is charging, keep this state one night,n ot unplugging the charger.when...
Hello
I am developing a single program for two sensors, one is "BME680", and other is "BH1749" with thingy-53. But i could not see the output although i have no errors....
Hello, How to get bind state for each model (done successfully on past) with interactive py act ? When I call the command to get composition data the answer is the default...
Build the sample using west ... like so ...
west build -b nrf5340dk_nrf5340_cpuapp_ns -p=auto --force -d "C:\nRF-Projects-2\psa_crypto\" ".\zephyr\samples\tfm_integration...
Hello everyone,
I am developping a custom board with an nrf52840 chip and 2 of my boards are constantly blocked in HardFault of the cortex m4at the beginning of any program...
Hi everyone, I am searching for a solution to interface with a custom board using nRF52810 based on USB-C connector.
Our new PCB has routed the USB C data lines to nRF52810...
Hi,
We just upgraded to the latest version of Zephyr, and all of our out-of-tree driver using I2C (TWIM) are now broken.
All the i2c_xxx function return -5 with a NACK...
I haven't been able to find information on the method used by nrfutil to generate the private keys. How secure is the randomness without a seed? Can I seed it?
Hello everyone,
I started an evaluation for the Nordic Thingy91 using the "mqtt_simple" example from the SDK1.6.0 version. The Thingy91 is HW-version 1.4.0. Programming...