Hi all,
I am running the lsm6dso zephyr sample on my nrf52833 dev kit. I am unable to set the sampling frequency. I get this error after flashing:
This is my overlay...
I am looking into the possibility of using an nRF5340DK to probe SPI pins. For context:
There is a total of 3 devices in the system: the master and slave being used primarily...
I refer to and the answer answer given by AI referring me to you.
I need the lithium battery only to about 8-bit accuracy to reduce the leakage current. Please provide...
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...
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...
Folks,
Is there a document that describes the events generated by the S110 Soft Device and their interpretation? (Note: they're not listed in the S110 SoftDevice Spec v1...
Hi,
This is loosely related to the other question I asked a few weeks ago ( devzone.nordicsemi.com/.../two-interrupt-events-on-timer0) but this time I want to have two timers...
I am developing a Windows7 Visual C++ application to interface via Master Emulator to BLE device.
Where can I find the C/C++ header and lib files? (I am new to Nordic BLE...
Dear Nordic Devloper Zone,
I am facing a problem with RTC timer.
Here is a scenario :
I have an IOS application which is able to set the current time on the nRF51822...