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...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
i'm have 2 device communicate byte UART protocol, one of them is NRF51822 and the other is some kind of MCU that i don't know clearly
NRF will send request to MCU then MCU...
Hello,
I'm usign nRF52832 with nRF5_SDK v15. I modified the example "ble_app_uart". I just remove the ble functions and added gpiote functions to wake up the MCU from sleep...
I would like to count fault code pulses that are 250mS active low duration with 250mS between pulses at the end of the pulse train there is a 1.25sec active high. The pulse...
BLE button and movement function seems ok now. How can I send media function like AC Forward or AC Back ?
// Report ID 3: Advanced buttons
0x05, 0x0C, // Usage Page ...
Hello,
We have developing solution for IIoT using Nordic BLE mesh technology for many node to other many node then send to own server. We have select one analog sensor and...
Hi,
I am using nRF52840 SoC. I want to test all the features like NFC, Bluetooth 5(Long range, throughput, Advertising extensions) features , Thread, BLE Mesh and rest provided...
What value should I use to calculate load capacitors with 4 layers? Using formula: C 1 = C 2 = 2C L - C PCB - C PIN
I found that for nRF52832 I should take that C PCB +...
Hi,
I'm working on a project where i need first to send string data from terminal pc to client board which is nRF52832 using UART and then send this data over mesh to other...
Hi every one !
I working at SDK15
I want to use MSD drag and drop hex file to upload 52840
I expected to use examples\dfu\secure_bootloader\pca10056_uart to change bootloader...
I use a bas service and a custom service for the sdk14.2 52832 master. PM_EVT_CONN_SEC_SUCCEEDED happens once after the first connection, but every connection on the second...
I am trying to port my code form SDK 12.1 to SDK14. I am using NRF52832 I have gone through the example code and trying to initialize a ble event in ble_stack_init() using...
Hello,
This behavior within the SDK has bitten me a couple times so I thought it would be a good thing to share. If you call app_sched_event_put(NULL, 0, &my_function),...