I use the LED onoff example of the Nordic BLE Mesh template (Version : 5.0), using two nodes (One Client, One Server). The nodes are already Provisioned.
I want to know...
Hello,
I am a firmware engineer in taiwan.
I already use nRF52820 to finish a case. This case have DFU function. The DFU function can work ,but when I use (nRF Connect...
Hi,
Due to shortage of pins SPI CS is reconfigured as GPIO while SPI is not used. Soft device is not used.
Problem is the delay that is needed after nrfx_spis_uninit call...
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...