I am using XiP with partial code running from MX25. I am facing issue where I am getting hard faults when Erase is happening and at the same time the ISR from XiP region is...
Sending array unit8 type data using BLE failed, and attempting to take 2 bytes of data from the array and send it also failed. Does anyone know what this log error means?...
Hello. I am using nrf52832 for Ble-based positioning. currently i am tackling with establishment of an anchor measuring rssi values and sending them to a central center (a...
Hi, AFAIK, factory data is written during production and will not be modified later.
Will the factory data be modified after FOTA?
I noticed that the certificate declaration...
Hello! I'm looking for a way to include fast charging capabilities in my product, while still allowing USB2 data to pass between any host PC and the nRF52840. As I understand...
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...
We have encountered a problem in using iic to communicate that the delay cannot be removed.
We are using the sample in NCS,
the address of the sample is C:\ncs\v2.6.1...
Hello all,
I want to do current measurement for nrf51822 which is flashed with my own ble application which uses some custom services. As mentioned in evaluation kit user...
Hello,
My team and I are trying to decide how to power the nrf51822. We will be using a 3.7V lithium ion battery as our power source.
I saw in another post that it is...
I am planning to use the LPCOMP in conjunction with an external reference. I would like to just use a voltage divider to create the external reference.
Are there any impedance...
I recently received a nrf51822 mbed board.
I went with the mbed board over the EK because I figured it was more 'open', without realizing exactly what mbed was. I played...
I use the SPI slave function on 51422. When I send a byte(0x31) to 51422 SPI slave from master, 51422 will back a byte (0xAA - DEF byte) to master. Why?
I send 0x31 every...
Many Bluetooth library features are not yet available and so I would like to use a standard tool chain to compile sample programs and my own programs to run on the mkit.
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...
Hi
I found there is bonding managing routine in SDK HRM and Proximity examples.
bond_manager_init();
It means in these two case, after pairing with BTLE host, the...
My question is regarding the PPI channel groups. The documentation is extremely limited and leaves many questions.
My goal is to generate 3 PWM signals from a timer with...