Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hi,
I have quite demanding SPI device which should send its data over BLE. Thanks to throughput example i was able to achieve maximum transfer speeds for synthetic tests...
Here are some values I got from the terminal:
11011110000000000001000000000010
00000010000001010000010000000011
00000011000000010000001011011110
I do not see the sign...
Good morning,
To my knowledge, the nRF52833 dk as well as the reference designs are FCC certified.
I'm currently searching the FCC IDs for these designs but I'm not able...
Hi
Using nRF52DK + SDK17.1 + S112
I have retarget enabled & using printf to output over UART (no DMA)
What's the best way to check if printf is busy outputting data...
Hi ,
What I am trying:-
-connect the custom board with nrf52840 chip using nrf52 dongle on pc with python.
-Already set some commands on custom board so when my pc ...
Hi:
i use the application note nA34's python file (dtm.py) to perform DTM PER test among 2 nRf52840 DK.
and in the LE_Test_Setup command ( the only set command which upper...
Hello,
Every time I try to run the sample gnss in SDK 1.8, I got this error gnss_sample: Failed to generate JWT, error: -8
Please can you let me what this error means...
In my application, we do not expect Centrals to have persistent relationships with Peripherals. We don't need them to store information about each other. However, we do need...
i am working with NRF52840 and i am using nRF Connect SDk.
can i get the help/documentation or guide to add the custom service.
can anyone compare and explain with nRF_SDK_17...
Hello,
I'm using NCS v1.9.0 with a nrf5340-based device.
Is there a method to update the public key embedded in MCUBoot using DFU after the initial load? I'm looking...
Hello,
we are using SEGGER Embedded Studio for ARM 4.16 to program Nordic chip nRF52832 (SDK is nRF5_SDK_15.3.0). We would like to have some functions executed in RAM and...
Hi,
I saw that LOG_HEXDUMP_INF prints debug data to a console, Is it possible to write in a dump file at memory..? As I have a requirement to generate core dump file ...
When I debug the peripherals box is always empty. I'm using a nRF9160 on a custom board, J-Link pro.
I reinstalled VScode including deleting all settings, and reinstalling...
On MacOS with VSC and nRF Connect for VS Code v2022.10.30
Using Connect SDK and toolkit v2.1.2
Using nRF5340 DK board v2.0.0
Creating, building, flashing and running...
When I use SES and the optimization level is Release, nrf_sdh_ble_enable will return the error code NRF_ERROR_NO_MEM. But when I opened LOG, it returned to normal. When the...