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 upgraded to the 4.3 nRF51 last night and am suddenly having a whole slew of issues:
(1) When flashing the EK, the Segger now reports 257K of Flash (maybe it did...
Hi,
I'm looking to work with a Bluetooth LE master device. From what I read the nRF51822 should be able to function as a Master device (the dongle is configured to be a...
Hi all
I want to load the (UART_example) flash image compile with Keil by nRFgo studio,
but a program fail occur as below screenshot:
any idea?
Thanks.
I have test RTC example on both different hardware revision nRF51822 chip.
1)N51822 QFAAC0 1309AF
2)N51822 QFAAC0 1308AE
1309AF revision chip is function properly with...
I'm confused about how to assign a functional block's I/O (TWI in my case) to a particular pin on the device. Is there a worked and documented example? Is there a relevant...
I am trying to get wireless communication implemented on a robotics project I am working on. I'm using a PIC18F4550, PIC18F2550, and two Nordic nRF24L01's. I'm having trouble...
I'm attempting to have two separate evaluation boards talk to each other through the GHz Radio. I've read the docs, and they explain that I have to set the radio in either...
Hi, I am using a app_gpiote_user_register to register a gpiote user and then enabling it, before I set the pins this user detect to be input using nrf_gpio_cfg_input. When...
Using eclipse and code sorcery compiler I got an undefined label error, see below
[b]_build/gcc_startup_nrf51.o: In function Reset_Handler': /home/oscar/workspace/Nordic...
Hi everyone:
use Gazell to builder multi-node .
so i have to re-enable pipe number on connect state.
my Fragment code about "open/close pipe".
but it not work correctly...
In nrf_gpiote.h:
The workaround code for PAN_028 OUTINIT anomaly (#9) will cause the GPIO to glitch to the undesired state if it is already assigned to a GPIOTE and in...
I'm trying to use the NOACK mode for some packets on the transmitter side,
and W_ACK_PAYLOAD on the receiver side.
My problem is that if the receiver gets a packet with...
Hi,
mi question is about how to configure in a good and complete way Timer1 and Timer2, so trying to be more specific with my Question:
I need timers with a Tick of 250ns...
We are creating the source program for examining RF module which uses nRF24LU1P.
It is the program that it transmits on the frequency specified from PC.
The API of USB...