Hi,
I am running Matter TH.
Among them, there is an error in the TC-DA-1.2 test step 6.9 certification_type check.
The reason for the error is that the certification_type...
Hi everyone,
Environment setup: - I am using Zephyr OS 2.5.0 running on nRF52840 board. - MIRA mesh integrated in the application.
Problem description: - Firmware A has...
Hi,
I tried to change security level, but it's not changing.
When i set CONFIG_BT_SMP_SC_ONLY =y, it's working well with security level 4,
but i want to change mode1...
I have followed the instructions in the DevAcademy Cellular IoT Fundamentals Lesson 3 Exercise 1 exactly, (whilist filling in the gaps from the cloned cell-fund repo) and...
I'm working on a IoT device that leverages the AWS IoT and AWS FOTA components from the nRF Connect SDK. The device is battery powered, and so I want to limit the connection...
Using FreeRTOS and SDK 15.3 on nRF52840 and SES, SD 140
I'm following along with the NUS example project in this particular release and have a problem I'm a little stumped...
Hi all,
I may have encountered an issue with nrf9151DK board.
When I only set LED1 with dk_set_leds (DK_LED1_MSK) the LED1 and LED2 are both lit.
Setting other leds...
hi,
i have a requirement to connect two nrf51(PCA10028) boards to connect each other.
1).if i turn on the Board1 should scan the bluetooth devices if any other bluetooth...
Hi,
I followed steps specified for development-with-gcc-and-eclipse using link
devzone.nordicsemi.com/.../
Following are the snapshots of my development environment...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform. Specifically using it a Central role to connect to a commercial Blood Pressure peripheral...
As far as I understand the nrf51822 has only 1 hardware uart. I want to communicate with the esp8266 over uart using standard AT commands, but still retain debugging possibilities...
Hello,
i use the N5 starter Kit. So my problem is to find sending data on the computer. Where i can read this data information?
Thank you for your help.
Hello everyone,
When i get message from uart, i need to update my custom service's characteristic. I tried the code in the below, sd_ble_gatts_value_set function gives...
I have to connect more than one nrf-51822 dk and send theirs RSSI level, because i need to knows their posittion. Somebody could help me? Have some example similary to what...
I am using the nRf52 device with FreeRtos and SD132 version 11.0. The configUSE_TICKLESS_IDLE is set to '1' to allow the device to go to sleep. After the OS is started - there...
Hello Nordic users and employees,
I'm having a small dilemma. The device I'm building runs on the nRF51822 and needs to store a small number of bytes off to the side and...
Hello, it is to my understanding that profile & service do not have fixed forms. Services make up profiles and you can choose how many and what services make up a profile...
I I'm running the ble_app_blinky example under pca10028 on the nrf dongle pca10031 using sdk11. The dongle disconnects after 24 seconds. Can anyone point to me what is the...
A typical classic or BLE get paired with the phone/central, and normally the central can decide to forget/unpair it. In this case, the device (nordic chipset) which previously...
I had created application with enabling the UART service(as in Ble_uart_app example) and tried to update the Rx characteristics of UART service in connectable mode through...