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 have enabled the watchdog timer in nrf52810 with below code
NRF_WDT->CONFIG = (WDT_CONFIG_HALT_Pause << WDT_CONFIG_HALT_Pos) | ( WDT_CONFIG_SLEEP_Pause << WDT_CONFIG_SLEEP_Pos...
Hi,
I have some problem with experimental_lpn project from sdk_for_mesh. (Today I tried both sdk 3.2 and 4.0)
Code loads and starts ok on my PCA10040.
After first steps...
I use NRF52840 Evaluation Kit.
I want to use TIMER with nrf_drv_timer. However, I get an error and cannot use it. The error is the following part of "nrfx_timer.h".
...
Hi ,
I'm writing some code of mine , declaration functions all well defined and compilation no error or warning but only this 1 error at end of my code.
I'm using SDK...
To whom it may concern,
I am testing SPI Slave and I have an issue that I am not able to change the pin numbers in the peripheral configuration for SPIS0 and 1.
It works...
Hello,
we have developed a solar powered LED module with an additional battery. It is based on the nrf52832. The WDT and TWI is mainly used and for BLE the soft device...
Hi everybody,
I am developing a wireless interface on an nRF52840 chip (Laird BL654) and I do have a problem with the SDK integration in Keil uVision.When "Manag(ing) the...
Hi,
i have PCA10059 dongle board. when i want run my program on it, fds_init return FDS_ERR_NO_PAGES. and also in nrf connect i can see range of different application...
Due to the rewrite of the DSM persistent storage layer the DSM_VIRTUAL_ADDR_MAX define can no longer be set to 0. This has changed since 3.2.0 where it could be 0.
During...
I ask you for help with programming Bluetooth module u-blox ANNA-B112. It is based on nRF52832. I have already installed Keil MDK5 with nRF52832_xxAB package, soldered the...
I'm trying to use sine function such as: S = sin(0.8)
But variable S come to zero after this code. Go to Debug mode and add a break point to view the change of variable...