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...
Hi. I have a question about the selection of Host IC of nRF7002.
Looks like general official recommendation is nRF5340.
But my team has a long history with nRF52840...
Hi,
I'm trying to use the connection manager in my application, but it never connects or shows any events. I've tried using the https_client sample as well, but that gives...
After 9 years of work I have finally finished my product and it is FCC and EU certified, and ready for a pilot production run.
I would like to copy and paste my PCB design...
Hi,
Let me explain my situation. I have several custom boards with an nRF5340 SoC and an nPM1300 PMIC. I flashed a custom image developed with nRF Connect SDK v3.0.1, and...
We are developing a product with fast flash access and a screen so would like to use SPIM00 and the sQSPI simultaneously. The datasheets & documentation are somewhat confusing...
Hello,
In my project, I have b0+mcuboot+app to be able to update the bootloader and the application.
I am contacting you because I have trouble understanding the difference...
What is the tolerance of the 0.9V internal reference used by the nrf54L15 SAADC (+/-10%?, +/-1%?), and what is the maximum external reference voltage allowed?
Hello,
I've never manufactured using the nrf9151 before and I was just wondering if there's any recommendations for solder paste type/size?
& stencil opening?
For...
Hello,
I am trying to configure cellular modem application running on nrf54l15dk board and SLM on nrf9151dk board.
I get the 2 boards communicating but communication...
In data sheet of nRF54L15, the numbers in 11.1 current consumption power and 11.13.2, 11.13.3 have some delta. Can you please help to explain the deltas? I was thinking the...
Hi,
I'm building an non-secure application for nrf15l15 SoC using NCS SDK v3.0.2. The available SRAM memory for my application is set to 188K in the base dtsi files ( see...
Hello,
after a longer time, I wanted to use nRF Connect for Desktop again, to figure out what exactly my device under development is advertising. I upgraded to the latest...
tl;dr: The clone would probably work more reliably if the nrf-toolchain-manager added the --depth 1 option, e.g.: git clone --branch v2.6.1 https://github.com/nrfconnect/sdk...
Dear
I'm working on controlling an I2C device.
I want to achieve TX->TX using the nrfx_twim driver. I specified NRFX_TWIM_XFER_TXTX. When I looked at the nrfx_twim source...