I was working with IAR and SDK10.0 before. For some reason I have to transfer my project to Keil and SDK9.0. My program worked well for the old settings. While keeps got NRF_ERROR_SOC_NVIC_INTERRUPT_NOT_AVAILABLE...
Currently we are considering whether we should use external Flash Memory or NRF52 Internal Flash.
External Flash memory has a lot of drawback in comparsion with internal...
Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
I am trying to issue the command like AT%NCELLMEAS=3,3 on my console when running asset_tracker_v2 and using Serial Terminal, which is a superb terminal for issuing...
Is there a way to select an out-of-tree SDK from VS-Code?
From the NRF-Connect plugin welcome menu, I can select stock Nordic distributions, but I can't seem to select an...
I downloaded a public git repo here: https://github.com/Ahmedaltu/Distance_Measurement_Bluetooth
It is an implementation of the nrf_dm sample.
In my past efforts with...
Hello,
I'm am trying to use k_fifo_alloc_put and k_fifo get to add a then read data from queue (IoMonitorMessage custom object). However, when I add 2 objects to the queue...
I am trying to get SPI working but the cs pins is on P0.02/NFC1.
I believe this is because the gpio is not configured correctly. Here is a screenshot of my device tree....
Hello,
My application runs perfectly for like 14-15 hours and then when trying to connect to go into RRC connected mode to transmit the modem crashes with following error...
Hello,
we noticed for one of our boards that the nRF9160 is not able to startup with a floating MISO pin on the SPI where the flash is configured in device tree (SPI1 /...
We have a custom board based on the nRF52805 that does not have a LFXO, instead relying on the RC. We are using NCS 2.6.1.
We see current spikes every 4 and 8 seconds that...
Hi,
as mentioned in the title, when using the official vscode extension (nRF Connect for VS Code) for debugging and stopping a debug session, the target state does not get...
Hi:
I have the following hardware structure:
FPGA < -- SPI -- > NRF5340 (TX) -- ! ( ESB ) ! -- NRF5340 (RX) < -- USB -- > PC
Due to the nature of my application, I need...
Hello!
I am trying to collect data from an nRF52832 device which works as a peripheral to another device nRF52832 which operates as both Central and Peripheral.
Description...
Hi,
I am downloading GPS Almanacs from U.S. Coast Guard Navigation Center web site to inject into the modem using nrf_modem_gnss_agps_write() . Below is current almanac...
Hello,
I need a way to decide on which Api to use for UARTE (configured as uart1) once in main(). I am not intending to switch between them nor to use them at the same...
I am currently working on a project to migrate to the nRF Connect SDK. We are using the NRF52840-CKAA-R7 package of the nRF52840. However, I have not been able to locate the...
I'm develping application on nrf52832 with nrf5SDK v17.0.
The connection interval is set to 12 to 16.And the conn_sup_timeout is set to 1000.
The condition happened frequently...