Hi, I am trying to understand the Friend and LPN behaviour. For that I am refering to nRF sample application light" and "light_switch". Below is the setup details: 1. On one...
Hi,
I've been using NRF Cloud without issues (Pro subscription) and I am no longer able to login my NRF Cloud account. I tried changing password and use different type of...
Hi there,
This is a follow up post from my earlier one here about using nRF5340 dk as an I2S master for the purpose of recording sound using a MEMS sensor ICS43434. Here...
Hello DevZone!
All samples with Application Event Manager (CAF, nRF Desktop) has simple main function like that:
Main thread has terminated after executing and main...
Hi all,
I'm working on a Nordic-based system involving multiple nRF52-series chips exchanging high-rate sensor data over both radio and SPI links. The setup involves two...
I’m using the nRF54L15 to test throughput. I want to connect a single board to any arbitrary BLE device to test GATT throughput. Is there any way to do this? Are there any...
I want to use the UART20 serial port to map to other pins for easier PCB layout, but when I use the NRF54L15,
overlay config
my main code but no printk or printf What...
Hi,
I’m using the nRF52840 for BLE packet capturing, including security-related exchanges. However, during analysis in Wireshark , I’m unable to see any SMP (Security Manager...
Hi There,
I have integrated ble_app_hrs and saadc module on nrf52840 dev kit, it compiled without errors. while debugging it is stuck in - saadc_sampling_event_init(), ...
I don't see how we can send 'conn param update request' rejection. I am getting BLE_GAP_EVT_CONN_PARAM_UPDATE_REQUEST and there is way to update the conn params using sd_ble_gap_conn_param_update...
I am using a Bluetooth peripheral_uart routine with the nRF Connect SDK V3.1.0. During a compilation, the program encountered a large number of errors where nRF-specific terms...
Hi,
I am trying to implement FOTA download in SDK3.1.0 with an nrf9160 board. I had this working on an older SDK (1.6.1) so I know it's possible to save the progress and...
Hi,
I'm looking to use the nPM1300 with a fixed 5V DC input (no USB). I still want to use the rest of the nPM1300 features together with an MCU, including lithium battery...
Hi,
We have integrated the Onomondo SoftSIMs in our devices (custom PCB). The integration is looking good. We can provision it, works in multiple countries etc.
However...
I am trying to understand the process of certificate generation for the onboarding process of my devices. Especially with the future of "mass production" in mind. I understand...
I have a nRF9160DK board that was working. I am trying to flash zephyr/samples/hci_uart into the nrf52840 and zephyr/samples/central_uart into the nrf9160. I was able to build...
My project uses the rotary encoder having pin A, B and Common with nrf52832. I connected them to pin 9 and 10 and GND.
I modified Qdec example to but it does not print the...
In my system I am writing log messages to flas, in order to conserve space, I use the LOG_DICTIONARY_SUPPORT. when I read my log messages from flash, the timestamp is decoded...
Using NCS 2.9.0, Zephyr 3.7.99 on a custom nrf5340 board, I want to have multiple functions enabled on the USB interface : zephyr supplied MassStorage (msc), virtual UART...
Hi,
To test the BLE connectivity using the nRF54L15, is there any BLE test framework or python scripts for linux like Raspberry Pi, where Linux SBC acts like a host and...