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'm new to the nRF51 modules and I just started with nRF51422 module.
I have Keil uVision v5.11.1.0 with MDK Pro v5.11.0.
I have installed nRF SDK - nrf51_sdk_v5_2_0_39364...
Last time I used Keil µvision4 few weeks ago everything was working fine,
Today I got first a connection problem with keil µvision4 when trying to upload some code, then...
For some reason I get the following error every time I open a project in Keil.
I am wondering if the SDK needs updated?
C:\Keil_v5\ARM\PACK\NordicSemiconductor\nRF_DeviceFamilyPack...
Hello,
I bought a couple of days ago, the nrf51422 Development Kit. It comes with all the items described by Nordic on the website.
Just two questions:
My PCA10006...
Goodmorning
I have few problem with this project. I took the source file from github.com/.../nrf51-ble-app-temp and I modified the main.c to use with S110 6.0.0, nRF51...
Hi,
I am using nRF51822 with Softdevice S110 v6.0 to advertising packets and I would like to know when transmission is over to read some data from external sensors. I tried...
Hi, im implemented several services and characteristics in the nrf51822 with S110, its all working (read, write and notification), tested with an iOS app.
Now i need to implement...
Hi,everyone
I want to make out 4 channel PWM with PPI and two timers , PPI configuration like this,
/* Configure PPI channel 0 to toggle PWM_OUTPUT_PIN on every Timer...
Hi All,
I would like the nrf51822 sleep, wake up and then continues advertising.
I try following code:
NVIC_DisableIRQ(RTC1_IRQn);
NRF_RTC1->EVTENCLR...
hello, everyone.
i am a new, i can't understand the meaning of "One event can trigger multiple tasks by using multiple channels and one task can be triggered by multiple...
Please provide me some details about how to implement watchdog functionality so that i can reset the entire system for avoiding software Hangs
I have come up with a code...
Hi,
I have downloaded the SDK 6.0 which contains the ble_app_uart and tried to compile it using GCC, but getting the following error which doesn't make any sense because...
I see the nrf51822-DK and and nrf51822-EK are now marked 'not recommended'. Why is this?
I now see an nRF51-DK and an nRF51 dongle. Are these now the current development...
Hello,
I want to use broadcaster mode for nrf51822, could you tell me please what I must to do to use this mode?
I suppose I must to set BLE_GAP_ADV_TYPE_ADV_NONCONN_IND...