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 want that my device shall advertise after i press a button for 5 seconds. there is a feature of long press for button kindly assist as how to use this for advertising
Hello,
I am currently trying to combine the NRF52840 (Development kit) with the Arduino Ethernet shield containing an W5500.
I was wondering if there is any example...
I have been trying to figure out how to use SPI on nRF Connect SDK. I cannot find a simple enough example to get started other than the convoluted SPI flash example or the...
We find a Beaocn from other distributor , it got very less fluctuations. RSSI table show below.
Test method: 10 RSSI were collected from a hand-held mobile phone at...
Typically the Base address registers and Prefix registers are used to configure up to 8 logical addresses and then RXADDRESSES is used to filter which of the 8 logical address...
Hi,
The new AT monitor have a hard-to-reproduce bug: the subscriber entry list alignment is not specified in the linker script. Since structs are always aligned, that means...
Hi,
im porting our nrf9160 application from SDK 1.3 to SDK V1.6.1. and facing error while accessing NVS device in SDK V1.6.1.
in SDK 1.3 i used "device_get_binding(DT_FLASH_DEV_NAME...
Hi,
I have have certain thread that I would like to be active during a ble connection. I can suspend it when not needed and resume when connected. But as long as the thread...
Hi:
I'm using SDK V17 & encounter a problem.
in my project, the nRF52832 doesn't broadcast at all.
Once the button1(EVK btn1) is pressed and lasting 5 seconds,
nRF52832...
I'm very new to the NRF boards. I can not find any information on the USB port (programming port). I would like to use that to read serial data written from a terminal program...
I am using the nRF 52840 development kit to explore Thread. I am using the 'open nRF Connect SDK' command to get the project. I would like to use the 'overlay-usb.conf' option...
Hi,
I am also facing same issue i am able to read the version register correctly and able to perform self test successfully
I am using 17.1.0 n RF5 SDK
I am developing...
Hello Nordic Devzone Community,
My name is Ted, and I recently posted a question here regarding trouble when attempting to flash a Sparkfun Thing Plus nRF9160 board, using...
The connection is established but no data is transferred between the nrf52840 and the mobile phone(android10). But on android7 or android9 there are no such problems, everything...
Hi,
thanks for your support in advance.
when trying to build with example of sdk, I got the following error. it seems to be related with build env setting... please...