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 have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
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...