Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
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...
Hi
I've just analyzed a behavior releated to the watchdog and the new SDK 15.1.0 bootloader. The bootloader just reseted after the configured watchdog timeout has elapsed...
Hi,
Currently I'm upgrading our code base to SDK 15. At https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/migration.html?cp=4_0_1_1_9 there are...
Hello,
I wish to use "ble_nfc_pairing_reference" example with nRF52832 IC and SDK15. I flashed the example into "nRF52 DK" board. When I enable the NFC and BLE on my phone...
Hi,
We have the following problem when start the watchdog from bootloader: the application is started successfully by the bootloader but when enable the softdevice the application...
Hello, I'm implementing a pair of MCUs where one is operating a ANT+/BLE radio stack using the S332 soft device. Whilst TWIS is disabled, we're getting great performance,...
Hi all , I using module NRF52832 and SDKv14 . I have 2 board central and 2 board peripheral . I want to connect each board central to all board peripheral and connect each...
Hi everyone,
I'm working in an application for a wearable device and I recently have a problem debugging it with Ozone Debugger from SEGGER Microcontroller Systems . I'm...
Hi I am using the mesh sdk 2.0.1 and the nrf52 dk board.
I have made a new model modifying the simple on of client/server example, where the server will send a periodic...
the function nrf_dfu_settings_init in nfu_dfu_setting.c
// Copy the DFU settings out of flash and into a buffer in RAM.
memcpy((void*)&s_dfu_settings, m_dfu_settings_buffer...
Hi,
Our product is based on BLE 4.2 / 5 peripheral devices and PC application (windows 7 & 10 environment) as central device.
we try to use nRF52840 dongle and also other...
On a NRF52DK Board, There is an on-board programmer done with ATSAM3U2C seen as a Segger programmer or a Jlink Progammer.
By mistake, I erased the entire flash of this...
I was trying to update J-link firmware (using link [https://devzone.nordicsemi.com/question/170895/nrf52832-jlink-stop-working-after-entering-bootloader-mode/] ) into interface...
Hi,
The following vulnerability described as Bluetooth implementations may not sufficiently validate elliptic curve parameters during Diffie-Hellman key exchange in the...
I want to use the serial DFU. Do you have any examples? I tried with ble_app_buttonless_dfu, not UART DFU.If you have a detailed reference, please let me know.thank you very...
Hi,
I am using the MCU on a board with sensors that are sampled in a very high rate (~100Hz).
I am having issues when trying to send the data with notification on more...