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...
Hello
how can i found a input capture example to read external 125KHz PWM Signal, so we can measure the time from falling/falling edge or rising/rising edge or falling/rising...
Hello, from reading devzone, the recommendation for optimal GPS performance while using the nRF9160 DK, is for the antenna to have an unobstructed view of the open sky.
...
Hello,
We have got some devices in the field that run mfw1.3.1 and an application that have some issues with preforming modem FOTA correctly. I'd like to update them to...
Hello,
I have been trying to provision and configure two nodes running Light and the Light_switch examples using a separate node running the mesh provisioner example from...
Hi,
I'm porting an older product that used a Microchip MRF24J40 SPI radio and a PIC processor to an nRF52840 and I'm struggling with how to replicate both the CRC calculations...
Hello,
I am using nRF Connect for VSCode (v2022.7.242) and discovered that the softreset option for a task has no effect.
Task:
Output:
As you can see it is...
Hi All!
I am using a hologram NB-IoT sim card in nrf9160DK. And want to connect it /send data to nrf cloud. I have activated the sim from the hologram website. When I tried...
I bought this device becouse I want to use it as Open Thread Border Router.
I followed the steps on your website: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest...
Hi All:
Good night!
We have 3 pcs of nrf52840-DK and would like to implement and test remote provision functionality with nrfsdk_17.0.2 and nrfsdk_mesh_5.0.
When compiling...
Hi,i'm use latest ncs sdk to develop bluetooth application which use Periodic advertising, when i get started with samples(bluetooth/periodic_adv), and use Ellisys capture...
Hello,
Is AT+COPS manual selection mandatory or just a preference? We have an issue with 9160 choosing a network without PSM if it has better signal quality (when roaming...
Trying to flash devices and getting this error:
make flash
DONE nrf52840_xxaa Flashing: _build/nrf52840_xxaa.hex nrfjprog -f nrf52 --program _build/nrf52840_xxaa.hex ...
Hi,
In our old project we developed low energy sensors based on the Nrf52811 (nrf Connect sdk), using advertisements to broadcast the sensor data, then collecting them with...
Hi
I use the nRF connect SDK v2.0 installed with the toolchain manager and tried the distance measurement which works fine but doesn't use the high precision mode. I changed...
hello Nordic
i am working with zephyr NCS(1.7.1) , with vs code (on manjaro) with the nRF connect extension.
i am looking for a way to map my include files, to find dependencies...