Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hello, I am on a NRF9160-DK and I am using SDK 1.3.0 I am working on the AWS_FOTA project. I'm trying to configure the sending of a message in MQTT when pressing a button...
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...