For the GetAssistanceData endpoint (POST /location/agnss), if we are using the x-custom-device-id header instead of a device token and registered devices, how can we view...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi
I was trying to build Beacon scanner application .using nrf52 Dongle as a beacon and and nrf52840 DK as a scanner to scan the beacons Kindly please guide me as im new...
We ared esigning a new board with nRF9160 and nRF52811, We want to be able to do FOTA (modem- and app) for the 9160 via the 52811. Are there any special considerations we...
Hello, I am having problems getting the TWI to work. The NRF52810 needs the TWI to communicate with a EEPROM module.
Thus far ive set:
Then I try to do the TWI Scanner...
Hi,
I would like to connect the nRF52840 JTAG to a debug probe in order to debug and program it.
Can I use any debug probe or a specific one is mandatory?
Thanks...
Hi,
i am working on sdk14.2 in SEGGER EMBEDDED STUDIO, i am trying add some file to ble_app_blinky_pca10040_s132 example at the time of compilation i am getting linking...
I have run into a problem compiling with ARM Compiler 6 version.
In this case I cannot figure out the problem.
Seems the only file causeing problems (after fixing a few...
Hi
I am using SDK V. 15.3.0 and Softdevice S132 6.1.1 on a nRF52832. I am developing two devices, one of with is battery powered and one that is connected to a serial interface...
Aside from the connection interval, I'd like to know if the 2Mhz phy is enable along with Data Packet Length Extension and Connection Event Length Extension.
Is there...
The modem_info module in nRF Connect SDK returns various modem parameters to the application. The function "modem_info_params_get" fails to update the following paramters...
We are running an application in dual mode (central + peripheral) where we relay the data from the peripherals up to the top central. Is it possible to control the priorities...
As a user I need to include stdbool.h before including lte_lc.h. lte_lc.h uses the bool type but does not include the appropriate header, so I get compilation issues if I...
use sdk:11.0
Reference routine:ble_nus_c
now I use 52832 to connect a device,the service UUID like the photo.
when I only discover one service UUID,like this code...