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
After the device has been in idling, the sleep_mode_enter function is called which then calls
sd_power_system_off().
The device then goes into sleep mode until a...
Hi! I need your help!
I need to create some mesh network consists of simple devices (A) which could collect mac addresses of all visible Bluetooth devices (C) and send it...
Hi, I try to mount some I2C devices at Arduino Primo but I can not get any results. I tried an I2C LCD that did not return any error but did not display any text. When I scan...
Hi,
I am using IAR for the pca10056 with a nrf52840 chip. Can I change the compiler in IAR? I simply just downloaded the newest version from the IAR homepage and specified...
Hi I'm trying to compile the experimental_ant_bootloader for the pca10040 with a S212 soft device using the armgcc compiler using SDK13
I can't find a makefile or linker...
How do you do
1.In the Nordic \ nRF5_SDK_12 _f012efa 2.0-3 d \ examples \ peripheral here, there are three PWM routines:
Low_power_pwm, pwm_driver, pwm_library but only...
Hi, there~~. The PCA20006, nRF51822 Bluetooth Smart Beacon Kit, is fascinating!
So I'm planning to create a custom beacon product of my own,
a 2-layered PCB with nRF52832...
I have trouble programming the PDK using nrfjprog. I can flash the program fine using Segger Embedded Studio but it doesn't appear to be working using nrfjprog.
Here are...
When using ble_app_uart, I set the advertising timeout to 10s, but after the timeout did not enter sleep, but automatically reset,my judgment is based on the terminal to send...
Hi
I have run this example code
nrf5_SDK_for_Mesh_v0.10.0-Alpha_src\examples\light_switch\client\light_switch_client_nrf52832_xxAA_s132_5_0_0.emProject
when I operate...
I want to reprogram a nRF51822 xxAC device on a existing product.
I have a J-Link (SEGGER) device with latest firmware.
I'm running the SEGGER J-Flash V6.20e utility.
I...
Hello,
I have constructed a custom board with nRF52832 and MPU9250 on it.
I have flashed the program for reading battery service, temperature service and MPU9250 readings...
I followed the tutorial on devzone.nordicsemi.com/.../ to use Eclipse, GCC and GNU Debugger.
I encountered an error after the successful build (with key symbol) with CDT...
Hello,
I purchased nrf51822 module and i want to use s130 sdk for my project.
But when i have look over using keil i found that it requires jlink debugger or jtag debugger...
I am studying about developing a simple BLE 6LoWPAN network. My proposed topology is mentioned below:
internet - - - - - - - - - BLE1 - - - - - - - - - BLE2
| \
...