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 am working on nRF51 and nRF52 series SoC.
I need to check whether my radio device is connected or not and also to test radio functionality(like radio range, sensitivity...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
Is it the only way to call a function on a read characteristic to make a read request and then inside on_ble_event call the function?
Is this the right way?
Hi
in the communication with an SPI peripheral device, a communication cycle might take up to 5 ms.
It is implemented as a blocking function, meaning that app_sched_execute...
Hi all! Several weeks I've tryed to implement code for my wireless temperature sensor based on nrf24le1 and ds18b20. In datasheet said that in memory retention mode the power...
Hi,
Is it possible to send a advertisements for a single (or a fixed number of) Advertising Events? I need to control the number of Advertising Events "sent" for a mesh...
Hi, I'm looking to build a simple ANT+ application. My only asset for this project is a background in C/C++. I'll need to learn/relearn the basic electronics and protocol...
Hi Nordic,
I have an application that perfectly runs in the nrf51DK but that does not work in my custom board. In my custom board everything else works (i2c, leds lighting...
I understand that in order to trigger bonding procedure you need to read/write a secure characteristic.
I am using the nRF Connect application on IPhone and trying to see...
Hi all,
I need to take samples of a period of two periodic signals and made some DSP processing with both signals.
I need at least 64 to 128 samples per signals.
I...
Greetings,
In Bluetooth 5, there is a new mode of advertisement called periodic advertisements where the advertising device can periodically advertise over the 37 non-primary...
I have a design running on nRF51 that I'm evaluating to run on nRF52. One important characteristic I'm looking for is to store it for long period with a minimum power consumption...
Having some problems upgrading the PCA10056 to firmware 1.0.1 as stated in the getting started. After downloading the only file I found I can no longer connect to it.
Can...
I've been trying to use nRF52 (PCA10040 board) with SDK 12 to read data from max30102 through I2C.
I used non-blocking read and this is twi init function and event hander...
According to S130_SDS_v2.0, I can choose to return NRF_RADIO_SIGNAL_CALLBACK_ACTION_NONE after NRF_RADIO_CALLBACK_SIGNAL_TYPE_EXTEND_SUCCEEDED to stop extend more timeslots...