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,
I am using timer interrupt in my code. In that I will be generating interrupt after certain time interval, after the interrupt it should process the incoming data from...
Hi
We are using the nRF52840 and the application is OK now. Then I do the OTA using a Android phone which supports Bluetooth 5 and it's made in our country. I use the nRF...
Greetings,
I am using nrf51822 (experimental_ble_app_eddystone example from SDK). I am advertising UID ID namespace and UID ID instance. I am able to see the data in nRF...
I am working on a project that uses PIC18 and nRF8001. PIC18 is used to control nRF8001 and LCD. The project needs to transmit large data to central ( about 512KB). It seems...
I have some improvement I would like to see in the stack. How can I get these implemented. Improvements include:
Allow advertisement reporting events during connect...
I am not sure if this is the right forum to ask this question but I can't find details on availability and pricing for nRF52840. I tried calling DigiKey but they don't have...
Hey guys,
With the ble_app_exemple, I manage to add the FDS libraries. Unfortunately, when i run the example in Debug, I got error 2 for fds(FDS_ERR_NOT_INITIALIZED). I'm...
Hi,
I am using nrf51822 module and sdk v12.2.0.
I was compiling code under ubuntu. I observed that pca10028 is configured for nrf51422_xxac target.
But i want to use nrf51822...
Hi,
The NFC function is set to read only in my application. I don't want to wake up my system when someone tap on my device to read the NFC data. (assume this method can...
Could someone confirm whether there are schmitt triggers on the nRF51822 GPIO. I found the following thread that mentions them, but it also is discussing the nRF52 series...
Arm Gcc (using Eclipse Neon) |
SDK 13.0 |
nrf52 DK (PCA10040) |
tried soft device 4.0.2 and 4.0.4
I can successfully compile and run the example -ble peripheral- ble_app_hrs...
Are there any particular practices or instructions should i follow if I want to write a custom library
We are trying to write a library for LEACH protocol and it is a network...
I spoke with someone at Nordic who seemed to imply that utilizing the radio does not necessarily tie up the Cortex processor on nRF5X devices. Is this true? It seemed to me...
I am trying everything.
In sdk_config: #define UART_DEFAULT_CONFIG_HWFC 0
In the nrf_cli_uart.c I changed it to APP_UART_FLOW_CONTROL_DISABLED,
in the pca10040.h I...