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...
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...
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 am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi
As title, many customers interested in Zigbee protocol complained SDK Zigbee had not supported KEIL or SES but IAR.
It will cause their R&D loading for using multi...
Dear all:
I would like to add the health model to PyACI (`interactive_pyaci.py`),from the SDK 2.0.1 we can know that there is two model in the script:
1. config.py
2...
Does any of smartphone chips supported Bluetooth 5 long range (coded phy) nowadays. For example snapdragon 630, 660, 835, 845 or mediatecs. If it does, how can you understand...
Hey guys,
I'm trying to use the ADC device driver in SDK 15 (saadc seems to always use an event handler and thus require interrupts, right?). It won't compile since there...
I am using sdk which is mesh 1.0.1
How to detect the number of nodes in the mesh network, just like adding or missing?
The light_swtich example The values of m_provisioned_devices...
I'm trying to setup a basic program for my NRF52DK to send SAADC values on pin0 of the board over Bluetooth to the nordic android app by updating characteristic values. I...
Hi
In the serial secure bootloader example (SDK 13.0), RAM region end address is defined as:
define symbol __ICFEDIT_region_RAM_end__ = 0x2000ff7f;
What are the last...
I'm currently developing an app for Android devices and I read that the Android API for BLE has it issues. How did you guys solve this problem?
The nRF Connect Mobile App...
Hi
I am trying to broacast advdata (1 second advertisement period) including battery level (0..100) and a counter
My doubt is related with ADC_IRQn fired period and power_manage...
Hi, i'm new to ARM and nrf . have a nrf52 DK , Can anyone suggest some good resources/tutorials/courses to get start development .I have beginner level experience in C/C+...
Hello.
I'm having to merge with ble_app_uart and hrs_pairing_nfc example. But, happend some problem.
I succeeded in merge by adding ble_app_uart example to the hrs_pairing_nfc...
We are developing a product based on ble mesh. We are planning to select NRF52832 chip. Currently what is status of ble mesh on this chip. Does nRF open-mesh support this...
Hi everyone,
I am using new mesh released sdk v2.0.0 in that i have successfully run light switch demo using 3 nRF52832 baord. One for provisioner, 2 client, 3- server....
Hello:
From the nrf52832 data sheet can be seen in the crystal pin is the internal input capacitance, in the table (19.4.2 64 MHz crystal oscillator (HFXO))on P109 , has...
Hi,
I am working with the HID keyboard example in the pca10028 development kit and I facing following problem.
I can connect, pair and bod with Android and IOS devices...