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 an application that do SW download to STM32L151 processor using NordicDongle with MasterEmulator.dll (Version 2.1.13.14)
It works good on my desktop windows 10 computer...
Hello,
we are trying to test the mesh functionality with nrf development kit. We erased the flash on the dev kit and we programmed it with softdevice version s132v3.0.0....
As stated in the topic. We use BLE to simulate UART. As for now, we have defined our own UUIDs but there would be more straight forward to use the well defined and used one...
Hi,
I have known your board support jlink ob;I want to debug through it ;
I want to know if i need to buy the software-license from SEGGER ?
and if i need buy the software...
Now facing the problem "After disconnected, the electric current increases"...
I think softdevice is working hard even after disconnected when connecting once.
Could you...
Hi,
I'm trying to write unit tests and have arrived at the point to write tests for ble characteristic addition to a service.
To offer some background, I have written...
Hello,
I use NRF51822 and I try to output UART message onto hyperterminal program.
but every message I send it contains "APP:INFO:" in front of the message.
like...
I want to use nRF Connect v2.1.0 to debug.
But i faild to connect the correct J-link because the nRF Connect choose the wrong J-Link IDs on the COM. So i can just change...
I'd like to use nRFConnect with a direct USB/Serial connection to my nRF52832-based device. I've read that it currently checks the jLink chip.
Is there any way to configure...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
for multilink client services Nordic introduced the *_EVT_DISCOVERY_COMPLETE events and the *_c_handles_assign functions. Like the BLE_BAS_C_EVT_DISCOVERY_COMPLETE...
Hey
Would 3++ nRF51822 bluetooth smart beacon Kit sense in location application where lets say 2 beacons are quite close by (half meter) and third, the locatable beacon...
Hello,
I have modified my device name (nRF52, BLE) per the function below. When flashed to a board, I then use nRF connect to look for this device.
Using Windows nRFConnect...