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...
Hello,
Has there been any success with getting the python bindings for the pc-ble-driver running on openwrt? I've succeeded with the driver itself but not the bindings....
So with the errata in mind the RC oscillator has a accuracy of +/-500 ppm, while the XTAL on the nRF52 DK has a accuracy of +/-20 ppm. During the longest waiting period of...
I have your full eval board as well, I also have multiple NB_IoT sims from Vodafone but have not tried them yet. How do I get your Thingy:91 unit with your sim running please...
Hello,
I want to implement a data logger that will save events in an external flash (even if i think i will start with the FDS). My purpose is to identify some behavior...
Hello,
I am looking to start an independent project this month. One of the tasks will be to use BLE to relay information from a custom PCB board with the nRF52810 chip...
nRF51822
S130
SDK11.0
The power consumption immediately going up high to 1MAH once I enable TWI using this code:
NRF_TWI0->ENABLE = TWI_ENABLE_ENABLE_Enabled << TWI_ENABLE_ENABLE_Pos;...
Hello,
When I added the below lines I get some error:
NRF_BLE_GQ_DEF(m_ble_gatt_queue, /**< BLE GATT Queue instance. */ NRF_SDH_BLE_CENTRAL_LINK_COUNT, NRF_BLE_GQ_QUEUE_SIZE...
Hello,
I have been looking through Nordic's documentation for the nRF9160 and trying to find voltage ranges for several pins but am having no luck. Can someone please answer...
iOS is using queued writes to send data to my nRF52832 application. For some reason, on the third queued write reply (in nrf_ble_qwr.c) sd_ble_gatts_rw_authorize_reply returns...
I'd like to build a prototype using the nrf9160DK that samples audio from a microphone and plays it back. Given that the dev board has Arduino compatible headers, I'm assuming...
Hello,
we are trying to add log functionality to our application (nRF52 SDK 15.3 SD6.1.1) and we have few questions:
1. can two uart and flash backends coexists in...
I'm trying to do step-through debugging with the nRF9160 DK using Segger Embedded Studio and it's jumping all over the place. I assume this is due to optimization but perhaps...
When bluetooth only is enabled, the program has no problems. After adding USB, the program crashes。 How am I supposed to initialize it, is it a matter of order
<info> app...