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...
We have an nRF52 with dual roles: peripheral for the connection to an app, and central, connecting to multiple third party peripheral devices.
we have a few problems with...
Hi,
I have a problem, I would like to implement a light dimmer endpoint witch I could bind via coordinator to bulb(or something else...). I do not known how to implement...
I am using SDK nRF5_SDK_14.0.0_3bcc1f7 in my project. All the features was working but i need to add the security mode 1 level 4 security in our BLE device with LESC. I have...
want to know how can i judge that the variation is caused in the connection interval, connection supervision timeout, slave latency once i have flashed ble_app_template code...
Hi, Is it possible to estimate the power consumption cost for sending data based on information provided by the modem?
Note from nRF9160 HardwareVerification Guidelines...
I was trying to connect to NRF52-DK using this Python script:
https://github.com/thomasstenersen/pyrtt-viewer/blob/master/pyrtt-viewer
It runs fine on some machines, but...
SDK Environment: nRF Connect SDK v1.7.1 Target: Decawave DWM1001-DEV. This uses the nRF52832
Simon posted in this discussion an example of adding a custom service to the...
Dear Members,
I followed the step on :
https://devzone.nordicsemi.com/f/nordic-q-a/71299/getting-hardfault-error-when-using-ble-lesc-pairing/292979#292979
and I got...
Hi,
I'm developing with 52832 DK. I used 'CONFIG_NFCT_PINS_AS_GPIOS' to config pin9, pin10 as general GPIOs and set pin10 to SPI_MOSI. However the system crash when applying...
Hi,
I am creating a BLE communication device (peripheral) using softdevice S132 (v7.0.1) and SDK 16.0.0 on the nRF52832 microcomputer.
I have implemented the BLE communication...
Hello,
I'm new on Nordic environment, I'm designing a RF module that require low latency to transmit few bytes (less than 10) in less then 10ms from a triggering input...
Hello,
Referencing the specification , the time it takes to complete the COMPARE task upon triggering is not directly outlined.
I would like to have the following function...
Hi,
I've installed VS Code 162.3 on Windows 10 machine via Toolchain Manager. I've also installed nRF Connect extensions for SDK v1.7.1. The build system works under NCS...