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...
what is the start_on_notify_cccd_handle in the ble_conn_params_init_t?
I don't know why use this variable.
It seems to be used for conn_params_negotiation()... but isn...
Hi,
I'm using "bootloader secure" example from sdk 12.2 and I modify it for instead of use button to enter in DFU, use a value written in a memory position.
As in other...
How do you do!
I now use the chip is nrf51822AC, RAM space size of 32K. The size of the RAM occupation of my current program is
8K, I would like to ask, why this time the...
Hello Everyone
I am really new to everything here, i just got nRF 52832 board,
Can anyone please tell me the step-by- step method on how to make a program in keil uVision...
Hello,
I'm stuck in DFU using HCI(serial)..
I'm using nrf51822 , softdevice s110 ver 6.0.0 . I used example code in
"nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\device_firmware_updates...
Hi All,
I have a nrf52 PCA10040 Kit with me . I loaded the BLE app UART Central example binary into my Kit . The LED 1 is blinking (Scanning Indication) But am not getting...
I went though steps point here Everything went well. We create bootloader settings hex file base on our application hex file I'm a little confusing now. Should I always create...
Hi dev team,
in my design I am using the nRF52832.
On the GPIOs (P0.14,P0.15) I've connected a Darlington Array ( ST ULN2001 ).
My circuit is living of a super cap...
I coded following
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.read_perm);
BLE_GAP_CONN_SEC_MODE_SET_NO_ACCESS(&cccd_md.write_perm);
char_md.char_props.notify = 1;...
Hi,
What does it means number 0x1D in p_ble_evt->header.evt_id in ble_db_discovery_on_ble_evt ?
I didn't get any error code, but service discovery is not completed.
Is...
I've noticed that Wireshark seems to occasionally report malformed data.
The malformed data seems to happen about 10% of the time and comes from all my smart beacons.
...
I am a beginner in the study of Bluetooth, and I have difficulty in understanding the purpose of API functions Bluetooth stack. For a better understanding of the system API...
I'm using MCP 3.1 and tried flashing the dongle from it multiple times. I also tried reinstalling MCP, but to no avail. When I flash some Blinky example using mbed it works...
I want to read whole flash memory using for loop and see how long it takes. What i have noticed is that it does not print all the lines. On the other side i ask myself: Does...