Hello! I was wondering if there is any advice from trying to get Non-simultaneous firmware updates using sysbuild with the following constraints:
Must update both App...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
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...
Hi,
Let's say that you have a processor and a nRF51822 as a coprocessor. The first processor sends commands to the nRF51822 to drive it (init the stack, init the services...
Hi all
I can debug some example project with breakpoints likes blinky_example .
But in ble_app_hrs project, how can I set breakpoints and watch variable value with Keil...
Is there any limitation for number of advertised services?
ble_uuid_t adv_uuids [] =
{
...,
...,//more than 4
...,
};
advdata.uuids_complete.uuid_cnt = sizeof...
Here I´m again,
Maybe sound a little bit silly but I´m not able to find a way or a solution to make simply a Characteristic with more than one attribute. Something similar...