My goal is to control a RC toy drone (4-ch 2.4GHz) from a PC. I've seen some hacks (for example dzlsevilgeniuslair.blogspot.com.br/.../more-toy-quadcopter-hacking.html) using...
Hi Team,
Is it possible to implement the iOS application to track the iBeacon Component after closing the application(Background processing).
Please provide any example...
Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
hello:
i meet some trouble,i can find the service,then appear error "BLE_GATT_STATUS:10a".
#define BLE_GATT_STATUS_ATTERR_ATTRIBUTE_NOT_FOUND 0x010A /**< ATT Error: Used...
Hi,
I am trying to use the nRF51DK (PCA10028 v.1.2.2).
I cannot get Windows 7 to recognize it via USB reliably. I have JLink v6.16a installed and when I plug in the board...
I have variable values coming out of a terminal at all the time. I using this command:
void in_pin_handler(nrf_drv_gpiote_pin_t pin, nrf_gpiote_polarity_t action)
{
...
Hi All,
I am developing a ble applications and am unable to get pins 9 or 10 to work as gpio. I understand that this is because, by default they are used by the NFC.
...
How do I limit the number of peers that are stored in the peer manager? I don't see a configuration variable. I don't know the addresses of peers before hand, so I don't think...
Currently, I am trying to develop nrf51822 ( MDBT40 ) using Nordic SDK v12 (S130). The programmer I used is DAPLink from RedBear .
I am wondering how to make program to...
Working with the NUS, I sometimes see ble_conn_params_on_ble_evt getting called in a way that will cause the data being passed through NUS to stop. Not all the time, just...
Thats the problem.
On Windows7, 64 bit, with the Bluetooth Stack from the USB BLE-Stick happens the following:
Windows (master) initiates the connection, sends a security...
Hi, I'm using nrf51822 and using SDK12.3 ble_app_uart.
My purpose is sending data using BLE module like this:
Custom Board -> BLE Module -> Android Phone.
It works...
Hi,
I am using 2 nrf51822 devices. one is central and other one is peripheral. I am using s130 softdevice.
When i was trying to connect NRF51822 to other nrf51822.
i tried...
Hello All,
I am working on nrf52840 trying DFU OTA by following steps provided in this link github.com/.../ota-prog.md . where they have mentioned to install python all...
Hi Nordic,
I've used a GPIO of the NRF52832 to drive a FET circuit which latches off the battery, however as the board voltage collapses I see a short pulse on the GPIO...