Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
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...
Hi to all!
I'm trying to use the same GPIO to wake up the nrf52810 from system off and also use it to execute some functions. I have this code that is based on the example...
I'm trying to load a program to a custom pcb with a n52832 chip, but shows up this error in the Programmer: Failed to load readback protection status: async task failure for...
Hello,
I am working on a project that modified from ble_app_uart_c, with sdk v16.0, softdevice S140
In my case, I defined an event observer by
NRF_SDH_BLE_OBSERVER(m_ble_observer...
Dear Mate,
I am using bl653_dvk board i followed this link clearly (+) Add DFU support to your application - Software - nRF Connect SDK guides - Nordic DevZone (nordicsemi...
I am working on a project that need to receive extended advertising data, I modify periodic_sync from nrf connect sdk to get the data and it works for my device, but I need...
Hello,
I am testing current consumption of my custom board with PPK. There are some passive components (resistors, mlcc) on the board also with active components (accel...
Dear Nordic,
I want to scan slave devices , so I use TWIM nrfx driver to send zero byte data, I don't got error code, but I don't receive TWIM event too. I found a example...
Hi everyone,
I want to design PCB for nrf52840. Do you have any suggestions before i start?
I used STM32, PIC, Nuvoton and Atmel series IC's in my PCBs. But nrf52840...
Hi There,
I am working on a Door lock system using Nrf 52840 Chipsets having BLE and ZigBee Communication protocol. I wanted to have ZigBee OTA DFU feature in my product...
Hi there,
We are seeing a massive difference in UART current between the same revision 2.0.0 nrf5340 devkits. Below, with the UART enabled with HWFC and only the receiver...
My project is using nRF52840. Early software development used an nRF52840-DK to develop most of the software. Software is based on Zephyr using nRF Connect version 1.6.1....
Subject pretty much says it all. I'm looking for a Zephyr project example that uses PHY CODED. I'm using the nRF52840 with NCS 2.0.2 in the vscode environment. I have things...
Hi
We have a freeRTOS project using nRF52840, I found that if I put SPI transfer API before running task is OK, but it has a problem if I put in the task,
Does anyone...