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 running the PB Remote Client on a PCA10040.
I have 2 servers running on PCA10040 boards.
Watching the log whilst debugging the client, I receive the following: ...
Hello all,
I am new to nRF platfrom, I am working on a protect which contains multiple BMD-200 modules with nRF51822 controller. It has to transfer some data via UART,...
Per this blog, I understand that the nRF52's ANT pin must be matched to 50ohm via L1/C3 and that the antenna must be matched to 50ohm. Hence a trace with 50ohm characteristic...
Hello, the title is pretty descriptive.
I've tried to read through previous questions and got a rough idea but decided that it would cost too much time for me to explore...
I am working on a ble application using an nRF51822 that requires low power consumption. I'm curious if on average the observer or the central role will consume less power...
We have our own custom board using nRF52832 (via Laird BL652 module). Until recently, we have been programming our application, bootloader and softdevice using the PCA10040...
SDK12 and SD 132 v3.
I have my code working for HVX from the peripheral. I can HVX send up to 80 bytes on one characteristic in one call (ATT MTU was set to 83 and DLE...
The NRF52 product spec suggests:
"The input buffer of a GPIO pin can be disconnected from the pin to enable power savings"
I've found that gpio.h provides the function...
Here is a snippet of my debug log:
nrf_sdh_freertos: Creating a SoftDevice task.
nrf_sdh_freertos: SoftDevice task not created.
app: ERROR 4 [NRF_ERROR_NO_MEM] at ...
When using radio notifications, there are a few compiler warnings.
Compiling file: ble_radio_notification.c
../../../../nRF5_SDK_14.2.0_17b948a/components/ble/ble_radio_notification...
I've been working with an Adafruit NRF52 Feather board for the last week, and have been struggling to get the board to go into a low power mode. At the moment, I am working...
Are there any publications, from Nordic or academia, that give estimates on what would be the maximum capacity of a BLE mesh network?
I believe there is a hard limit of...
I have created a program on Arduino which does audio/video output and takes input from accelerometer and camera module. I was able to move accelerometer code to NRF52 with...
Hello guys,
My set up is pca10028, s110, sdk 6, tablet with nrf_connect app. I am using modified ble_app_uart example. I was trying to send >20 bytes from nrf_connect app...