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 all,
we are using nRF52810 and SDK 15.3.0
Project is based on central and peripheral concept .
we are facing issue with the peripheral BLE power consumption.
...
We are building a solution for a large OEM where we have BLE tags on inventory trolleys and employees. When the trolley is empty, the BLE tag on the trolley would send a notification...
Hello,
i am working on nRF52832.
i was successfully build a code for scanning without using FreeRTOS
Now i want to use FreeRTOS with my scanning code
But i am not...
Hi ,
i am using ble ancs profile in my project, i was getting internal error (error no 3) while connecting.
the error is being reported by two of the following event handlers...
I have managed to establish a proper TLS connection with the proper credentials, but it seems that TLS session resumption is missing from my implementation since my device...
Hello:
I am now working with nrf5_SDK_for_Mesh_v3.0.0 and I try to implement OTA for mesh dfu. However, I found that the v4.0.0 has a dfu_no_serial_nrf52832_xxAA_s132_7_0_1...
Hello,
I've just recently started learning to develop on the nrf52 platform after 2 years of frustration trying to learn of how to develop on the Nordic platform I finally...
I am trying to set the Lifecycle state of the cryptocell, but it seems like I am having an issue.
I do
/** Enable crypto cell to configure it **/ NRF_CRYPTOCELL->ENABLE...
Hi,
I have fanstel BM833A modules which is NRF52811.
I am using Segger Embedded Studio.
How can i program the module through segger IDE using ST-LINK?
And also i have...
Multi link ble + zigbee multi-protocol testing is currently underway. The main purpose is to test the packet loss rate and throughput of radio time-division multiplexing zigbee...
We've had so many problem with Bluetooth Smart DFU on nRF52832 that I've decided to write a ticket here and ask for help. We've been reading lots of documentation, following...
We want to change the communication speed for each connected peripheral.
*Environment
Peripheral: nrf52832
Central: nrf52840
*Step 1. After the peripheral connects...
Hi all,
My project will use PPI to control COMP of nRF52832, connect Event of COPM and Task of GPIOTE.
Question 1,
How could I get the address of COMP event and use...