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.
...
I am trying to add the valid range descriptor to my measurement interval characteristic in the Health Thermometer. This is a necessary step as my measurement interval characteristic...
Hi
I am using the ble_app_blinky's lbs application, as found here in the 14.2 service
C:\Eran\Software\Nordic\Packages\nRF5_SDK_14.2.0_17b948a\nRF5_SDK_14.2.0_17b948a...
Hello,
We have an application on Iphone running with our custom service :
uuid : 0000fdF9-0000-1000-8000-00805f9b34fb
and our characteristics :
char-handle 0x16...
Dear Sir, we are developing an application on the nRF52840 kit with SDK 15.0.0. We are using Keil as compiler. In our application we need to receive data from two uart together...
Hi Everyone,
I have two task in which i am receving data from bluetooth and if i receive a particular hex value , i want a task(which is Toggling LED State) to run on...
Hi,
I am trying to to port ble-mesh code (serial example) into ble_app_uart. I am using nrf5_SDK_forMesh_v2.1.1 and nRF5_SDK_15.0.0_a53641a on DK-N52832.
After merging...
Hi,
Earlier today the forum appeared empty and none of my old posts were visible under profile > questions. Another user also had this issue. The front page looked like...
So I'm trying to follow this tutorial - https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader to generate secure OTA DFU
I've got...
I have set up a simple test to check if scan request can be used as an acknowledgement for advertising packets. I send some distinct advertising packets and multiplex them...
Hi everyone,
sadly my nRF51-DK boards seems to be terribly bricked.
During firmware update nRFgo Studio (on Windows) stopped responding.
I can't enter bootloader mode...
Hello,
I am currently trying to add SDK15 functionality to a mesh project as shown in the documentation.
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
Hello,
I am working on a project with nRF51822, I want to connect two or more nRF51DK boards using SPI and send an interrupt from one board to another, Is there any code...