I'm not sure if this is the right place for this question.
I'm using the Settings subsystem for the BLE name.
When BLE is initialized inside matter, settings_load is only...
While using the nRF9151 DK , after inserting the onomondo sim and connecting, the Cellular Monitor SIM sections appears the Wireless Logic ICCID number instead of onomondo...
Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
Dear Nordic and community,
I am currently in pre-production phase of designing a PCB based on the NRF9151, and I am a bit confused by the Hardware Device Guidelines, which...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
I have made custom compiling environment using gcc. I precompile some parts of my software and send to team members .o files what they use in their project so that they don...
Hi, I am using an nRF51822 EK board to develop a custom application and I was wondering about the usage of the SoftDevice. Under what conditions should I use the soft device...
I have recently updated my DFU code to use the source files in SDK 6.1 to be able to OTA upgrade the SoftDevice and Bootloader. I've been able to get the Application to reliably...
Hi,
I am a newbie and would like to build a solution that combines nrf51822 with Arduino. Is this possible.
I find that there are many nrf5001 + Arduino solutions, but...
Hi,
I try to use APP_ERROR_HANDLER(err_code) with a custom error code ( for example 25) in a custom function. Error code reported is correct, but error line and filename...
hello,
Have any example about how to use "CHANNEL_IN_WRONG_STATE" ?
I don't know how to use it. and also don't know when softdevice return this even.
///< Command...
I am having an issue with pin changes triggering interrupts using app_gpiote. I've set up app_gpiote to watch pin 30 and trigger an interrupt on low-to-high or high-to-low...
Folks,
I'd like to use the single UART peripheral in the nRF51822 in interleaved fashion to support two serial "ports", e.g., sets of GPIO pins dedicated to separate serial...
Folks,
In the latest SDK (6.1) for the nRF51822 I see two versions of SPI master code in the Source folder and examples: with and without "5W" appended to the filename...
Hello,
Been posting a few threads lately on my attempt to get the ble_app_hids_keyboard example to work on PCA10003.
I've gotten the files to compile using Eclipse on...
Hello,
i am measuring the current on my nrf51822 board. While sending messages over I2C i have a current about 4.4 mA.
This should be correct? The CPU, 1v2, hfclk and...
Hello,
i use the nRF51 SDK_v6.1.0.0 with s210_nrf51422_3.0.0_softdevice.hex and EM:Blocks as IDE.
i have included the SD210 into the project wizard and created the s210...
Hello,
i am currently trying to integrate a timer properly to my project.
I want to set a pin to high for a duration of 1msec.
I configured the timer like shown below...
Hello,
i am currently working at a project which includes radio transmission based on th hal_nrf library.
I am using parts of an example code, which worked fine for me...