I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
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...
Hello,
I want to control LED of the Server 2. (Turn on / off) by using Client.
How to add the relay node in light switch example (this is one of the basic example...
I am trying to update a device using a Macbook pro with Sonoma 14.4 and am receiving an error message that states that nordic "Did not receive checksum response from DFU target...
hello, I'm using nrf52DK & connect sdk v2.6.1. I'm in the process of migrating from nrf5 SDK to connect SDK.
My previous code to read Mac address to form unique BLE names...
I am getting a warning in my nrf5340 overlay file because I ran out of pins and need to reassign P0.30 to my BMI270 interrupt 1. Here is the message in the overlay file: ...
I am using visual code studio, zephyr RTOS, v2.5.2 on NRF52840
I am trying to find a QSPI example
I noticed someone mentioned the sample :spi_flash is using QSPI ? But...
Hi,
I'm migrating my application from SDK v2.4.1 to v2.6.1. In my application I'm using Zypher BLE Controller with HCI_rpmsg child image. I renamed the hci_rpmsg to hci_ipc...
Hi.
Can you please tell me how to erase the chip in VS Code without writing new firmware?
In Segger Embedded Studio there was such an option (Target -> Erase All), but...
Hello,
I am currently trying to figure out why my application stops working after some time (can be hours to days).
Im am using a nRF9160-DK, with the nRF91 programmed...
Hello,
I am working on a BLE application based on the nRF52840 and NCS 2.5.0.
I'd like to reduce or disable the packet retransmissions. I've looked through the NCS documentation...
I have a firmware project currently developed in a Nordic nRF52840 chip. I am trying to create a new board ( we are updating the PCB ) to implement the same firmware on a...
I have an existing project with a custom board. It builds from VSCode and command line with ncs 2.6.0. With 2.7.0 it builds from vscode, but not from the command line (see...
Hi all, For this project firmware overview: A few months ago, we shipped 10k products and never had such problems. In the latest order, 38 out of 1k products were abnormal...
When using two 52833 boards for distance measurement, when testing at 60cm, the distance value obtained sometimes wobbles between 0.6-1.2m, but sometimes stabilised around...
Can I use gazell device and ble host on one nRF52840 chip at the same time? If so, can you tell me how to develop it? Or give me an example for reference.