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...
Hi ,
I have 2 nrf51 dongle compiled with a code which can scan and advertise ibeacon constantly. Whenever receive advertisement packet from each other , they are able to...
I think similar to but not exactly this question: devzone.nordicsemi.com/.../
Can I get a quick clarification here....
I'd like to encrypt the zip data / application...
Hi everyone,
Somebody knows if its possible and how to configure a Pin code to establish the connection between the nRF51 peripheral and a phone as a central?
Something...
Hello,
The nRF51824 was announced over 3 months ago, is there a datasheet/product spec available anywhere?
My main curiosity is whether the power efficiency has changed...
Hi,
I'm trying to compile a boot loader for the nrf51822. I've downloaded the SDK from the website, and looked at the boot loader example. However I don't see an arm gcc...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
Through a few days of studying, I now decided that: (please correct any statements I said wrong below)
The BLE is more friendly to object oriented programming
...
I've been a little out of the loop. Can someone explain how this "drag and drop" DFU is working? And in what method iTunes is being used!?
Best I can figure iTunes is being...
Hello everyone. I am having problems using the interrups when a bootloader is programmed on the chip. My test program works fine when there is no bootloader. With the bootloader...
Hi,
I try to turn off the advertising after the first connection and then turn it on after pressing the button, this is what I wrote:
void radio_notification_evt_handler...
Hi,
I've been digging through a lot of AN's about how to design a PCB antenna, in all of them an important parameter is the output impedance of the transmitter.
So,...
Hello,
I'm pretty much new to NRF development and I'm having lots of questions trying to get a custom board to work with the provided BLE bootloader example in SDK 11....
Hi all,
Hi I am implementing MQTT client on the Nrf52 MCU, as to the MQTT broker, I am going to use the amazon AWS IoT , where the broker adopts the TLS 1.2.
I read...
I am using nRF51 and latest s310 softdevice (3.0.0) and latest SDK (v10), which is the latest compatible with the softdevice.
My device is programmed with the softdevice...