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...
I tried to run beacon example (from SDK 9.0). Even after uploading hex file I was not able to "see" becon. I'm using st-link v2 and openocd. Let me tell a bit more about what...
Hi,
I'm making device with nrf51822 chip and 400mA battery.
It connects to smart phone.
It has to calculate heart rate and some other things, so it's doing it on device...
Hi All,
I just bought the Nordic Semi nRF51822 DK (without the starter kit). I tested the Heat rate monitor app and it worked fine. It could send some random values to...
Dear all,
I tried the example program ble_app_uart given in the examples section of the Nordic folder in Keil installation. I created the hex code and programmed my chip...
I was just at the Nordic nRF52 Global Tour in Atlanta and I received the nRF52 Development Kit (PCA10040). One of the Nordic engineers mentioned that the nRF52832 is at rev...
Hi all,
I am using the BLE nRF8001 and EFM32 (ARM Cortex M3). I used the following SDK for connecting the modules using ACI (SPI). github.com/.../ble-sdk-efm32
Now I...
brownout reset = 1.7V
Operating conditions VDD(Supply voltage,internal LDO setup) = 1.8V
(by 1822 Product Specification)
In between 1.7V of 1.8V, or it would have been...
Greetings, I've been using the ARM GCC tools for about 2 months with success for programming the NRF51 DK board. Now I would like to try out the example found in:
examples...
I run step by step the example of adding DFU to ble_hrs, everithing runs fine.
I try to change in the same way another example, ble_app_proximity.
The problem is that...
Hello everyone
i have created one custom service and i succed to compiled then i checked my service via master control panel it is showing unknown service but i named it...
Hello,
I have a question about including multiple identical services in GATT table. For example, my device has 2 batteries so I need 2 battery services (with same UUIDs...
Hello,
I am developing a NRF51-based peripheral (S110) device with N tactile switches - each one assigned to single "bonding slot". I need the peripheral to be able to...
i have use nrf51822
when no connection creat between android nrfUart app and backon kit so autometically sleep in 180 seconds,
but i have need sleep condition in connected...
I'm new to the Nordic range of devices and the SDK.
I have a project where I'm using the HAL in the SDK to configure GPIO/GPIOTE and the UARTE0. With both the GPIOTE and...