Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
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...
Hi,
I have two questions about nRF24LU1+.
Q1
Can i change nRF24LU1+ isocheonous endpoints(Endpoint 8 IN/OUT) to Endpoint 1 IN and Endpoint 2 OUT?
Q2
Can i use Endpoint...
Hi,
we’re a group of students at NTNU in Trondheim doing a project regarding bike and pedestrian registration. So far we want to make a solution based on iBeacon and Bluetooth...
Hello,
I am looking into the possibilities of implementing frequency hopping using the nRF24L01+ radio with an external Ti MSP430 microcontroller. I have read that it's predecessor...
Hi,
I want to realize the function of bond, I use "lib_aci_bond(180/* in seconds */, 0x0050 /* advertising interval 50ms*/);'\",.When I click the connect, it can connect...
In nrf51_sdk_v4_4_1_31827\nrf51822\Source\console\console.c,
#include "uart_legacy.h"
But there is no "uart_legacy.h" file in the SDK.
I have to modify to "app_uart...
I downloaded the source for the Android UART app, hoping to hack it into something I can use to test my gadget. But it's incomplete: it fails with the message:
Missing...
I have 3 short questions:
Does S120 support or will support swiching over BLE and Gazelle like S110 does?
Will be able in future to be connected to a BLE...
Hi,
If I want to send data(400Bytes) to client(phone),I must use sd_ble_gatts_hvx to notify client. Is it right?
Every time I notify 20bytes until the end, is it right...
Hi,
I understand that the available RAM on the nRD51822 is 16k. How much of that space is reserved for the transmission/ reception of BT packets?
Thanks,
David
I've got something put together akin to the ble_lbs demo which uses a custom service. In fact, it's merely the LED part of that ble_lbs service, but on custom hardware. I...
Hi,
I have just received my nRF51822 based development platform. I bought nRFgo, nRF51822DK and nRF51822EK. However, I am only playing with the Evaluation kit to gain some...
Hello,
I try to modify the advertising initialization to advertise only my custom service (BTS_UUID_SERVICE ). Objective is to hide (just during adv) others sig services...
Hi,
where could i find detailed current consumption and timings (wake-up, rx, tx, power down) in connected mode for RF51822, in order to compute average current value for...