I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...
Dear Team:
Hi team,I just want to know:
1.Can the ESB protocol call the frequency hopping of Gazell? Is there a corresponding description and source code?
2.Can the...
hi, i am facing this unknown error at "unknown function at 0x000008C8",
i am doing a development project with nrf52832(sdk14.2 and s132v5,ble nus is used) mcu and sim800...
Hello, I'm developing SAADC on nRF52832.
While developing, I have problems now.
I applied sine wave on ADC input.
And the result is displayed on the figure that I...
Hi:
Use the nordic official nRF52832 development board , The software is SDK15.3(example: ble_app_uart ),
Find that there will be a continuous reset. What is the problem...
Hey all,
I am trying to run the "nrfx_spim" example on my nRF52840 USB Dongle (Makerdiary nRF52840 USB dongle), however it is not working. It looks like the code is never...
I have been testing the softdevice codes on NRF52840 DK with NRF52840 SDK 15.2.0 which is working perfectly. But when i put the same test code in our custom board having BT840...
Hello,
I'm still trying to deal with the CLI-coordinator and I have a problem. I am using nRF52840 chip and SDK 4.0.0.
I just can’t understand how I can find out from...
Hi,
I ported an nrf example from nRF5 SDK version 12.3.0 ble_proximity to segger studio (v4.50), and flashed into nRF51DK, using build and run option. The application is...
Hi I've been trying to get started with the nrf52840 dk and dongle on my Windows 10 machine but have been stuck on this set-up issue. I'm using the following versions:
...
I'm currently working on u-blox Nina B302 and I'm trying out program examples from the nRF52 SDK on an evaluation board. To try out BLE connections, I'm using the nRF Connect...
Hi
The Product (NRF52832) was upgraded from SD 4.0.2 to the SD6.1.1.
During the pairing procedure the sd_ble_gap_data_length_update() returns a NRF_ERROR_RESOURCES error...
I use SDK16.
test fstorage write data.I find fstorage is busy appears when BLE sends and receives data.
for example main.c :
line 206: fst_erase_test(); line 207: NRF_LOG_INFO...
I am trying to implement the Simple On Off Server model in an existing project. In main.c I did the following:
1. In models_init_cb(), I added the following lines:
2...
Hello. I'm trying to make a product by running nrf51822 as an observer role.
This product will only use passive scanning and will not transmit any data.
How much energy...
Hello,
I have some issues sending valid information to nRF Connect app by bluetooth using the Aduino Nano 33 BLE with nRF52840 on it. I am using Arduino IDE and the ArduinoBLE...