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 development nRF52832, I want change mac address.
So I modified nRF5_SDK15.0.0/examples/ble_peripheral/ble_app_uart.
I added code to the examples.
////////////////...
Hi everyone,
I want to program the nrf51822 module with the discovery board stm32f429i-disc1 through ST-LINK programmer in Keil IDE but this error appears: "ST-LINK connection...
Dear DevZone Team,
I am an absolute beginner in the field of mesh networking and hope you could help me getting started. Please bear with me.
I have a bunch of sensors...
Does anyone uses Sloeber to program nRF52? I have an issue, when I add a header nrf_temp.h to the project and using following functions:
The problem appears when I add...
Dear Nordic team,
We are developing a BLE application for IOS and Android. On Android, we utilized your Nordic Scanner Lib to scan Bluetooth devices and it is fine and...
Hi. I am trying to stop advertising after a delay in the UART example using;
sd_ble_gap_adv_stop(???)
What do I put in the brackets? It is asking for a uint8_t called...
Hi,
How to stop freeRTOS xtask using timer and recreate again when needed? I'm currently want to control the blink interval, for example I want to have the led blink for...
I used sdk15.2.
The peripheral sends the public key to the central.I received an exception to public key processing.
code:
case BLE_BITBUTTON_C_EVT_BITBOTTON_M_NOTIFICATION...
Hello Everyone,
Struggling with evaluation of Secure DFU over UART lines. I used the sample project "Secure DFU Bootloader over Serial Link (UART/USB) ", during the previous...
Hello -
Any advice on finding a connector from a standard NFC Antenna to the Molex 051281-0594 connector on the Nordic Thingy:52 Board?
I am trying to find a larger NFC...
Hi all,
As we see the release note of the Mesh SDK V3.0, one of the descriptions as below:
Example changes
Lowered the default Node Identity advertisement interval....
Dear support team,
i hope you are doing good.
i am using nrf51822 customized board, SDK 12.3.0 version keil 5.26 is development on windows environment.
softdevice...
We have an app that uses UART. It works flawlessly when only SD and app are present on a chip.
But if bootloader is used, UART does not work.
Why is it so? How to fix...