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...
Hello, we have a thread that essentially is running a loop and we want that thread to be running for all the lifecycle of the app. If for whatever reason that thread died...
Hi Team,
I am using Open Thread networking protocols in my projects to communicate with the devices .I have seen while trying to changed some parameters over the network...
I am unable to do a FOTA with the SLM application on a nRF9160. When I try to do a FOTA with the command below, I get a 404 even though I know the URL exists (real host name...
Hello,
I have been working with custom nrf52832 board to develop firmware for my product. I have been trying to compile the example secure bootloader from the SDK v15.3...
Hello, I am developing a uart communication between the nrf52833 and the nrf9160. I found some examples but I don't want to use the HCI layer, I prefer to use the NUS service...
We have an application that wakes-up every N minutes and listen to devices in a ble mesh then performs many other actions. In order to save battery, we would like to power...
Hello
OS :- Linux
Hardware version :- BC805M
SW :- Segger embeded studio
I am using nrf52805. I am test it with ble_app_uart. It advertisement continuously and shown...
Hello,
I'm trying to transfer data to an L2CAP CoC on a nRF52832 from iOS and Android devices. I've configured the MTU and MPS so that the SDU fits in a single packet with...
I'm using BLE Mesh Sensor example that Client & Sever communication data each other.
Because I'm implementing one by one communication data that client > sever > client...
Board: nRF52810
SoftDevice: s112
SDK version: 17.0.2
I'm trying to add a custom UUID in the advertisement packet and scan for the custom UUID in the central device to...
Hi,
Our firmware currently only support full modem update, and I would like to perform a full modem firmware update from 1.2.0 to 1.2.7. According to the reply from https...
hi,i use radio_test example for radio test. If I don't make any changes, the routine can run well, but a PA chip is added to my product to amplify the RF signal. The PA /...
I am getting a softdevice hard fault occasionally, on fully enclosed devices with no debugger port access.
Where can I find info on potential causes of this fault?
nrf51822...
Hi
I have been able to work with the 'Lighting' demo BLE mesh application using the nRF Connect SDK with Visual Studio Code. I have even been able to add my custom board...