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.
...
Hello I have the dk board and am hoping there is some example or tutorial to help me get started with my project. My goal is to use the nRF52840 as a master to multiple devices...
I have modified it so that it works with two nRF51 DKs, one acting as a central and other acting as a peripheral.
The base UUID for this service by default is
{0x9E...
Hello,
First, my setup:
nRF52840 Dongle
Softdevice S140 6.1
SDK 15.2
I built my own adapted application code based on the multilink central example and managed...
I am new to the Nordic chips and for my project I am using an NRF5832 module from Accono. My question is how to get the free SES license for Nordic? When i go to license.segger...
Hello~
I have finished a few easy peripheral project.
Now I tried to understand the structure of central example, ex: ble_hrs_c, ble_nus_c....
I found that services...
When I print too much information ,RTT lost some thing
when I enable the “NRF_LOG_BACKEND_SERIAL_USES_UART”,It is ok
Who tell me Why? any help will be appreciate!
Hi Nordic,
A problem was found with the SDK15.2 write operation. If the write size is equal to 12000 bytes, the system will return an invalid operation length error.
But...
Hello,
During development with the Mesh SDK, we realized that it would not be possible to use a vast number of functions, even those relating to message publishing, without...
Hi,
Just like the topic description.
The sample code I used is ble_app_hids_keyboard (V11 S130) and the development board is PCA10028.
I found after I load the code...
Please allow me to suggest you change app_error handler and related functions to something like this:
The change will make app_error_handler report the actual location...
Hi Guys,
We currently building our own sensor mesh network. I have developed my own sensor model which works quite well. The server model sends the sensor data on regular...
I have the BMD350 from Rigado. I am using Segger embedded studio with SDK v 15.2.0 I have the buttonless DFU working with my custom application that has the buttonless DFU...
Hi there,
I am working with softdevice v5.0.0, and trying to have central and peripheral do encryption.
The peripheral has a r/w characteristic, and another one with read...