Where can I obtain the security certificates (e.g., client certificate/private key) needed for TLS authentication with nRF Cloud? - Are these generated during device onboarding...
I plan to use my own SIM card (not from Ibasis). Could you clarify how to register the device in nRF Cloud to enable A-GPS services? - Should I link the device’s IMEI or ICCID...
Can you please help to suggest how to get hci logs in channel sounding examples? Like my use case is that I want to know which commands are going from host to controller and...
Hi support team,
We are using nRF9151 with NCS v2.7.0 for our IoT product. During power optimization, we observed:
Even after disabling UART RX interrupt using uart_irq_rx_disable...
Hello, I am developing nRF5340, the project is pre-production. I am getting a issue with BLE power consumption, when I turned BLE on, the current is about 9uA. with BLE beacon...
Hi everyone,
I'm developing a Matter device on the nRF54L15 platform using NCS 2.9.0. When commissioning the device via HomePod and iPhone, the device unexpectedly reboots...
Hi,
I have been testing out the channel sounding feature on the NRF54L15. Each device has a bias (difference between the readings and the actual distance) and I was trying...
Hi Team,
We recently received our custom PCBs and are currently trying to configure pins P1.00 and P1.01 as UART0 RX and TX respectively. However, the UART communication...
Where can I obtain the security certificates (e.g., client certificate/private key) needed for TLS authentication with nRF Cloud? - Are these generated during device onboarding...
I plan to use my own SIM card (not from Ibasis). Could you clarify how to register the device in nRF Cloud to enable A-GPS services? - Should I link the device’s IMEI or ICCID...
I'm developing my application with nrf 52832 and nrf SDK v17.
I know NCS is more powerful. I'm currently learning how to use it.
But now.I still need my application with...
NCS -> 2.9.2 Hi, guys
This will be little bit big of a ticket.
So I recently started working with nrf9160, and I have not much dabble with M33 core as well.
But anyways...
Hi,
We are using nrf21540 in GPIO mode + mode pin ( and CONFIG_MPSL_FEM_NRF21540_RUNTIME_PA_GAIN_CONTROL) with an nrf52833.
We are developing under nrf connect sdk 3.0...
Dear Nordic Semiconductor Team and Community Members,
I am currently working on an nRF54L05 project where I aim to use only the primary slot in MCUboot due to memory constraints...
Hi, I'm trying to implement a watchdog on the nRF54L15. I configured the watchdog with a maximum window of 1000 ms, and I'm feeding it from a low-priority thread every 500...
Hi,
I'm getting the following error over and over again from the nrf connect plugin in VSCode:
[west]: FATAL ERROR: failed manifest import in bsim (tools/bsim): [west...
I'm not able to debug any of example applications that uses non secure build. Non ns versions works fine. I have added CONFIG_TFM_CMAKE_BUILD_TYPE_RELWITHDEBINFO =y to my...
Hello Nordic support team,
Forgive me if I am asking a stupid question.
In the source file ble_conn_params.c, there is a function called ble_conn_params_init() and I...
We are developing a light product that features a built-in button. A single click of this button toggles the light on/off, while a long press adjusts the brightness level...
Hi,
I have a custom board build with an nrf9151. Right now I'd like to have the possibilty ti get modem trace. But it's look like I got crypted/corrupted data from UART1...
I'm having trouble porting my project from the older SDK (2.6.0) to the new SDK.
I thought the most straightforward way to do that would be to start with a sample project...
Hello nordic community,
i have custom board that have nRF5340 and nRF7002, our requirement is to use wifi every 5 minutes (connect send data and disconnect) but randomly...