When I initialize the SoftDevice with SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM, false); // Sets up Crystal Source to 20ppm 32.7628kHz
The project I based...
I am trying to make a product with NRF8002B. I finally have the product prototyped. The user will connect to the device, beep, light up, and track. It will always stay on...
Please,
It seems that "Flow Control" signal is not available on nRF24AP2-USB.
EVENT_TRANSFER_TX_START event message appears only one time after the first data packets...
I am looking for cheapest (up to few hundred USD) and simplest Arduino basic solution to track real-time RFID tags distance (also direction if possible) without additional...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi,
I'm programming the nRF51822 and save some user data into the FLASH by using pstorage_update . It works fine if I set system off mode, and wake it up. I can read back...
Hi all After successful installation of an update with the hep of dfu_target module, I am expecting the bootloader to swap the image and boot the new image with swap_type...
Hello! I have a nrf52840 DK. I am trying to build a custom keyboard on that SoC. I was able to compile and install nRF Connect SDK example on my DK. Everything works! ZMK...
Hello,
In continuation to the ticket: https://devzone.nordicsemi.com/f/nordic-q-a/70795/replacing-s140-with-s340-softdevice
I'm trying to switch between S140 and S340...
Hi,
I think I found a BUG about SPIM SDK15.3. The following is what I set the configurations for the SPIM0:
Then I use this function to active one transfer which just...
Hi,
I'm using nrf connect SDK 1.7 and following below guidelines to add I2C.
https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/peripherals/posts/twi-ic2-implementation...
Hi,
we have few queries regarding lighting mesh models support in ncs1.6.1
we were using NCS1.6.1 for mesh development
we were facing some compilation issues with LC...
I am using nRF52840 Dongle as Sniffer using Dongle. But when it captures the advertising packets,i am not able to see the preamble in the decoded packets. Please help!
Hello Everyone
I am really new to everything here, i just got nRF 9160dk board.
Can anyone please tell me the step-by-step method on how to make a very simple program...
Hello DevZone,
I am planning on making a system that uses peer manager ranking to determine which oldest bond I need to delete to make room for a new one.
I am using...
Hi Team,
we're developing firmware to send long range beacon by using LECODED phy channel. We notice that there is increase in energy consumption during advertising and...
Goal: Using NRF9160DK board, communicate nrf9160 and nrf52840 over UART
I tried to use UARTE on both sides. Below is project configuration and overlay file for both boards...
Hi,
I was using the AWS-IOT example and all was working until it wasnt. In troubleshooting this, I loaded the modem shell example, to see if it was a network/connection...
Hi everyone,
I implemented nrf5_SDK_17.0.2 ble_app_uart example, so I connected an external device to my nRF52840 DK and I received the data by my android phone.
Now I...