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...
I am trying to use the mpsl_radio_notification_cfg_set() API function to configure a radio notification. However, calling the function returns -115, which is (NRF_EINPROGRESS...
Hi:
We are develop an Central Device can Connect 8 BLE Device in same time. and want max throughout. it use queue and freeRTOS. the Central TX is simple.
use sd_ble_gattc_write...
After successful compilation of code the west flash command shows this output after using Tag connect to debug the icarus board with the nrf9160 development board. Normally...
Hi. I know this issue already point out by some of the developers. But I don't get the right way to generate a hex file for my client.
I select the Release on the top right...
When using the local timer of the SAADC it should be started with TASK_START according to https://infocenter.nordicsemi.com/topic/ps_nrf52840/saadc.html?cp=4_0_0_5_22_4#concept_continuous...
Hi there,
I'm interested in using LittleVGL (lvgl.io) for my project. There is a LittleVGL example using nRF52840 in Zephyr project, but no in the nRF Connect SDK. Are...
I have successfully implemented the meander PCB antenna outlined in this app note, however, I am looking for and cannot find information on a shrunken version of this antenna...
I am trying to create an AOA link sending a CTE from an nrf52811 (BM833A module) and the receiver with an nrf52833 (bl653 module). Analyzing the CTE detection data, the first...
Hello guys,
I've a PCA10040 connected to my laptop.
It works fine with all the .hex BLE template example in the nordic SDK except with the UART example.
After download...
Hello,
I was using the usbd_ble_uart code for the nrf52840 dongle. When I connected the dongle to u-link 2 debugger and used keil uVision I was just doing my settings in...
NCS version:v1.5.1
board:nRF5340DK(0.11.0)
first,i use SES Embedded open radio_test project and choose nrf5340dk_nrf5340_cpunet ,and use [west flash --erase] download...