Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
Hello,
I'm trying to make CLI working with UART and BLE (NUS) backend simultaneously.
Starting point is CLI example from SDK 14.
What should I enable in sdk_config.h...
I am trying to test a combination of BLE central role, Thread with CoAP server and FreeRTOS on an nRF52840 using version 0.10.0 of nRF5-SDK-for-Thread.
I don't seem able...
i couldnt find any question related to my specific problem.. when i call that function my system is resetting after a minute or so and sometimes it is shut off. i am using...
In order to connect an external sensor to the available pins, will we need to create our own version of the FW in order to communicate with the sensor? Or are there generic...
Hi,
We're using nRF51288 on our product and we're interested to move to nRF52.
We bought the DK (PCA10036) EV board and migrated the code.
We've noticed that the...
Hi.
I am on compiling business now. Last days i tried to do GCC compiling and quite go well. But as always on last part i find an error.
My process:
Wrote code...
hi, I want to use BLUETOOTH for Position Service,
Did nrf52840 or nrf52832 support new feature in BLUETOOTH5?
like (1)LE Extend ADV?(2)LE Periodic Advertising Create sync...
Hi
I would like to write some data to flash directly before powering off. I have a few questions:
What is the best way to know if my write operation has finished...
Hi,
The followings are more like an observation rather than a question..
We just upgraded to SDK 14, and realized that some of the RTT logs were mysteriously disappeared...
Our application is running as a peripheral on a nrf52823 with SD132.
It starts running with slower connection interval (95-100ms) which is what we initialize the stack to...
I write the code without BLE part first, all the function works good but after I add the BLE part, it cause the chip reset. it seems like a random reset. why?
Hello, we would like to release our product to the market.
Our device is a (BLE) beacon based on nrf52 which is advertising some data encoded as manufacturing specific...
Hi everyone!
I have probelem with receice data over UART. In the other MCU use core ARM as : STM32, NXP... when a byte is recieved, MCU has flag to notify. That is "interrupt...