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...
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...
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...
I been trying to figure this out but to no avail. I get these errors on build.
:/ncs/toolchains/b620d30767/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi...
I'm running SDK 2.8 and 2.8 Toolchain. I created the sysbuild.conf setting:
SB_CONFIG_BOOTLOADER_MCUBOOT=y
and put it in the application folder (per this support request...
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...