Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Currently, I am creating a CIS-connected device using nRF5340 Audio on a homemade board.
Since the circuit configurations of the Gateway and Headset are different, I have...
I just got a fresh Win install and installed a new version of vs code (details below) and lo and behold the nrf welcome page is empty! Apparently, this was changed a while...
Hi I am looking for some advice with regards to getting a Fanstel BU840XE ( BU840XE, The longest range, Remote USB Dongle for BLE 5, Thread, Zigbee — Fanstel ) device to function...
Hi team,
I am getting secure fault after PPP started in SLM (v2.6.1) application.
here is the snapshot of the error message
Anyone having same issue and resolved please...
I am experiencing an issue with the I2C device on the nRF5340(our custom board) where it is unable to read/write to the sensor, resulting in a return value of -5.(EIO)
Details...
Hi
I'm chnaging the Secure Bootloader to an external falsh for bank1, connected with QSPI.
In the function on_data_obj_write_request is the call for nrf_dfu_flash_store...
Hi,
I have a project with an nrf9160 running zephyr. Can codechecker be set up in the build in nrf connect in vs code so that when a build in vs code is done it runs code...
Hello,
I am migrating an application based on the old Nordic SDK16 to the NCS Zephyr SDK.
My workspace is using Zephyr commit f8f11338, nrfconnect/mbedtls commit de1b3f57...
Hello, I am trying to debug why my device is failing to work 100% of the time. What happens is an app makes a connection to the device, sends a command to the device, receives...
Hi all,
I' have a custom board with an nRF9161 chip. I have a custom connector to program it with SWDIO/SWCLK. For the moment I'm trying to detect my board with nrf programmer...
Hello!
I have a custom service that I try to implement on two nrf52840 DK, where one is supposed to act as a GATTClient and one is going to be a GATTServer.
The service...
hey there
i design my own board based on nRF5340, now i want to write a code for wireless boot loader on it with ble. on my board i have a nor flash for this goal. in part...
Hi,
I am not sure how to read from a characteristic which doesnt have notify property in them. I started looking into nrf_ble_gq_item_add() But I am not sure on what parameters...