Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
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...
How to select nrf528332 UART clock source, how to make the serial port baud rate not change with temperature?When the baud rate is 9,600, the baud rate varies greatly with...
Hi,
I found this in the documentation for the Timer Library of the SDK 14.
' When app_timer_start() or app_timer_stop() are called, the timer operation is only queued...
I plan to use the flash device driver from Nordic (52840) in a Zephyr system. My plan is to use the <flash.h> api but it seams that this api is not available in a default...
Hello!
I'm trying to read data off of a commercial blood pressure monitor (Qardio arm) using an nrf51822 with the nrf51 SDK v10.0.0 as the central role (s120). I am able...
I am unable to build any example project of nrf sdk for mesh. I have added the SDK root in my global macros as : SDK_ROOT=C:\Nordic_Semi\nRF5_SDK_15.0.0_a53641a . And still...
I run the below code on nRF52DK and measure the power consumption of the chip (using nRF current measurement jumpers). The current consumption is 0.47 mA which is a lot just...
Hi,
I am using nRF52832 board. I want to connect serial mesh example with 'ble_app_uart' . I try to use the same method http://infocenter.nordicsemi.com/index.jsp?topic...
Hello,
I have 8 12-bit ADCs that produce 3300 samples per second, which I will send over a Bluetooth link, so I need a data rate of about 320 kbits/s. I was thinking of...
I get to the point of having the EP0SETUP event being generated, I check BMREQUEST and WVALUEH and see that it's a request for the device descriptor,this is on windows and...
Hi, I am using:
SDK v15 with nRF52840 chip running in soft device s140. I am Using Segger Embedded studio.
I want to update a application( Say Blinky) thorugh DFU. I perform...
Hi, I'm using Atomic_FIFO library and for my application I need to know the number of elements currently in the fifo, the library itself doesn't provide any functionality...
Hi,
The program will crash when spi transfer on NRF52810. The crash occurs in spim_xfer function, immediately after spim_int_enable function calling,
but if i remove the...
Hi,
nrf5_SDK_for_Mesh_v2.0.0_src
When complete provision a provisionee , provisioner will assign provisionee a mesh key and device key.
Now i want to know how to calculate...
I can get a clean build and working product with some workarounds, but a couple issues remain from migrating sdk 13.1 to sdk 15.0 (SES nrf52832 s132).
1) After nrf_drv to...
Hi,everyone.
I had learn for below Links and compiling is no error.
https://devzone.nordicsemi.com/f/nordic-q-a/26448/nrf52832-maximum-number-of-central-links/104063#104063...