Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...
After I get a Disconnected() event, I want to start scanning again, therefore try to call StartDeviceDiscovery() again.
IsDeviceDiscoveryOngoing was checked before.
The...
Hi, I wanted to ask a question regarding sending data.
I currently have external memory that will send out serial data (SPI) to the nordic microcontroller. I have saved...
Recently, I try to programme nRF51822 DK communicating with nRF2401e1 DK,unfortunately,which does not success. With setting radio configuration: TXPower,frequency channel...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
E:\BLE\work\nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
SDK 6.0.0
Softdevice 7.0
When I connect to Android 4.4.3 device(Nexus7 II) will...
I have been trying to understand and get the “ble_app_template” running this weekend, but I keep running into errors. For example in
static void sys_evt_dispatch(uint32_t...
I mistakenly formatted the Bootloader Partition of the nRF52-DF in the bootloader mode of the DK
After that, the DK does not appear on the device manager and does not enter...
Hello everyone,
I hope to get an answer to my question. Currently, I am using the nRF9160 DK and the
X-NUCLEO-IKS02A1 which is the (MEMS and microphone MEMS expansion...
hi devzon.
a few days ago, I successed what I want using ble_app_blinky and ble_app_blinky_c
- when press the button1 of server nrf52 dk board, and then the led1 of client...
Hi!
I am currently testing out the TF-M features on the nRF9160 and I want to encrypt some data on the device. So my plan here is to use symmetric encryption with a key...
I using NCS V2.1.2 toolchain and two nrf52840_dongle and following this tutorial: https://webinars.nordicsemi.com/developing-bluetooth-low-energy-6
First dongle follow the...
Hi team,
I am using customized nRF52833 DK with PCA10100 on it and s140 soft device version..
While reading the pin status, it is not changing value according to the switch...
Following the guide posted here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.1.2/nrf/doc_build.html Generate this error:
C:\ncs\v2.1.2\nrf\doc>cmake -GNinja ...
One of our customers provided their own SIM card for our nRF9160 based product, and the system works but they have been having higher than expected power consumption.
We...
Dear support,
It looks like there are 2 compilation issues in NCS 2.1.2:
ncs/zephyr/arch/arm/core/aarch32/cortex_m/fault.c : fault_show doesn't compile when CONFIG_FAULT_DUMP...
Hello,
I have a strange problem and after having searched in this forum and tried to realize proposals which were given at other tickets here I need support for solving...
Good morning,
I have nRF52840 Dongle.
I am looking for a tool that will allow me to connect to a BLE device based on its name.
Need:
- find the device,
- connect...
What I'm working on:
I'm working on a small project using this nrf52840 module:
www.minew.com/.../
Access to source:
If it helps to understand my issue, all the design...
In the function "bt_scan_filter_status_get(bt_filter_status *status)" [file: subsys/bluetooth/scan.c #1302], the variable
"status->manufacturer_data.enabled" is not updated...
hi devzone
I've trouble starting nRF Connect for Desktop v3.12.0.
I'm using nrf52-dk / pca10040 board and nrf5_sdk_17.1.
when I run the program "nRF Connect for...
Hi,
I do have a question about PCB layers. I did read it is better to use a minimum of 2 layer PCB, but why is this? By example is a single layer also OK?
I'm trying to...