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...
I have a problem within the following szenario:
I transfer data from my nRF51822 Peripheral to a connected Central (Android App) as a bunch of Notifications with maximal...
my project can't goto sysoff mode, (desktop2)( project based on mouse demo)
m_prw_mgmt_set_sysoff_timeout(DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD);//can't sleep here...
DEFAULT_BTLE_INACTIVITY_DISCONNECT_PERIOD is 3600//one hour
i can't wakeup if disconnect'time over one hour.
but i can wake up form com_event_advertising_timeout
my code...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Hi,
I am new using nRF51822 DK with the nRF6700 Starter kit. Downloaded nRF SDK and got most examples running fine including BLE examples with s110.
What I would like...
Hi, I am developing the nRF51822 BLE soc. I need using the authentication passkey for bonding. So far as I know that the passkey is generated by the SD. But I want to set...
I'd like to make a feature request for the S110 SoftDevice and the nRF51822 SDK. The problem centers around the inability to use passkey authorization on a device that does...
Hi,
I'm developing a BLE advertising sender and want to give the user the chance to change some settings of the sender with an iOS app. The user should connect/pair to...
I've been messing about with the random number generator just testing out events and interrupts. I got it working generating an interrupt but then I thought, NRF_RNG->EVENTS_VALRDY...
Im trying to figure out how to get started with the while development process to use the nRF8001. I have the nRFgo Development Kit and downloaded nRFGo studio and the nRF8001...
Hi all,
I would like to know how to disable de DC/DC Converter...
My main file is something like this:
void sleep()
{
__SEV();
__WFE();
__WFE();
}
int...
Hi All,
I am planning to build a remote controlled device BLE(4.0 ).
I referred developer.bluetooth.org/gatt/Pages/GATT-Specification-Documents.aspx
but still not having...
I will be making a custom PCB and do not use Altium. On the website some reference layout/schematic files are provided, but I am not sure how to import the footprints into...