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...
I am in the process of getting a Nordic Thingy 91 X up and running for an upcoming development project. However, I’m having some problems getting the Thingy to connect to...
I'm developing a USB Keyboard Receiver. But I founed that there's no APIs and no descriptions about HOW TO SEND CONSUMER KEY and NORMAL KEY in USB HID mode.
I find a lot...
hello:
I want to communicate with my nrf25U1 USB dongle. So i add some code(refer to the examples\proprietary_rf\gzll\gzp_desktop_emulator). When i add add these files(nrf_gzp...
Hi, Everyone
I am developing with SDK 15.3.0 and nRF52832
Compiling "examples \ secure_bootloader \ pca10040_uart_debug" and "examples \ secure_bootloader \ pca10040_uart...
I can't find anything on this error on Nordic support or Segger support sites. I've looked into the obj directory and only find one main.o file (of course!). Can't see anything...
Hi. We are using a BLE module based on Nordic nRF52832 in a new product we are developing.
The nRF52832 & softdevice has its own QDID - 115277.
However the module also...
I am trying to get a project working with a main.cpp file, some C++ modules, and the 16.0.0 SDK using the IAR compiler. However, using the nrfx/mdk startup files, it never...
Hi,
Iam running the BLE uart and Zigbee light multi protocol example. Using the latest thread and Zigbee SDK v3.2.0. The example is quite good. That the door(Zigbee+BLE...
Hello.
I would like to make simple GPIO bridge. That means transmitter with Digital input and receiver with digital output. When the state of DI changes, it's transferred...
Hi everyone,
I am using nRF52 DK with 52832 on it. My current SDK version is 15.2.0. I know that for IoT applications there is external hardware needed as router like RPi...
Hi,
I have a problem with a specific Zigbee certified device that I can't connect to my Nordic device.
When trying to connect to the device, I go to see the status:
...
Hi,
In need to debug my application using segger IDE when there is bootloader already present in nrf52832 chip .
The sdk we are using is SDK 15.3
Bootloader:- "secure_bootloader_ble_s132_pca10040...
Quick project overview:
Mesh network using nRF52840.
Nodes need to be able to be controlled individually (setting GPIOs) and also report back data (ADC, GPIO state) to...
Dear sir/ madam,
I have two questions regarding NRF52832 as follows:
1. Will nrf52 only get connected to apps provided by nordic? I want to it to get connected to serial...
Hi,
Greetings!
I am using following setup
1. Mesh SDK: 4.0.0
2. SDK 16.0.0.
3. Segger Embedded Studio on Windows 7
I had a look at "pwr_mgmt_pca10040 " example...
I slightly modified the qspi example code to try something that I'd eventually like to implement as part of my application. But when I try to interleave reads and writes then...