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...
Can you please help us to convert following snippet from dts to mp_static.yml to use it for DFU applcation. We have external nand flash which used with littlefs and internal...
Hi all,
I have to measure the frequency of a PWM signal routed to one of the nRF52840 GPIO pins.
The signal frequency is ~3MHz.
The measurement is done with the help...
I am encountering the error message " <err> net_pkt: Uncontiguous data cannot be linearized " when already connected with nRF7002-DK to a Wi-Fi network using the EAP-TLS authentication...
I'm following the nordic academic courses, which are very nice by the way!
I've now followed three topics and I find three different variants which confuse me a lot: ...
Hi there,
So in my previous posts, I have been asking questions about setting i2s on two nRF devices in different modes. I have been successful in making it work.
...
Hello,
is it possible to read UICR at address FF8000 from a non secure application for nrf(160.
If yes, can you provide sample code and CONFIG to enable in prj.conf. ...
Hi,
I’m currently working with the nRF9151DK and using the nrf_modem_lib to test some AT commands. However, I’ve encountered an issue with the SIM.
When executing the...
When using the SPIM4 at 8 or 16 MHz, the clock looks nice and even. But at 32 MHz it consistently skips a half beat on the 16th clock pulse. In other words, while all the...
I am working on nRF54L15 and I want to store some user data in flash and for that I want to define the partitions.
I have selected the Target: nrf54l15dk/nrf54l15/cpuapp...
I am running smp_svr demo on my nrf54l15DK board, and use mcumgr command on my linux.
I could connect to my ble device and echo hello successfully (via peer_name='Zephyr...
Body:
Hello Nordic Team and Community,
I am working on a project using an nRF52840 chip on a custom breakout board . I am not using any pre-made development boards or...
During the testing phase of my device I use the Zephyr (uart) logging module and the Zephyr shell module(CONFIG_SHELL_LOG_BACKEND=y). Shell is mostly disabled, and is enabled...
I followed the migration guide for NCS 2.8.0 here for a custom board with engineering rev B silicon. After doing so I can't flash the board anymore and it gives me this error...