Hi,
I want to use the Blend Micro with more security. I want use a passkey for the Bluetooth connection. For example through the iOS Device.
Is it possible? Static passkey...
How do I receive multiple signals simultaneously at a single receiver (433MHz) with multiple transmitters ?
I am working on a polling system. This one is similar to the audience...
Hello,
I established a connection between my central and peripheral module. Now i want to write characteristic value on peripheral. I tried with sd_ble_gattc_write function...
I am using the NRF24l01 for my products and looking to buy in bulk(100-1000). Now I know where to buy the just the IC but antenna design is a hard point to break right now...
Hi, my friend,
I've been with nrf905. I use a 16-bit CRC check.
But I encountered problems in use:
1.Nrf905 16-bit CRC check format is CRC-16(IBM):X16+X15+X2+1 or other...
I have two custom PCBs, each of which has a microcontroller and an nrf24L01+. Everything related to the transceiver in the designs are complete duplicates (with the exception...
Hello,
I've built a small BLE-device based on the nrf8001.
With my Iphone I can discover this device and I am able to connect to it and listen to notifications of the...
Hi
I need to do DFU OTA for my Custom board. So, I need to Know the procedures which I need to follow for nrf5340 and how can I do that on NRF Connect SDK. Kindly help me...
i have no idea on how to read the device id of the qspi please guide me to do so i have gone through the qspi example there could not any instructions to read the device id...
Good day!
There is now way to restart dfu_mcuboot with
CONFIG_DFU_TARGET_STREAM_SAVE_PROGRESS
Checkout:
dfu_target.c
next dfu_target_mcu_boot.c
and finally...
I've been developing in the following environment:
Windows 10
NRF Connect for Desktop
with few problems for the past six months.
On Friday 12/10 I was suddenly unable...
Hi,
in Product Specification document of nRF9160 Product Specification
I found that accuracy of LFXO is +/-20ppm
is this accuracy valid for all the temperature range...
Hi Nordic Team,
I have deployed dozens of nRF9160-based devices in urban environments, where some of the devices are within coverage of multiple NB-IoT cells. My devices...
Since some days I try to create own applications with the nRF5440 processor. I tried it with Segger Embedded Studio and also Visual Studio Code. The example projects work...
Hi,
I have been trying out the Matter samples as shown in this webinar . I have been following the instructions for version 1.7.0 of the SDK, specifically the ones in Configuring...
Hi,
I'm implementing a simple DFU for my device. The device has the buuttonless dfu rom and bootloader. I working on my android app now.
I want to be able to read the...
Hi,
I ran some tests with the SW and HW crypto on nrf5340dk. I expected that using the crypto cell would improve my crypto performance tremendously but unfortunately,...
Dear friends,
My 52840 DK flashed a serial example( nrf5_SDK_for_Mesh_v5.0.0_src\examples\serial ) as a provisioner.
We use PyACI communicate with provisioner by Uart...
Good evening,
Referring to the following page which lists IDEs that are supported by Nordic Nordic Supported IDEs
Please kindly let me know if the following toolchain...
Hello,
first I have to say that I'm new with nRF5340, Segger Embedded Studio and Cmake.
I have a working project with CMakeList.txt. So I include it into Segger Embedded...
Hi.
I am trying communication from nRF52832 to iPhone using ble.
I use main function which put in nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_uart.
But,I...