The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
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...
Hello. The problems with starting advertising started after I wanted to add NVS (most likely). The error occurs in the bt_le_adv_start function
What does this error mean...
I am working on a project with the nRF9151 chip. In this chip, I am using the LTE modem in eDRX mode .
Apart from eDRX mode , I also want to put the MCU into sleep mode...
Hi,
I want to use the nRF53 with the timesync demo ( https://github.com/nordic-auko/nRF5-ble-timesync-demo ) to start an I2S task when a timer overflows on the net core...
Hello, The DevAcademy fundamentals lesson 6, example 1 shows how to connect a bme280 to a DK. Then in lesson 6, example 2 it shows how to connect to an onboard light sensor...
Dear Sirs,
I am writing you to inquire about following questions about nRF5340. Especially,regarding the configurable bitrate for the LC3 codec in nRF Connect SDK Ver2.8...
Hi
in my application, I need to reduce /disable RAM sections in nRF54L15 to save Idle RAM current. For Example, I need to retain only 64KB RAM when I am in idle.
how can...
Hi folks,
I'm attempting to program an nRF52833 using a Segger J-Link+ connected to the SWD program/debug pins on the board.The board is only an nRF52833 - as a learning...
hi, noted a few things in the Rev 1 Errata v0.8 that might be tricky to solve practically in sw/hw
3.16 [33] RADIO: GPIOs can exhibit radiated emissions
max...
I'm currently attempting to register a service and it's subsequent characteristics statically using variables and not hard coded GATT tabel , I can successfully register an...
Hello,
I've been playing with an nRF54L15 PDK, specifically with the sid_end_device sample. I was having a lot of trouble getting the device to register/connect to Sidewalk...
Dear,
We have project using normal advertisement (not extended) on a nrf5340 module (Raytac MDBT53-1M) to send data using Manufacturer data.
We have a product already...
Hi, Currently Im developing on a custom board that has a NRF52840 and a NRF9160. Both MCUs communicate using UART Async API and I added the support for LPUART on both sides...
Good day, I'm trying to use pin 1.02 as a GPIO in a TF-M build using a (custom) non-secure board target, and I'm struggling to find the appropriate way to accomplish this...
Dear Nordic Team, we are using the adafruit_feather_nrf52840 and nrf52840dk for our prototypes and recently the toolchain around nrf and zephyr has become a problem. Build...