I'm using the nRF9160 with the LIS2DH accelerometer and SDK version 2.5.2 . In my hardware setup, INT1 is connected to GPIO 0 and INT2 to GPIO 1 . I'm configuring both interrupt...
I'm trying to use an ILI9341 display with nRF52840 in Zephyr (v4.1.99). The build fails with multiple errors about missing Devicetree properties when compiling display_ili9xxx...
I have a custom hardware running on nrf52840 and using ncs 2.6.1. I have implemented a custom authentication flow with customer characteristic along with the BLE bonding....
Hi ,
I am developing an application which uses nrf52833. I want to perform OTA using 4g module(from Quectel). As per my understanding and explorations, there can be two...
Hello,
I'm using two nRF9161 to communicate with each other and I want to test and measure the differences between the 3 modes available in SDK3.0.0. First, I configured...
I have tested the nRF Cloud Multi Service Sample using Quick Start and it works perfectly.
I am trying to build the sample so that I can make small modifications for an...
Hi,
I am currently using 54L15-DK to create a radio test example, but there is a problem when I build the project: - sdk version: v2.9.0 - toolchain version: v2.9.1
...
Hello,
I have been searching for GPIO documentation, particularly on interrupt configuration, and I have come up short. Can someone send me a link where I can find more...
As we know, there is a solution of wireless charging in nordic. I just want to know where is the Bluetooth stack in the solution? In SOC or in Bluetooth controller? If In...
Hello,
I am using nordic development kit nrf51822 and i was trying some examples of it as given. But in that in one example there is one function
static void gpiote_init...
I am aware that the debugging interface draws significant current, I do not believe that is the case.
I have 2 designs in front of me. Let's call them '2.0' and '3.3' ...
Hi
I'm a little confused with the RAM usage with S110 support, the following represents the memory usage of example of "ble_app_template", even there is no any application...
Hi,
i want to know
how to sink mobile and softdevice in BLE or WIRELESS(having 4.0 stndrd)?
how to send BCON from nrf51288 board in order to set connection with...
Hello,
We have started down the path of getting our first Bluetooth Smart product through the Bluetooth qualification process. We are using the nRF51822 with SDS 6.0.0...
Hey guys,
is there a way to let the devices know (during the advertising) that there is new information on the peripheral to receive and the devices should connect?
Usecase...
Hi,
In the proximity example, the bond restore function is called after a disconnect.
The question is: is the disconnect really necessary? Why can't I just make the...
Hi All,
please explain me in understanding the following w.r.t to timers. I am novice in this field and
i am trying to understand the 51822 Ble_app_hrs project
C:\Keil_v5...
Hello all,
I am getting an error "No Memory for operation" while initializing connection parameters for nrf51822 application. Can somebody please advice me about this error...
Hi
Recently I attempted to modify the bootloader.When download the official bootloader, it could modify the value of (NRF_UICR_BASE+0x14).But if I Remove some code,when...
Hi,
I use UART bootloader SDK example(dfu_dual_bank_hci) to do update firmware on EK PCA10001 board,it can work ok.But i changed the HCI_SLIP_UART_RX_PIN_NUMBER and HCI_SLIP_UART_TX_PIN_NUMBER...