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...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi,
I use SDK 12.3 to run experimental_ble_app_buttonless_dfu on nrf51822 after reference this blog , but still can not work.
It works fine with PCA10028 board.
I want...
hi :
i send characters of SPI master of 52DK to SPI slave of our target board(Nordic nRF52832), our target board use SDK v12 spis example. but spi slave event can not rececive...
I am using SDK 12.3.0 and S130 2.0.1.
In example ble_app_uart and ble_app_uart_c,
Central setting:
Peripheral setting:
Why it took so long to discover service...
Using the same connectivity firmware, a dfu update using nrfutil takes about four times as long as the same update using nrf connect. I have to setup dfu updating in a production...
Hi,
I am trying to communicate with a Wi-Fi module external to nRF52840 via UART. I am using the nrf_serial_read() API. I have tried different values for UART baud rate...
Hello, I am trying to broadcast a data among 2 receivers with a special ACK payload. I transmit and gather ACK with one receiver properly yet m_nrf_esb_mainstate locks in...
Hi,
I am trying to use Segger embedded studio for my project,
I get these errors:
Building ‘ble_app_uart_c_pca10028_s130’ from solution ‘ble_app_uart_c_pca10028_s130...
hello,BPROT does not work normally when i am debugging BPROT.
when i set CONFIG0 bit2 to 1,that is NRF_BPROT->CONFIG0 = 0x00000004,then i want to erase block 2(start address...
I am having a hard time turning ON semihosting. Here's my setup:
- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console...
Hi all,
I have a problem. I add NUS to light switch proxy . But the first time, I use nRF_UART or nRF Mesh connect to my Dev Kit. Then, I disconnect , I see it run MESH_GATT_EVT_TYPE_DISCONNECTED...
Hi,
I'm trying to set up a custom project with all the mentioned components. I build the bootloader, I'm using the `s140_nrf52_6.0.0_softdevice.hex` for the softdevice and...
Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last...
hi Nordic Support Team,
One Of Client has a Machine with Bluetooth Sending some Data every 1min.
They want to capture this data and Send this data through Mesh. Is it...
Hello,
I am using sdk 12.2.2 and nrf52 customised development board. My challenge is as follows.
1) I am getting success in fds'_write function.
ret_code_t ret = fds_record_write...
We planing to use the NFR52832 with heavy algorithm (Real time ECG analysis) with light BLE use. Does the BLE have higher priority that can slows the algorithm?