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 face at least 2 problems and need some support.
What I want to achieve is that the DTM runs at our customer hardware for radio and later on BLE certification...
Hello !
In PS1.7 chapter 6.4.5 Encrypting packets on-the-fly in radio transmit mode is explained encryption of a short packets (MODE.LENGTH = Default).
But when MODE...
Hi there, I'm performing an throughput analysis using an nRF52 development board (BMD-350) and a Raspberry Pi 4B (Ubuntu 20.04, BlueZ 5.54) with an BLE 5.0 adapter. For measuring...
Hi,
I want to use the bsp button to our project, so I tested on the example "ble_app_blinky",
I modified the app button to bsp button, add two custom events to the bsp_event_t...
Hi Devzone,
I've been trying to verify and validate the performance of Instaburst mesh packets against regular ones. I modified a build of the mesh light switch example...
Hello,
I have been trying to get the thingy:91 up for 3 weeks or more now from Sri Lanka. I have made a lot of progress in getting data connectivity via MQTT to thethings...
`Hi There,
For nRF52840 board, If I want to fully disable JTAG or SWD lines after flashing, then what are the options to achieve it.
Questions:
1) If I want to disable...
My use case: There are different but similar peripherals advertising with 1M uncoded or coded PHY. Some of them are even advertising in mixed mode.
Question: How to connect...
Hello all,
I hope you are well. I am currently developing a product on the nrf52810 platform. I have a custom board and now have the BLE functional on the board. The next...
Good Day.
I want to measure the approximate voltage level on the battery in the nrf52820 microcontroller using a comparator (COMP) operating in Single-ended mode. I use...
am following the introductory videos and have done a fresh install of the Toolchain, Segger, VS Connect 3.7.2, nRF Connect SDK v1.8.0 and VS code on macOS
1. Installation...
Hi team,
I'm currently playing around with the sensor server example where I wanted to include the generic_onoff model in a separate element. I wanted to learn how to add...
Sure, my question is very stupid, but after one day I found nothing to explain the principle of the situation, I decided to ask.
I have a laptop with built-in Bluetooth...
Hi all,
I am trying to interface IS25LQ040B serial flash(512KB) IC with nrf52833 (bl653_dvk).
programmed sample code from "zephyr\samples\drivers\spi_flash"
I am getting...