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...
I am calculating the worst case current consumption of the nRF52832 SOC.
Could you please help to get the current consumption data of the nRF52 i.e. at -40 deg C and 85...
Hi. I'm using nRF52832, SDK13.0.0.
I made my code as below.
char_md.char_props.notify = 1; char_md.char_props.read= 1; char_md.char_props.write= 1; // char_md.char_props...
Our device has a 16Mb external FLASH device attached to the SPI bus.
We were wondering if it was sensible\possible\desirable to use
this FLASH as a temporary store of DFU...
Hi all!
I have been developing a BLE application using an EByte nRF52832 module and Black Magic Probe programmer running on STM32F108 "Bluepill" board.
Everything works...
Hi. I have two codebases here:
A peripheral application on an nRF51822 using SDK 12.2.0, SD 130. It has two vendor-specific services: the Nordic UART service and...
Dear helper.
Currently, in my custom board had a GPS chip that connect to nRF52832 with UART port.
But also the only way that I can trace the log is the other UART port...
Hi
I have custom board with nrf52832. I have lion batery and 3.3V ldo for powering device. I attached shematic.
For preventing lion battery decreasing below 3V, i used...
We're thinking about implementing a machine learning algorithm in our nrf52832 based product. Before starting implementation, I would like to estimate the power consumption...
Hi.
I would like to route the BLE SPI signals to an external connector for use with external debugger.
Please specify which the nRf52832 pins are by default assigns to...
Dear Nordic Support Team,
I want to integrate ble_app_uart_c and ble_app_multilink_central into a nRF52840 as an edge gateway, and the nRF52840 node communicates to the...
I try flash read, write and erase with flash_fstorage_example sdk 15 on nrf52 dk
On main.c i can write and read with nrf_fstorage functions.
When i try nrf_fstorage_erase...
I try to use SDK15/FreeRTOS project.
I measured current comsumption on IDLE state(not run any task).
It's take about 200uA.
On FreeRTOS's portable/CMSIS/nrf52/port_cmsis_systick...
Hello there,
I purchased some NRF52832 Development Kits and some NRF52832 Standalones. I wrote some code and flashed it to the development kit and it worked. Otherwise,...
Hi all!
I'm using the fanstel board. I can see that the "ble - uart" examples run ok.
In the code the configuration assign to P06 (Tx) and P08 (Rx) , when i look in the...
I'm implementing an application which uses the Secure bootloader with bonds. What happens if I create a bond to a device in application mode and then switch to bootloader...