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...
Hello
I was trying to add BH1749 I2C Sensor for existing Mesh_Sensor example to get RGB values like shown in this Light_Sensor example. Couldn't decide how to do it and...
Hello all,
Environment: nRF52840-DK, NRF SDK V15.0.0, SoftDevice s140 v 6.0.0, ARMGCC building with Makefile
I am currently trying to combine the examples of the USB and...
On a 52840 USB stick, I successfully tested the "observer" demo app.
Now, I tried to extend it by enabling CONFIG_BT_EXT_ADV=y which is supposed to print some details about...
Hi, I got strange error which I can't to fix.
From time to time, I get the same readings from every function which counts the CPU cycles. They all base on DWT_CTRL. Board...
Using NCS SDK v2.1.0
Example Project: nrf/samples/bluetooth/peripheral_power_profiling
Building the example project gives build warnings:
Could you help me understand...
Hi,
I am trying to implement a Low Power Wireless technology to get sensor values from more than 10 devices at a time. On doing research, I found that the Thread Topology...
Hello, we have built a custom nRF9160 board with different populations for the GPS antenna, now we would like to do some tests to find out which variant offers the best signal...
Hi!
The posts I've found regarding this were quite old, and they mentioned features which then were coming.
So I'll ask anew: Is it possible to use AT-commands through...
Hello,
I would like to ask you if SoftDevice S132 v.7.x.x allows Master-initiated Feature Exchange procedure?
BLE Core spec: Vol6, Part B, Cap. 5.1.4.1.
I tried to find...
Hi everyone, I use nrf52833 to make dongle. My test found that after suspend of usb, I tried to enable ESB rx mode, but I couldn't receive rf data. What is the problem?The...
Hello,
When deleting a bond from the central, after trying to reconnect with the peripheral the PM_EVT_CONN_SEC_CONFIG_REQ gets called as expected. I know that allow repairing...
I have been trying to develop a project, my custom board has a nRF52840 chip and I have a nRF52840 DK too.
My problem is when I try to debug any example from any SDK....
Hi, I attended the Nordic Seminar in Tel Aviv last week and heard several lectures from your experts.
It was recommended that we use a module with Nordic IC rather than...
Hi,
I am using vscode and nCS on windows, kindly help me with below 3 queries:
1. How to generate a binary signing key, say "KEY_1"..?
2. How to sign a binary with...
Hi,
We are trying to use PPK2 to measure current of our board, we want to receive the data from PPK2 and parse by our owner python script, so could you provide the protocol...