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...
Hi Nordic
Our customer is going to develop LE Audio porduct and have some question of firmware as below:
(1) Need to use I2S only CODEC (DAC) (2) Currently using the sample...
Hello team,
We use the module MDBT53-1M based on nRF5340 and there are no dc-dc components mounted in our hardware. Using nRF Programmer, we could flash nRF5340 for the...
Hi all,
I’m working on a people tracking system using the nRF52833 module , and as I’m new to this, I want to start with a proof of concept (POC). Here’s my current plan...
Hi,
I have a root certificate that is used by the popular TLS certificate service Let's Encrypt that fails to parse in NCS 2.6.0 on the nrf9160dk. You can find the certificate...
I am looking for an example 6 layer stackup for the use of the nRF5340 / nRF7002 combo that has been proven producible by pcb manufacturs. The nRF5340-QKAA requires microvias...
Hello, We designed and tested a firmware on the nRF52833-DK board, whith plenty of debug sessions and reprogramming. Then it has been build for our custom board, based on...
Hi all,
i am trying to update the nrf5340 firmware using STM32 as the master controller via UART. i initially tried to upload the .bin file of my project to nrf5340 using...
Hi Nordic Team,
I am working on a project where I am using an XBee module as the Zigbee coordinator in a centralized network and an nRF52840 (running the ZBOSS stack from...
Hi everyone, I have a problem when I configured custom board GPIO UART in NRF54L15. I know that the NRF54L15 have UARTE00, UARTE20-22, UARTE30. I just use 2 GPIO ( UARTE20...
I use the app_gpiote_user_register to set GPIO port 1 pin, but this registers only 32-bit mask, so it can only to setting port 0.
If I want to use the port 1 pin for app_qpiote...
Hi!
I'm attempting to run the application from this URL , but nothing appears on the serial console, and I don't see any posts on the toilet website.
Could you help me...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
Hello! Recently while performing a BLE firmware update using the mcuMgr Library, the stages of the firmware update are as follows VALIDATE, RESET, and fail on UPLOAD. When...