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...
But in button event handler.
i want data to read from eeprom through i2c bus. and send it
through bluetooth stack for every press of buuton 0.
but in master control...
Hi,
Is it possible to start a Timer in an other Timeouht Handler?
Or Do i have to use something other to do that?
i use app_timer and Softdeive on the 51822.
best...
Hi,
i need to add a logfile System to my application so i thogut i could use the nrfUart example is this possible ? I looked in the code of Master Emulator nrfUart in C#...
Hi 'Nordic' guys,
splitting the original S110 hex file provided by Nordic , version 5.2, there is an error extracting uicr section.
Now is only 20 bytes and not 32 as...
Hi,
Is it possible to wakeup nrf51822 without using the GPIO peripheral's (i.e configuring a gpio button as a sense enabled)?
how to do soft reset?
Actually my requirement...
Hi,
i need to make pulse with one of my Timers. Timer0 is used by the softdevice, and Timer2 is used to make PWM. I need to make a Pulse wich is 100us long, every 250ms...
Hi,
What is the procedure and source code required to enable Device Firmware Update over BLE and USB. We are using nRF51822 chipset. Assume that our requirement will be...
Hello,
I am using a nRF51822 DK.
Actually I want to develpoe a product what can connect 3~10 slave(Low Battery device) by BLE.
And they have to reconnect fastly anytime...
A friend installed on two XP machines this software in this order..
Keil's mdk472.exe
Nordic's nrfgo_sdk_2.3.0_setup.exe
Nordic's nrfgostudio_installer_1_14_1...
I downloaded the nRF51SDK and followed the Quick Start guide in the Evaluation Kit Userguide (KEIL, Segger, etc)
But when I install nRF51 SDK v4.3, the installation failed...
Hi,
does anyone know if there is a document in which is explained, by Nordic, how to obtain a bluetooth certification using nRF51822 and S110 Stack ?
I know if a reference...
I have uploaded the following code, but I can not re-program the next.
#define AREF0 0
#define AIN3 2
#define AIN4 3
int main(void)
{
// Start 16 MHz crystal...
I'm looking best settings of fast connection to Android4.3
The time of advertise start to connection established average is about 7s
I think it is too slowly, may be My...
Hi
I write an application code to read and write the data from EEPROM, by using twi_hw_master.c.
its working fine. i able to read the data from eeprom what i have written...