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 embed CTS in my code. I have included #include "ble_cts_c.h" Then I made changes to sdk_config.h I have this enabled in sdk_config.h:
Yet I am unable to...
Hi,
I made a demo app using advertising and scanning functionality in SDK 16. Now I'm trying to get it working in our company's full blown C++ framework, which is based...
Hello to everyone, I have a nrf52840 dk device running Zephyr RTOS. I have flash an app to the start address 0x00 and a second app to 0x2000 address. While I am pressing a...
Hi, I want to secure connection between our device (nRF52840 or nRF51822) and a smartphone.
I find that LESC uses ECDH which is more secure than RSA in same key length....
I need a full datasheet for the nRF52805 device - I could not find the information on the website, which is visually impressive but technically very unclear in my opinion...
im trying to use the functionality of notification using ble_app_hrs_freertos
i have created one service, one characteristic , timer and timer handler.
while debug the...
Hi
I am now working on a project which I use ble_app_uart_c as a reference.
SDK 16 and used softdevice s140.
In the project I need to disable the UART before it enters...
Hi,
I have two question
Is there a Nordic version of SES? ( The download address of "first picture" cannot be used )
Second question
Is macOS also has a Nordic...
I am having some success with custom hardware running an OTA DFU bootloader from the SDK17 by Hung Bui March 2017 within a nRF52832. I utilize the bootloader to program the...
Hi,
I use DFU secure_bootloader pca10100e_usb example to modify to nrf52833 DFU.
But when I execute, I get stuck in this line, as shown below.
In configuration, I...
I am changing the Tx power successfully with sd_ble_gap_tx_power_set(). I can see the RSSI value change Nordic Connect to confirm that it really is changing. But I also have...
Hello Nordic Support,
I am using nRF52840 with SDK 15.3. I am running the USB CDC ACM in bulk transfer and interrupt. My nRF52840 plays the central role, it will send strings...
Hello,
I am merging the pb remote with light control example. Both ran fine when I tested separately. Then I began to merge the two. The server is fine when I merge the...
I'm working with a custom board that is using a nrf53840. The SDK is 16.0 and SoftDevice S140 version 7.0.1. Programming with SES. The board has various devices such as accelerometers...