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:
i flashed bootloader_serial_xxAC.hex and s110_nrf51_8.0.0_softdevice.hex with nrfjprog. and flashed flash_page.hex, then update app using mesh serial, the app run well...
hi :
I want storage different size in flash.How can i do it?
I can write like this?
param.block_size = 16; //Select block size of 16 bytes
param.block_count = 1; //Select...
I have been analyzing the current consumption of my nRF52832 dev kit today using both a multi meter and an oscilloscope with a resistor. I'm not sure what I exactly did that...
HI All,
I wonder if someone can help me out. I would like to send serial data by modifying the 'simple_coap_server' main program. I added the following header 'app_uart...
Dear,
is anyone of the Nordic customers here using unit testing in their nRF52 project and would be willing to share an example project/their setup? Would be awesome. ...
Hi,
We are range testing BLE using the DK-52 with an external dipole antenna connected via the u.fl connector. We are using the DK-52 + packet sniffer software on a laptop...
I tryed to port the dfu secure bootloader sample of sdk 13 to eclipse managed project. after a few hours, i finished it. compiling and linking went fine but the filesize is...
Cannot connect to ATECC508A through TWI with NRF52832. Tested with nRF5_SDK_12 twi_master and deprecated twi_sw_master. It was working fine only with NRF51822 nRF5_SDK_12...
Can nRF51422 or nRF51822 can be used as bluetooth device for Raspberry pi?
As I can see on the terminal Linux, the hciconfig log says, raspberry pi 3's Bluetooth device...
Hi,
I recently migrated our code to the SDK 13 (we use the nrf52832) and now the function:
uint32_t err_code = ble_radio_notification_init(6, NRF_RADIO_NOTIFICATION_DISTANCE_5500US...
Hi,
I can't discover more than 5 characteristics on central with SD130 2.0.0.
I have trided nRF Connect and characteristics were discovered successfuly.
Is there some limit...
Hi,
I have a situation as below.
I have the list of host addresses (public type). Based on the command received, BLE peripheral device should advertise in direct advertising...
Hello there,
We are using nRF52832 custom board. I2C and GPIO are working on it. Then I uploaded BLE program (which is tested on nRF52-DK) but BLE is not showing up at...
Hey Guys,
I noticed when I use nrfutil DFU BLE command on the nRF52 DK the nrfutil program a "connectivity firmware" before the perform the DFU BLE to a Target device....
hai
i have tried to store and update some data in flash using pstorage. on storing data data is stored successfully.
#include "mbed.h"
#include "pstorage.h"
#include...