I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
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...
I'm following the instructions to build a co-processor using the nRF52840 dongle, on Ubuntu 22.04: https://docs.nordicsemi.com/bundle/ncs-2.9.0/page/nrf/protocols/thread/tools...
I have tried to debug my nordic5340 with VS code and it fails to load the code, although I'm able to flash the code using vs code.
when trying to track the problem using...
Hello,
I've come back to an existing project after a reboot of my computer and I'm now getting the error when I execute a build:
ImportError: Module use of python39...
https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/lessons/lesson-6-serial-com-i2c/quizzes/lesson-6-quiz/
I think "i2c_read()" can only be used by I2C master...
Hi, how can i build and flash the Thread CLI sample code to my dongle? doesnt seems to work the .hex file? any links or steps tutorial i can follow closely please. i am setting...
Hello everyone,
I read in the datasheet of the nrf52840 that an instruction cache is included in the chip, but I couldn't find details about it (i.e. its architecture, consisting...
Hello fellow Nordic users,
I'm completely new to NRF technology (started about a month ago) and I've hit a wall, though I'm not sure of its origin.
I know may be similar...
Dear Nordic team,
I am maintain firmware on nRF51802QFAA with SDK12.3.
It starts a timer within 5 seconds interval, in timeout_handler, it will read sensor data via i2C...
Hello, Our peripheral device (52840) broadcasts BLE extended advertisements with 1 Hz frequency. Each advertisement has a "manufacturer data" with sensor readings. To estimate...
I am using ncs2.7 on the nrf9160 with MCU boot. MCU boot is configured and is able to update the main app with no issue. Is there a simple way for the main app to read the...
The coaxial connector on the nRF5340 devkit is an SWF connector with the Murata part no. MM8130-2600.
What are the possibilites for connecting the devkit with an antenna...
Hello Nordic team,
I bought newly announced NRF54L15-DK board. Its version is v0.9.1. I am using NCS v2.8.0. I tried to test sleep current via nrf52840-dk and nrf54l15-dk...
I am developing an application using the nRF5340 Bluetooth chip and have encountered an issue.
When I use the nRF5340_CLAA package, I have difficulty directly connecting...
I am a student working on a project for university "forced" to do something unconventional:
I am currently writing a "custom first stage bootloader/updater" for a nrf54l15...
Hi, I'm running the "samples/pmic/native/npm1300_one_button" PMIC sample w/ my nrf54l15k. I'm able to initialize the PMIC through I2C successfully using the sample default...