Hello,
We are encountering issues in our application where we aim to use Bluetooth Secure Pairing (Secure Connections) and bonding for our Bluetooth service. Our application...
Use API: k_thread_state_str() to get the status of the thread, but I don't know the length and content of the obtained string. I want to understand this part.I want to query...
Hello,
The DeviceID register of nRF52 series is referred as "unique", "random" and some answers from staff on this forum claim that the Device ID is generated with FIPS...
Hello,
for some time I didn't have to work on my project that uses nRF Connect SDK but recently I had to work on it again and noticed that I am not able to build my before...
Hi All,
I have to implement an I2C Slave on my nrf52833 BLE project which is currently working (SDK 2.9.2)
I need some confirmation with the following step:
I have...
Hi All,
we are deciding which chip to buy in order to make our AoA trasmitter (CTE packets).
According to https://www.nordicsemi.com/Products/Wireless/Bluetooth-Direction...
I am using the 54l10 chip, and after compiling the project, I will receive a hex firmware and a zip update package. The bin firmware and hex firmware in this update package...
This is NOT a runtime error it's a compile time error (application). Failing at stage [154/159] Linking C executable zephyr\zephyr_pre0.elf
Having started by following...
Hi !
I have a peripheral that can connect to other nRF52's or a smart phone such as iPhone or android. Is there an easy way to detect a smart phone?
The best I can think...
None of the examples in the SDK are useable in Visual Studio Code. All are missing the required application source files
Get this error
The directory "c:\Users\mtd18\...
I used the "echo_bot sample and tried to alter it to use UART2 instead of UART0. Aftet changing the code and putting in the needed overlay, the main() program begins to run...
Hello Team,
I am currently using the nRF54L15 DK with NCS version 2.9.0 for development and compiling code for the nRF54L10 board.
I am trying to implement FOTA updates...
I'm transitioning a GNSS tracking firmware from the nRF9151DK to my custom board using SDK/toolchain v3.0.2.. On the DK, I get accurate location fixes, but on the custom board...
We tested the USB performance on the v3.1.0-preview4 and main it looks like it got even worse.
All tests were done on the attached test project: TestProject
main (6855b38ca69d2a70d0a088d9964e606e9981cb14...
Hi,
I fiddled around with examples using the PSA API to compute a MAC by AES-128 CMAC. That worked out fine. I can import a key, use it to compute the mac over a message...
Hi, On the nrf54L15 with MCU boot enabled, what is approximately the fastest time that the chip could boot and set a gpio line high, if everything not critical is disabled...
Hi,
We are using a modified version of the multi-service sample for nRF9151. Generally, FOTA updates from the nRF Cloud work well.
Once we deploy the FOTA update in the...
Hello,
I know this question is more related to Zephyr than Nordic, but I wanted to try asking here.
I’m using the SMP service to send files to my device on a LittleFS...
i am working on i2c device on zephyr NCS v3.0 i want to read the i2c address . which sample example to follow and what are the changes to be made in the sample example.
I want to try out some changes that are not yet in the stable NCS releases, so I'm trying to build my Matter application using NCS v3.1.0-preview4. Unfortunately it gives...
Hi,
I ran into this error:
00> <error> nrf_ble_gq: SD GATT procedure (1) failed on connection handle 0 with error: 0x00000008. 00> 00> <error> app: ERROR 8 [NRF_ERROR_INVALID_STATE...