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...
Hi,
I downloaded the nrF5 SDK V12.2 from:
www.nordicsemi.com/.../nRF5-SDK
after unzip, I could see the SDCard library under "\nRF5_SDK_12.2.0_f012efa\components\libraries...
Following III. Example code and Enabling whitelisting ,
I try to connect to the "nRF52 DK" board with a whitelist (Android BLE device address),
but I've never connected...
1、I use SDK9.0 ANCS project, the position is as follows:
SDK9.0\examples\ble_peripheral\ble_app_ancs_c\pca10028\s110\arm4
2、I need a project which is contained with...
hello there,
i am giving external supply to nrf51. my external supply is usb 3.3 v. but when i connect it with nordic and then if i check it on multimeter , it shows me...
Hi all,
Does anyone know how much current is meant to be drawn to discover nearby devices? I guess, in other words, how much current is drawn to put the nRF51822 in discovery...
Hi Sir,
I have a NRF 51822 board & MPU 9250 sensor.
I want to read YAW,PITCH,ROLL,ACC_X,ACC_Y,ACC_Z,GX,GY,GZ,MX,MY,MZ values from MPU Sensor.
Could you please share...
Hi All,
Continuing on with my project: a custom board containing nRF52 + ECG front end.
Successfully integrates SPI functionality; need 2 more interfaces:
32...
Previously you recommended using S132 v4.0.0 2. alpha release to get more than 8 central connections. As far as I know this revision doesn't implement Bluetooth 5.0 protocol...
Hi,
I have written a code which transmits data over BLE.
The board was getting reset.
What we changed is instead of sending application data we sent the RESETREAS register...
Hi,
I'm trying to change the MAC address of nrf52, using softdevice s132_nrf52_3.1.0 but we dont have sd_ble_gap_address_get() and sd_ble_gap_address_set() APIs in "ble_gap...
We are having a random current leakage problem with our nRF51822 based board. Normally, our board and the application consumes around 10 uA of current. However, too often...
For example, I have the following code:
bool interruptFlag;
void interruptHanler(void)
{
interruptFlag = true;
}
void main(void)
{
while (true)
{
if (interruptFlag...
Hi
Has anyone been able to write to the UICR NFCPINS register?
I am using the following code and it i get a cpu reset
/*=============================================...
I am facing problem to connect my computer with another devices. when i am trying to connect it with another devices, it not show on another devices. So please help me to...