Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
Hello I am looking for the IBIS model for nRF52840 for signal integrity simulations. I saw similar requests older than 2yr and I am wondering if now the model is available...
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...
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...