Hey,
I’m currently evaluating DECT NR+ using two nRF9151 DKs with the nRF Connect SDK v2.9.0.
According to the ETSI specification (ETSI TS 103 636-4 V2.1.1), the Physical...
I am working with the WLCSP version part (nRF54L15-CAAA) and it calls out that there is light sensitivity. The note seems to indicate that only underfill around the perimeter...
Hello Nordic Team,
I'm experiencing issues when trying to flash my Matter application to the internal flash of the nRF54L15. I've followed the guidance from this forum post...
My application communicates via UDP and all communication is initiated from the device. Before packet transmission, network registration status is checked (CEREG) and sendto...
Hello Team,
I’m working on creating a custom Matter cluster using the instructions provided in the Nordic documentation: https://docs.nordicsemi.com/bundle/ncs-latest/page...
hello everyone,
I am using the nRF52840-QFAA-R7 (48-pin package) along with the nRF52840-DK development board. I have a question regarding I²C communication. Currently,...
So as the title... the Creating a custom driver using the sensor API exercise for the current SDK versions is missing from the nRF Connect SDK Intermediate course. Are there...
Hello:
Is it possible to configure the nRF52840 for Standard Serial over Bluetooth? The application I am developing for needs a long range Bluetooth connection, where...
Hello, I am developing an application that requires the device to keep track of time with the RTC. I am using an app timer driven by the RTC to provide me with a 1 second...
Hi,
I have download the nRF5_SDK and try to run the example code. But I can't understand the relationship between PCA10056 and nRF52840 chips.
If I run the example project...
Hi
I would like to connect a BME680 sensor to the nRF9160DK board. The driver for this sensor isn't included included in the v1.14.99-ncs2 branch but it shows up in the...
Hi,
I want to directly enable notify without discovering the service handle, but it didn't work(return NRF_ERROR_BUSY). Because it takes time to discover the service, and...
Hi, As we know that, we can see, the data has been sent to nRF Cloud in JSON format by Thingy91-PCA20035. And we can also see that, we have respective APIs like "cloud_send...
Hey,
I am getting a
warning: #47-D: incompatible redefinition of macro "STATIC_ASSERT_SIMPLE" (declared at line 215) warning: #47-D: incompatible redefinition of macro...
Hello, I am working on a ble application which is streaming data via ble notifications. I am currently queuing up the packets in the notification queue and keeping track of...
Hello,
I am trying to use as least energy as possible. I run the ble_app_blinky example. The only change I did was commenting out: advertising_start(); such that no advertising...
Hello,
I'm using the nRF52840 Development Kit and SDK16.0.0_98a08e2.
I'm trying to run the example "proprietary_rf\esb_ptx\pca10056\".
It compiles and runs if I do not...
Hi,
I am not getting the exact starting and ending address of user flash storage like other controllers, How we can find that while using FDS and Fstorage and also i want...
I have a custom board with 5 buttons, and a status LED, using the nrf52832_xxaa chip. 2 of the 5 buttons never trigger an interrupt. It seems like this is because nrf_gpio_pin_read...
Hello, Nordic.
I'm currently developing multiple sensor beacons and a scanner for asset tracking (scanner app based on ble_app_uart_c)
ble_app_uart_c has SCAN...
Hello,
Im designing a board with nRF52832 with acceleration sensor and BLE application, so for the esd protection, should there be an housing of some sort, what all can...