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...
Hi,
Looking at pstorage related code, it appears that it handles data copy from RAM to Flash.
Can I use pstorage functions to move data within Flash? I want to implement...
HI All,
We want to use UART RXTO event to detect UART packet boundary.
So we propose to add one entry APP_UART_RXTO to app_uart_evt_type_t in upstream sdk to sync.
...
I can not understand how works READY register in SPI master:
after first byte transmission READY sets high, i set READY low and send second byte, but READY never sets high...
I can upgrade the firmware by MCP on air ,But there are one conditions:
reset the device while holding down the Enter Bootloader Mode button or a invalid application is present...
Hi,
I am running (and reconfiguring) ble_app_lbs (LED + Button BLE app) example as a kind of start off project for me. I am actually trying to figure out where I can control...
Hi,
When i increase the global buffer , i got this error.
if i reduce buffer size and add few more characteristic , i am getting same error.
How can i use Flash memory...
Hi All,
I started with example ble_app_multilink_central for S120 from sdk 6.1. I then started stripping the application to get a barebones central. I removed app_trace...
What I`m using:
-nRF51422 EK
-Keil v5
-nRFGo Studio 1.17.1
-SDK 6.0 and 6.1
-SoftDevice S110 v 7.1
-Applicatio: ble_app_hrs
I first Programm the SoftDevice
Softdevice...
I've done a lot of reading on the forums about this topic and done a lot of trying myself. I haven't had much luck and it seems like most everyone is in the same boat.
...
Hi,
On my ble application, I want to keep after wake up reset the previous value of a variable, I tried using sd_power_ramon_set(0x000f000f) to keep on all ram partitions...
It seems like a pretty large hardware/software release just came out and I am a little confused. Where can we find documentation about all the new hardware (nrf51822-QFAX...
Hi I try to run master control panel on PCA10024 development boad. On master control panel, I set File->Options->Serial port: "Show all serial ports". Then master control...
Hello,
I'm reading S210_SoftDevice_Specification_v2.0.pdf and there is written: "The ANT channel encryption engine provides the ability for a single channel..." does this...
I didn't find information about size of buffer within softdevice 310 for ANT messages.
I found that S310 requires: 128kB Flash, 9kB RAM, Stack 2kB
But how big size of...
Hi, are my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS or AIN_2_3_PS will not...