Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
I've built a project based on the peripheral_uart appliction. This is working well, but I need to now sort out the lowpower mode. My product is battery powere & I need to...
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...