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 there,
i want to send and receive data using spi and i2c protocol and i am using nrf51422 .how to interface which pins should i use to make spi and i2c communication...
I have an application that toggles an LED on P0.26 based on a timer and that's working fine. Now I need to add a few more timers so I decided to use the APP_TIMER library...
I am having trouble with an application where the NRF52832 operates several devices as a TWI master. What is even stranger is that I have been working on this code for a while...
I am developing a keyboard using the nRF52832 and example code(ble_app_hids_keyboard).
SDK is SDK14.
Korean/English change is not possible.
The specification I refer...
hello there i have basic question about BLE. what is difference between link layer and GAP??
i know about host and controller. but in both layer there is advertisement and...
We are using the NRF52840 as a basis for BLE-based secure IoT network. I know that the Crypto library enables hardware-accelerated encryption/decryption. However, as far as...
Hi guys, I'm trying to nail down this TWI issue. PAN 89 is related to TWI being used in conjunction with the GPIOTE module. However I manually wrote my own application level...
Related to SDK 12.3.
Quoting this question :
GPIOTE PORT event generated on the
rising edge of DETECT signal. Please
have a look at section 15.1.2
2)DETECT...
Hello,
I am experimenting with sending large notifications from an nRF52 configured as BLE peripheral with SoftDevice S132 v5.0.0. I having some trouble receiving the notifications...
Hello guys,
I would like to execute code once a scan request from any other BLE device is received by the NRF52 using Zephyr.
Unfortunately, I am not able to receive...
Hi everybody,
I have an issue with my application, I want to use the ble with the same antenna that it use in the development board PCA10036,
Could you please tell me...
When I send 512 Byte from my Android phone I received only 20 Byte. How I can received more than 20 Byte? I used example project "ble_app_uart", SDK 14, SoftDdevice s132,...
I am working with SDK 14.0 . I see two "type" of advertising_init() function :
1-
static void advertising_init(void)
{
uint32_t err_code;
ble_advertising_init_t...
Hi
I have successfully run the light control example for BLE mesh. Now if I want to add another server to the network, how do I do it without bringing the server in the...