Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi,
We have onboarded several hundred nrRF9151 devices using the nRF Cloud "bulk onboard" UI (preconnect onboarding using device_credentials_installer.py ). Generally, this...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi there,
I would like to add some extra data to mesh-nodes, when not provisioned -- with ble_advdata_manuf_data_t usage. What is the best way to do it and where?
And...
Hi to everybody.
I'm evaluating the possible options to perform self provisioning of nodes in a mesh network starting from the pb_remote client and server examples.
I...
Hello,
I have freshly switched to nordic and the surrounding nordic nRF Connect SDK from ESP due to a need for a low power chip with thread / matter.
I found some cheap...
Hi,
I have implemented the nRF5x-Custom-BLE-Service-Tutorial ( https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial ) using nRF5 SDK 17.1.0 on my nRF52...
Hello,
We've encountered an issue where if the ZED missed a network key update, it will not do trust center rejoin and continue to do secure rejoin Using nRF5 SDK for Thread...
Trying to west build -b nrf52840dongle_nrf52840 results in a qspi_nor flash error but the dongle hasn't defined any qspi_nor flash.
(This sample builds correctly with the...
Hi,
I want to output debug message(printk) through USB port on nrf52840 dongle. how to config it in zephyr, I have read the HelloWorld project code, but got nothing,
...
Hi,
I'm trying to make my nrf52840 dongle a ble central device. I did worked with the usbd_ble_uart example succesfully, but I was trying to add the ble_app_uart_c to it...
Isn't it supposed to autocomplete that? If I complete it to k_msleep(1000); the application builds and runs fine.
VS Code 1.67.2 nRF Connect for VS Code Extension Pack 2022...
Hi there,
We have a custom board that runs on a nRF52833 chip.
In order to flash firmware to that board, I use the Nordic DK (PCA10056), and connect my custom board to...
I've just installed the Nordic SDK version 17.1, SES version 6.3, and Segger J-Link Software version 7.64e on a new Ubuntu 22.04 laptop.
I've installed everything in their...
Hello everyone
I am using BLE Peripheral UART and Central UART samples to send data between two nrf5340 dev. kits.
I'm trying to set the directed advertising on the peripheral...
Hi All!
I am using nrf52820/33/40 devices. Able to connect central (1) and peripheral (4) concurrently.
Central is an end node(nrf52820) that is connected to the sensor...
Hello Team,
We are looking forward to use Long Range Advertisements in our application. Our current application is based on nRF52832 + ncsv1.8.0.
Per our knowledge...