Dear devzone,
Based on ncs2.9.1 and nRF54L-DK(v0.9.2), add in the prj.conf of the peripheral_uart example:
Compile and burn to nRF54L15-DK, the program does not run, and...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I need to send a disconnect command from the app layer. I've seen a few other posts that say to use uint32_t sd_ble_gap_disconnect. One post had this line of code as an answer...
I am using the RBC mesh in a networking product using the nRF51422. We would like to turn the mesh on and off at selected times, say once per hour for a minute or two. I know...
Hey,
I have been trying to set up wdt for my application which services some interrupts once in a while and advertises continuously. I put the nrf to sleep using sd_app_evt_wait...
Hello,
I'm trying to read voltage signals from a sensor using internal ADC and send them OTA. For now, my codes seems to work, but the only problem with my codes is it...
I'm connecting my nrf51 with my phone and when I move far from the microcontroller (long distance) the connection is lost
what's the function witch rise this error and what...
the code of 51822 PAN 73# must be added in SDK 6.0?
/* Add workaround when starting timer2 */
*(uint32_t )0x4000AC0C = 1; //for Timer 2
NRF_TIMER2->TASKS_START = 1;
/...
hello there i want to interface nrf51 dk with ds3234 using spi. i see spi master example. how to assign SPI I/O pins. can you tell me how to do it?? i find SPIMO_SCK_PIN....
Hello,
I am trying to work with the nrf51sdkv10 and trying to install arm-gnu-gcc toolchain on my MAC-OSx (El-Capitan). I downloaded the 4.9.3 version and installed in the...
For nrf51, the current consumption is more than 1mA when GPIOTE is used since 16MHz clock is always on. Is this fixed for nrf52? or nrf52 still has the same level current...
Migration document is great - I'd be lost without it. I'm just trying to be sure I understand the two changes for "GATT Server Authorizable Write Commands" and "GATT Server...
Hi,
My S130 based BLE implementation, when scanning, seems to receive BLE advertisements out of order, when the traffic is high. I wonder why. Could it be so that the callback...