nRF52840 NCS 3.0.1 RCP
I just installed the NCS 3.0.1 SDK. I am trying to set up a border router on a Raspberry Pi 4.
I followed these instructions on the Raspberry Pi...
Hello,
I have a legacy project that is using nrf5 sdk v17.0.2. I need to add the BLE DFU functionality to this project based on the nRF52840. Are there any examples on...
We are trying to evaluate nrf9151 for working with Soft-SIM. Are there any instructions for configuring the Soft-SIM through AT command mode, or do I need to use another mode...
I was doing some developement for a custom board on NCS v2.9.1 when i noticed some of the changes i was making in my prj.conf weren't being set in the application. My impression...
In my circuit I have a MOSFET which disconnects the battery. There is a GPIO pin which turns this device on and I'm using regulator-fixed to drive it during start-up. A short...
We are currently using ncs 2.9.0 on an nRF5340. We use the BT_HCI_OP_VS_READ_VERSION_INFO to determine at runtime what version of the BLE stack is present. This information...
Hello,
I'm working on developing a driver for the AD4130 ADC in Zephyr and I'm facing issues related to the device tree binding integration. Specifically, it seems the chain...
Hello Nordic team, For the ( POC), I configured ADC channel 1 and interfaced a potentiometer to pin P1.14. The ADC was set up accordingly to read raw value from the potentiometer...
Hello,
I'm currently working with the channel_sounding_ras_initiator project on the nRF54L15 DK , using the nRF Connect SDK from the latest main branch on GitHub ( nrfconnect...
Hi, I am using an external host with NRF54l!5 dk to test the channel sounding feature.
Can you tell me how the NRF controller supports this Cs procedure and whether the...
Dear DevZone,
While reviewing the implementation of x509_crt_verify_chain() in C:\ncs\v2.9.1\modules\crypto\mbedtls\library\x509_crt.c , I noticed that certificate expiration...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
I am trying to set up FOTA support with external flash for mcuboot secondary partition. I have gone through several tickets on the subject, but haven't been able to solve...
is there any tutorial video to explain the code of usbd msc example i have searched everywhere but i cant find anything if a tutorial video for the msc is there please let...
Hello,
we are developing a device which implements BLE hid keyboard. The code is based on the hid keyboard example in the NRF Connect SDK.
The example uses battery service...
I'm using the nRF9160 with the LIS2DH accelerometer and SDK version 2.5.2 . In my hardware setup, INT1 is connected to GPIO 0 and INT2 to GPIO 1 . I'm configuring both interrupt...
Hello,
I'm new to this development environment and trying to get one of your projects to build for the nRF9151-DK. I recently installed everything with the latest versions...
I am trying to use TTM (nRF Thread Topology Monitor package) with a newly bought nRF52840 Dongle (PCA10059) on Windows.
Following the instruction at https://docs.nordicsemi...
Hello, I have been going through the DFU and FOTA lesson in the Nordic intermediate course. I see that there is a FOTA support for a scenario in which we want to update a...
Hi ,
I am developing an application which uses nrf52833. I want to perform OTA using 4g module(from Quectel). As per my understanding and explorations, there can be two...