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 have a nRF24LU1 USB device that I want to configure to make communicate with a nRF24L01 device on an Arduino Uno. I tried to install nRF Go Studio and J-Link Segger driver...
Can anyone tell me whether it's possible, within the SDK (or otherwise!) to create a grouping of GPIO pins? Essentially, a design change means that we want to combine what...
Does anyone happen to have 3D models of the PCA10040 and PCA10056? I found the Altium files, but, being an Eagle user (and not having an Altium license), I was wondering if...
Hello,
I'm using nRF52 SDK12.2 "ble_app_uart_c" project as a "Central", and the target device is the "Peripheral."
Test Steps:
Using putty sending message(with...
How can i initialise all four channel of pwm1 using pwm library.
i need to initialise one channel for one purpose and other channel for different purpose.
whenever i am...
Hi,
I just tried the example from
github.com/.../nrf52-mpu-easydma-using-gpiote-and-registers
And they are working like a charm. Now I want to change the example...
In the on_ble_evt(ble_evt_t*) function from the ble_app_template, I added a case of 'BLE_GATTS_EVT_WRITE'. In it has the following code:
case BLE_GATTS_EVT_WRITE:
{ ...
I have a hard time figuring out what some of the constants in nrf_mesh_config_node_app.h for my Bluetooth Mesh application should be set as.
Instead of writing a question...
Hello,
I'm working with ANT+ hrm profile and the relative Nordic's library, but I find out that there are missing pages. Infact I have only pages from 0 to 4. How can I add...
Hi,
I have taken the BLE Central Example code (ble_app_uart_c)in one nRF51822 hardware and in the other nRF51822 hardware, I have taken the BLE Peripheral Example(ble_app_uart...
Hello dear Nordic Semiconductor!!! I took your wonderful Thingy:52 everything was great until I wanted to build a project based on your Thingy: 52-SDK. I have nrf52840 pdk...
hi, i am having a doubt. now my nrf 52840 is acting as a peripheral. it is advertising some packets and my mobile is acting as a central and receiving the advertising packets...
Hi there,
First: I’m a newby, just did some things with Arduino to control some LEDs etc but not much more before.
What’s my plan: I actually ‘ld lik to control some...
I am new to BLE development and have started by installing SEGGER Embedded Studio
Release 3.30 and have a J-LINK edu usb device and a Core51822 board from Wavetek.
I understand...