I'm having trouble getting the I2C interface working on our nRF54L15-based prototypes. The initial config write to the device fails; specifically, in the twim driver (i2c_nrfx_twim...
Hello,
I just downloaded nRF connect for Desktop App, and plugged in PCA 10100 2. 0. 0 , 2023, 3.
I ran quick start, and this is what I get.
Any explanation on why...
Hi Nordic Team,
I have developed a couple applications for the nRF52833 using Zephyr and have now moved to the nRF54l15. For this new application, power consumption is...
Hi,
I have question about a project I'm running on nRF connect sdk 2.9.1.
I noticed that whenever an i2c sensor device device_init() is returning a value not equal...
I am trying to run some of the more basic examples included in the nRF Connect SDK on the nRF5340 included in a Thingy:91 X . I have installed the latest version of the nRF...
The OSCILLATORS documentation says:
" The device starts at 64 MHz. For 128 MHz, it must be configured when the CPU starts and before any peripherals that use the high-frequency...
Hello,
I am using nRF54l15 and nRF Connect SDK v2.9.0
I need to know if there is any way to disable the cfg_changed callback at runtime. I want it to be called in case...
Hi,
I am using the nRF51822 with an external 16MHz crystal. I was curious if there is any way to tune/calibrate the system clock that is derived from this crystal. The purpose...
Hi All,
I am novice in this nordic nrf 51822 programming. I wanted to know the best way to do the
following.
I have two different functionalities to be run on eval...
Hi All,
In ble_app_hrs example two function is defined for gpiote_init()
1)
static void gpiote_init(void)
{
APP_GPIOTE_INIT(APP_GPIOTE_MAX_USERS);
}
2)
static void...
Hi
I found there is bonding managing routine in SDK HRM and Proximity examples.
bond_manager_init();
It means in these two case, after pairing with BTLE host, the...
My question is regarding the PPI channel groups. The documentation is extremely limited and leaves many questions.
My goal is to generate 3 PWM signals from a timer with...
If i understand tasks are for outputs and events are for inputs.
Wanted to know relationship between channel and the pin numbers. do they hold the relationship like...
Hello,
I am really confused on how to get a custom BLE service up and running. I have read through nAN-36, and compared the suggestions in that document to the HRS example...
In nRF51 reference manual v2.1 section 18.1.1, it mentioned that the RTC must be able to
run while the 16 MHz system clock (SysClk) source is OFF. 2 questions :
Q1: Since...
Hello,
I'm trying to get the SDK examples working in Eclipse. I have followed all steps(except debugging part) in the nan-29, but i can only import the s110/ble_hrs example...
I am looking for the spacing in mils or mm between the two samtec connectors on the nrfGO board. I am making my board to interface with the PCA10005/PCA10004 and I would like...
Hi,
I'm new to nRF8001 SDK and Bluetooth and I hope my questions are not too stupid lol. So here it goes:
I'm using the Nordic nRF8001 SDK to implement a self-defined...
Hi All,
i would like to know in ble_app_hrs example gpiote_init() is called from main
and then again called in led_start for what purpose it used in 2 place.
can...
I see that we can specify the SPI frequency in bps, I was just wondering how fast the SCK line was oscillating for these values. Does it use the 32.768 kHz crystal oscillator...