Hi supporter
we try to radio test for nrf7002 DK, we use ncs2.7.0 version, need to radio test for 2.4G Ble(2440 MHz) and Wifi(2440 MHz), 5G wifi(5500 MHz), need to measure...
How do I power the nRF9161 DK with a battery? I have a spare 4.2V-3.7V lipo (2000mAh) but according to the docs, VIN ne eds 5V, so any recommendations for a compatible battery...
HI
We are mass producing products using nRF52832.
However, during production, a PCB was found to not detect low battery voltage for about 5%, so we are inquiring about...
Hi,
we have npm1300 device on our customized board,
without using any of the regulators, LEDs are not connected.
Gpio 0 and Gpio 4 is connected to main MCU.
when activating...
HI ALL,
I used a system off demo and added the following content.
The power consumption tested was around 1uA, which should be normal according to the errata. Then...
I tried running the official ranging example with nrf5340dk.
Bluetooth: nRF Distance Measurement with Bluetooth LE discovery
Usage
This example can obtain distance test...
Hi,
I'd like to evaluate dual mic recording on three 5340 audio DKs: two of them work as CIS headsets(Unicast server?) and the other one as CIS gateway (Unicast client?...
The docu page for the nRF9151
https://docs.nordicsemi.com/bundle/ps_nrf9151/page/ip/radio_lte/doc/frontpage.html
contains a link to
docs.nordicsemi.com/.../intro_nrf9160...
Hello,
I want to utilize two units of nRF7002-DK I have, to evaluate LE bluetooth link between the nRF5340 SoCs. I need access to define CIG and CIS between the two SoCs...
HI,
I am developing a ble mesh application on SDK 17.2, I enable Instaburst for support long mesh message(more than 300 byte), it worked well.
Now I changed to the nRF...
Hi,
I cannot bond to NRF5340DK running the `peripheral_ancs_client` sample if external oscillator configuration is disabled (thus using synthesized from HFCLK).
Environment...
Hi,
Iam trying to implement multirole ble in nrf5340 using ncs. I am using legacy advertizing type for advertize and observing both.
why it is working only first time...
Hi nRF support team,
In my application, I need to show system date and time, so I am trying to get the system epoch time by using the nRF Connect SDK on nRF52840 dev kit...
Hello,
I am working on the Raytac MDBT50Q-RX dongle which has the nrf52840 chip embedded. I am having issues programming it using the debug pins on the module, using the...
Hello. I'm trying to run a sample with sending data via Lora. I'm using llcc68 but as I read in previous threads, the code for sx1262 should work on my chip.
Here is my...
Hi, We are developing a product which is reading RTDs and thermistors from the NRF52833's internal ADC. We're working on compensating for the intrinsic errors of the ADC and...
I am using download_client library in C++ project. I have to include coap.h but when I compile I get this error:
C:/ncs/v2.7.0/zephyr/include/zephyr/net/coap.h:744:16: error...
I’ve been working on creating a C++ application based on the NUS example, but I’m encountering an error. I’ve attached my application below. All I did was enable CONFIG_CPLUSPLUS...
Since I am a beginner with Zigbee, I would appreciate your guidance.
Currently, I am using the nRF Connect SDK v2.8.0(Zigbee-addon) with the nRF54L15 to work with Zigbee...
Hi there. I'm attempting to do trilateration between 3 nRF Devices. A1, A2, and A3.
A1 - A2 I can get using the nRF Distance Measurement toolbox
A1 - A3 I can get using...
Hi there,
I am following nRF Connect SDK Fundamentals and it looks like that both k_sleep() and printk() are not working.
GPIO is working but I am not sure why these two...
Hi, I am working on long press button interrupt in nrf52832 device & used NCS. I am unable to detect the long press from button.below is my functionality which is I am trying...