On the nRF54L15, how can I update the maximum TX time to 17040 µs when using Coded PHY?
I'm currently testing with the Throughput sample in nRF Connect SDK v2.9.1. During...
Hi,
I'm currently working with the Thingy:91X and would like to measure the total current consumption of the entire board using the PPK2. I understand that the PCA64165...
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...
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...
Hi,
I am very new to nRF51822 controller. i got some problem with compilation.
i have downloaded SDK v10.0xx and tried to compile blink example from following path.
...
Using Segger Embedded Studio 310i in Linux and SDK12.2.0, I imported the Beacon example project (ble_peripheral/ble_app_beacon) from Keil. Right now I'm trying to make it...
Hello everybody,
RTC0 is used by the SoftDevice. Is it possible to use the current RTC0 counter value as a system time, so that RTC1 doesn't have to run additionally? For...
I created a service with several characteristic values. I can read the values without any problem with the Master Control Panel on my Android tablet, but reading from the...
I am working with nrf51, SDK 11, S130, Keil uVision 5 and have an Application with RTX and want to use DFU OTA.
The bootloader works with the app_hrs_dfu example.
When...
Hi, I tried to enable non-connectable advertising timeout using the macro APP_CFG_NON_CONN_ADV_TIMEOUT in es_app_config.h, but it has no effect. I test this using nRF connect...