Dear Everyone, We're using the PAN B611 evaluation board (ENW89861AXKF) which features a PAN B611-1C Bluetooth Low Energy (LE) module which is based on the Nordic Semiconductor...
Hi Nordic team,
We are designing a custom board using an nRF54L15 together with an nRF7002 WLCSP.
Our board has a single 3.3 V power rail. We would like to confirm the...
Hi,
We have two option to use Flash memory,
Option 1: We are planning to use Flash Memory on the SPI bus shared with the NRF7002. Kindly confirm whether this configuration...
Hello,
We are currently performing power consumption measurements on the Nordic nRF9151 using the PPK2 in LTE-M with an Objenious SIM card.
During our tests, we observed...
Hi everyone,
we are running a Cloud-to-Cloud scenario where we use the Assisted GPS API.
https://api-docs.nrfcloud.com/#tag/Assisted-GPS/operation/GetAssistanceDataLegacy...
Developing an implementation for UltraWideBandImpl for a different UWB hardware solution (not the provided qm35 implementation) and running into integration problems
The...
Hi, We're in the product validation stage of development with nRF54L15, part of the validation is temperature cycling, we noticed that devices seem to be "stuck" in sleep...
I am trying to build a BLE central application on the mbed compiler (target BLE Nano).
I have chosen the ble_app_uart_c example from the nRF5 SDK as a starting point. My...
Hi Support Team,
one error come out when use nrf connect, just as attached picture shows,
please help to check what cause this error,
no error come out on phone.
...
In reference to this issue in the Android DFU library...
github.com/.../33
... can someone from Nordic please explain how DFU OTA using the secure format on a device...
Hi,
I working on nRF52 series development boards communication. I am using ESB library for data transfer. I am able to transfer the data between two microcontrollers. Now...
My device is connected with GSM module, when GSM module communication fail, I need to save the error message to flash. In application level, pstorage_store or pstorage_update...
Hi,
I use fstorage fun in nRF5_SDK_12.1.0_0d23e2a.
and the same code can run SDK11 but It seems different now.
So how to use fstorage fun in SDK12 and I list the different...
I was looking for something like a checklist of what to do when developing on a custom board but I couldn't find it.
I am working with Keil 5.15.
I achieved to develop...
Hello, i have a question.
Can nRF51822(s120) handle more than one connection at same time?
Let me explain: i have one server(nRF51), and two(or more) clients(nRF51 and mobile...
My Chip is a Insight SIP ISP1302.
It's based on a 51822_xxAB, 128kb Flash and 16kb RAM.
I try to use the S130 with the UART Application.
The S130 2.0.1 requiers 108kb...
Hi,
NRF_LOG_PRINTF() is working fine with peripheral examples in SDK11. but when I try to do the same in ble_peripheral examples it is not working. I have defined the following...
Hi. I have one question:
From SDK and docs, I can find how many pipes and which pipe nRF24LU1 open when it is TX.
I check function:
void hal_nrf_open_pipe(hal_nrf_address_t...
HI:
i hava a sender and it send a frame every 15ms ,not use any protocol,and reciver code like as follow:
while (1) {
Rf_StartRx(ReciverSC.RfBufPointer...
Hi,
I am trying to develop firmware for the nRF52 platform using Visual Studio, as I prefer VS over Keil. I came across the VisualGDB plugin, but it seems their BSP is...