Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
Ok so here is the issue. I was trying to build a simple application which is described in the tutorial for characters. After building an advertisement and understanding the...
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...
Is it possible to add custom regions for a project to be used by the Partition Manager? I see how and where regions are defined, as shown here , but I'd like to use multiple...
I have a nrf9151dk with a nrf7002ek shield. The nrf9151dk has the DECT NR+ PHY firmware running on the modem core.
I would like to do Wi-Fi positioning with the nrf9151dk...
Hello,
I am using the nRF52833 - DK and running the USB CDC ACM example. I can transmit and receive data with the example. I noticed that when receiving data I am only able...
I am using Zephyr 3.7.0 with the Nordic-provided low level link layer (LLL) code on an nRF52840-DK. I'd like to set a breakpoint on rp_comm_rx_decode() ( https://github.com...
I want to connect two nRF54L15 development boards using I2C protocol. Is there any sample in nordic SDK v2.0.8 or v2.0.9 that I will help me to set up nRF54L15 DK as a master...
Hello,
To preface:
HW: nRF9151DK
SDK/Toolchain: nRF Connect SDK v2.9.0
I am new to Zephyr (first project)
When using a nRF91 modem, it seems that CONFIG_POSIX_API...
Hi there,
I would like to get information regarding the possibility of implementing 5.1 isochronous audio streams on the nRF5340 Audio DK development kit. According to this...
I've been using the function nrf_ble_scan_filter_set for several years with developmental hardware based on the ble_uart_c example, so I've reviewed that example thoroughly...
Hello,
I'm not able to sniff BLE using your tool
I tried to configure nrf sniffer with nrfutil.
OS: MacOS 15.1.1 (arm)
Wireshark: 4.0.17 (it seems the actual version...
Hello
Is is possible to enable MCUBoot image compression on nRF52832 ?
I tried to enable it following this blog post but I got a compilation error :
Compiler insulted...
Planning on using the npm2100 PMIC as our PMIC for an upcoming asset tracking solution. We will have an accelerometer that will determine when the main MCU (nrf54) wakes up...
I am using peripheral_uart as my base project. Right now MTU value is 23 I believe as I can receive only 20 bytes of data at a time. How I can increase the MTU size with configurations...
Hello,
in use is the nrf connect sdk v2.6.2 toolchain v2.6.2 on my nrf5340DK
I struggle transmitting ADC data from my nrf5340DK via USB to my windows PC. On my PC there...
I've added some debug information to the build of my application. The added stack usage has caused some threads (USB, BLE) to overflow the stack and cause random crashes....