Hello,
I am new to modems and cellular domain.
We intend to design and build a cellular communication extension for an older product. And I eyed the nRF9151 for that....
Hi all,
I’m working on a Nordic-based BLE project (nRF52 + nRF Connect SDK 2.6.0) and evaluating the flutter-nRF-Connect-Device-Manager package for our upcoming Flutter...
After an update recently with the nRF Connect for VSCode Extension, it's been unable to find where my nRF Connect SDK is located when choosing a build configuration. It used...
Hello,
I have been attempting to implement a system on my custom nRF5340 board where the external QSPI flash (IS25LP) is shared between eXecute-in-Place (XIP) functionality...
Hi Support Team
We want to develop an application of combining a PDM microphone and a nRF54L15. When we speak a word into the microphone, the nRF54L15 will perform a corresponding...
Environment info:
Tested on own integrated product, and nRF5340 Audio DK.
Firmware built on Fedora Linux 42,
Using the Rust programming language, using embassy-nrf &...
Hello,
I've tried to compile the experimental_ble_app_hrs_pairing_nfc example using Keil uVision. The example requires the NordicSemiconductor::nRF_DeviceFamilyPack version...
Basically I want to get a 8 byte long MIC when using the AES CCM encryption. From the product specification it does seem like I can only get a 4 byte MIC, is that correct...
Hello,
I try to flash my dev card nrf52 with the program ble_app_uart
Or a program ble by cons I can flasher by other program (pin change in), I do not know from where the...
I created an characteristic that has MAX_Length = 20 Bytes characteristic.
And When I'm trying to write less than 20bytes on this Characteristic, It Always send with 20Bytes...
Is it OK to send multiple packet continuously over nus at below way without waiting for packet transmit complete?
i=UserUart.RxBuf[1]+2;
index = 0;
while(i>0)
{...
Hi,
I'm using nrf51822 Ek kit and running ble_app_uart example,when i want to send any character or integer it Received like a string only,but i want to send only single...
Hi,
this question is more about iOS than nRF, but there's probably here some experience around this subject.
First the context : We have a product based on nRF51, S110...
I compile a .bin file for DFU. The bin file is 62020 bytes. I create the zip file for DFU, it is 62909 bytes.
If I extract the zip file, I get the bin file (62020 bytes...
We are currently designing a prototype board for our product using the nRF52832. We need to calculate the transmission line with on a 4 layer PCB. The stack-up looks like...
I am trying to use your swift iOSDFULibrary cocoapod. What I am doing is the following. I have a library written in swift. That library is where I have your iOSDFULibrary...
As Bootloader IROM starting address 0x78000 and size 0x6000 is same in SDK 13.0 and 12.2.0 expecting to update Device firmware (BL+SD+APP) from 12.2.0 to 13.0.0 SDK.But in...
I use SDK9 nRF51.
I use white list. When I want to delete all bounded devices, I call this function. But it doesn't work. It not deleted.
Why I can't to delete bounded devices...
Hi,
I would like to know which is the difference between using a Softdevice or not.
Looking at the blinky example, the two versions are provided. The "main.c" file is...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...