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 trying to tune a chip antenna for nrf52832. I am not an RF engineer but have figured out how to get the basic VNA measurements done.
I've been fighting with finding caps...
Are there any dirty hacks to pass a little data, like 1 bit even, during pairing?
I need my central to tell the peripheral orientation, left/right, as early as possible....
I am using an nRF52832 PCA10040 board, using s132_nrf52_2.0.0_softdevice.hex, and have AIN0 connected to a potentiometer similar to this . The power input pin is connected...
I am using a eeprep tool which can only be used with command prompt. I am struggling with it.
Here is the format to use eeprep tool :-
usage: eeprep [options] <infile...
Hello,
So — in just trying to get the blink example working, I've come across all kinds of toolchain weirdness. I'm using CrossWorks, because it's on OSX and it's way cheaper...
Hi all
Is possible from softdevice or from program application edit the GAP service? I know this service is mandatory but what about edit the structure which is shown on...
Please give me a professor.
In the nRF 52832 sample project, there is an NRF_LOG_INFO function, is this the ability to output a debug string to the UART?
If so, how can...
I have custom service, where I have declared 2 handles inside BLE Service structure, one for button action and the other for custom battery ADC measurement, each identified...
Hi,
I have seen similar questions to this, but I could not make it work.
I am trying to upload a new code using DFU by means of a smartphone (using nRF Connect) or PC...
Hi. I just noticed this bombshell in the release notes for v13.0.0-1.alpha:
Dropped support for nRF51 Series devices.
Although this is preceded by:
...
Hello ! I am trying to implement a write request but for unknown reason it doesn't transmit back the gatt_status. I have setup the wr_auth = 1. GPIO number 19 si actually...
Hi, I want to add DFU to ANCS example.
I use SAMSUNG GALAXY Note5, nRFToolbox, SDK 11, nRF52832, softdevice 2.0.1.
Bootloader project I use is : nRF5_SDK_11.0.0_89a8197...
Hello,
I am working on ota ble_secure project. I have created a zip file which is the last step and copied this file to my smart phone so that I can upload it using nrf toolbox...
Apparently you need to set the CCCD handle of your target characteristic to enable notification. Problem is, how do you do that? I now know at least 2 ways to do that, one...