I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
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...
How can I create zip package for DFU in Linux.
I'm using nRF5 SDK version 11.
I'm working in Linux(Ubuntu 14.04).
I'm trying to zip package file for DFU in linux.
When...
I try to add an BLE function with "ble_stack_init". The problem is that after executing this function, the interrupt doesn't work (I add a function in the interrupt, but it...
Hi Nordic!
Long time short, I want to do an ANT application (S210, nRF51422) that pairs two slaves to one master. I have configured everything such that it pairs only when...