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...
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...
Hello! I'm following the nRF52 Dongle programming guide to adapt the USB examples from SDK 15.3.0 to the nRF52840 Dongle. USB CDC ACM works fine, and I managed to get half...
Hello everyone,
I tried reading around the devzone and the infocenter , but I still didn't manage to solve my question.
In my scenario I'm using:
an nRF52832 as a...
Hi,
Sorry to bother you in your holidays.I want to get an conversion every time by calling nrfx_saadc_sample( ) .So I had configure saadc like below.But I found the adc...
Trying to print floats with NRF_LOG functions always prints a value of 0.00000.
E.g.
float value = 123.456; NRF_LOG_ERROR( "Float %f\r\n", value );
prints:
ERROR...
when I try to run: pip3 install -r mcuboot\scripts\requirements.txt, it fails with the following;
Collecting cryptography (from -r mcuboot\scripts\requirements.txt (line...
I'm trying out DFU functionality using nRF52840-PreviewDK and UART transport
On this page there is a table listing all the different combinations that can be downloaded...
Hi everyone,
I am currently working on a project that requires ICM-20648 and nRF52832. Is there an I2C driver available for these devices? The end goal would be to display...
I am using Keil and nrf52 dev kit to write some UART over BLE code if I set a break-point in nus_data_handler() it cause a reset to run soon after stepping though some code...
Hi to all,
i am developing an product based on the nrf5240 soc and i want to implement an hid device. after receiving some commands from HID i need to gather user presence...
Hello Nordic Support,
I am using SAADC on nRF52840 with nRF5_SDK_15.3.0_59ac345 .
I use the following configurations:
The SAADC value, as I have been using is signed...
HI
I use SDK nrf52-mesh-light-switch-client-server-proxy-master with nrf52840 PDK。
I need uart module,so I add include path,c file to the project.
add header file ,...
While in our application the nRF52840 advertises with the new address we assigned, but when we jump to the bootloader (our bootloader is almost exactly the same as the DFU...
Despite numerous reinstalls nrfjprog fails with the error code nrfjprog DLL load failed. Command line was nrfjprog -f NRF52 --readcode test1.hex. Windows 7 64 system.
Hi guys!
I want to develop clock function and for this issue, I am using the timer from SDK 15.3 peripheral examples.
Unfortunately, the clock speeds up every iteration...
Hi there,
I'm working on an ARM based system running buildroot 2019.02.4.
The mikrocontroller is connected to a nRF52840 via USB and I want to use nrfutil to update the...