I'm trying to run the DFU sample l9_e5_sol on a custom board using the nRF5340 and SDK version 3.0.2.
My goal is to perform DFU over BLE using external flash. However, before...
I am using a custom board with a nrf5340 chip on it with vs code and sdk/toolchain of 2.9.1 and the bmi270 sample. I am getting and issue with my bmi270 accelerometer when...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
We have previously used nRF52840 and for the latest iteration of our board design we are updating to use nRF54L15.
We are aware that for nRF52840 we could map any pin to...
Hi,
I faced with an initialization issue of combination two features: MCUMGR and UART_ASYNC_API. I get a crash right after the FW starts. It looks like the SW configuration...
Can anyone clarify what information is stored in the nrf9160 chip barcode? For our manufacturing tests, we'd like to use a barcode-readable identifier on each board, and the...
hi.
i want to parse the data before sending to BLE UART.
i am fetching data from RX/TX pin. and now i want to do some modification in data before sending it.
this block...
Hi, I want to send a constant carrier during production testing of a product.
First I call sd_softdevice_disable(); then I do the following:
//Restart radio
NRF_PPI...
Hello,
in our application I can see, that sometimes the nRF51822 completely resets, during a BLE transmission.
I am using S120 as peripheral. The peripheral is connected...
Hello,
I am trying to understand the basic working principle of the bootloader so i tried the DFU example in the SDK 9 it gets compiled and when i try to flash into the...
Hello,
I am using BL600A module and Nordic softdevice and SDK9.0. The system is having NUS service and TX and RX characteristic. Now I have a requirement for firmware upgrade...
Hello,
Should the application guarantee that the data sent to sd_flash_write is available until it receives the callback or will the softdevice make a copy of the data...
Do you have an example application which automatically re-bonds to an iPhone when the phone has been powered off and then powered on.
Otherwise, what changes are required...
HI,all.
i am so sorry for my silly question here, but it is Very important to me.
i am a newcomer here ,and i am a beginner for nrf52382 and nrf51422.
I heard the...
BobLouwe.logicdata Hi devs,
I'm setting up my own .NET mircro framework stack for the Adafruit nRF8001 Break Out board. When write the Reset port I do get an interrupt...
Hi,
We are using nRF51822 as a peripheral device. We have an IOS app running in a smart phone or tablet. Our requirement is that we need to pair the peripheral only with...
Hi
I'm currently working on a small nRF52 based design, and I have been asked to keep the cost as low as possible, while maintaining a good battery life while being powered...
Hello,all
I want to use timer,ppi and gpiote to toggle a pin in sdk8.1 but not working.Here are details:
Firstly I use the example project "gpiote" which does not contain...