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.
We are developing products using BLE modules.
The one used for that module was "nRF52832 (512kB Flash, 64kB RAM)".
I would like to know
Question 1:
As a...
hi ,
I am working on the nRF52832 , I am trying to store the values in structure and then passing over BLE . I am getting this error after print statement unknown function...
Hi,
I am trying to evaluate nRF5340 FOTA update via Bluetooth. I started with the Bluetooth/peripheral code sample as the basis for my project. I modified the project per...
Could you clarify the use of nrf_esb_set_retransmit_count function?
From what I understood, if it is 0 and it sends a message that wants to be acknowledge , it will not...
To setup the UARTE for use in Zephyr I've configured a nrf52840dk_nrf52840.overlay as Zephyr documentation suggests:
& uart1 {
compatible = "nordic,nrf-uarte"...
Hi, I'm setting up a timer to invoke (via PPI) the ADC in scan mode. It'll read to channels with MAXCNT of 10,000. The ADC built in timer has a value from
[80..2047...
Hi,
I can run the following code within main.c successfully, but it produces the error as shown in the attachment upon execution of k_free(mem.ptr) from with aggregator...
Hello,
in our project we have a nRF52840DK as Central and a custom nRF52832 board as Peripheral. The software on the Central is based on the ble_app_uart_c example and the...
Hi
We are using Nordic NRF52840 in our design. Normally we are using DCDC mode with VDD and VDDH together [Normal mode] connected to 2.2V. In a special case we wanted to...
Hi everyone,
I wanted to make reset pin funtional on nRF52 DK while using pca10040e folder so that I could develop on nRF52810 later, but the reset button did not work as...
I've noticed the idle current of my application changes permanently by ~5uA after using the radio, timer2, and/or the app timer (not sure which). I'm using a custom radio...
Hello,
I am using libUARTE and libUARTE ASYNC for reliable communication over UART.
I need to transmit data that is stored in read only memory but this module seems to...
Hi,
I'm trying to use flash FDS on 10040-Dk with softdevice s132 and freeRTOS.
I debug the code using segger embedded studio, when executing a write to the flash It reaches...
Hello,
we want to support scan for both 1Mbps and Long Range beacons and we are using the S140 6.1.0.
This is the configuration for the scan parameters:
When this...
Hi all,
DFU package V1_0_75 was developed using SDK12 for nrf5232 and V2_0_45 was developed using SDK16 for nrf5232.
I am trying to update from V1_0_75 to V2_0_45 using...