Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Its a first time, we are using the Nordic product. Please let me know how the step-by-step software installation procedure and would like to know the software cost as well...
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...