I want to send a custom message using a custom Property ID in Mesh Sensor observer example. How do I add a custom Property ID? Currently, I am using #define CUSTOM_ID 0x1234...
I'm seeking an nRF52, preferably the nRF52840, code example to integrating Google Home or Alexa via Thread/Matter (low power, low data rate application such as light bulb...
NCS 2.7 with sysbuild + mcuboot
NRF52840 (custom boards)
In my previous projects with NRF5 SDK I found it was very helpful to define a section in the linker so the rtt...
Hi all, I am going through the beginner course and am using the MPU-6050 over I2C. I am able to communicate with the board where I get the WHO_AM_I. I can also read from the...
Hello, I am relatively new to the nRF 5340 Audio DK. I recently ordered a singular nRF 5340 Audio DK board and my goal was for the board to take in input audio via the PDM...
Hi,
How can I control a Thread CoAP Client, which is connected to a thread supporting modem such as eero+ (in other words, the CoAP client is connected to the internet)...
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...