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...
I'm wondering whether or not we can make a specific BLE peripheral device with having this ability to be supported by client iOS/Android device for automatic scanning/reconnecting...
Hello everyone,
Recently I've had problems with using JLinkExe directly from the Linux terminal. I finally decided to give nrfjprog a try. It worked, I can finally type...
I develop a nrf_mesh application.
I can send a mesh packet by nrf_mesh_packet_send().
But I can not receive a mesh packet.
(I can receive a advertise packet by nrf_mesh_rx_cb_set...
I am developing an app that uses both a central and a peripheral device using Nordic SDK 8.1. I was working off the hrm example code and wanted to move all the scanning methods...
Hello all. I am a beginner with nRF and am trying to get the Eddystone example (titled "experimental_ble_app_eddystone" in the examples folder) to work. I have opened the...
Hi,
I am working with the BLE Nano module and the mbed online compiler. I have the Nano acting as an SPI slave. The problem occurs when I try to add BLE functionality....
I've spent some time searching and haven't found a definitive answer or anything obvious in the code. I'm developing the firmware for my application on the nRF52 DK, which...
Hello nordicers,
I'm stucked with long writes (android central to nrf52 peripheral)
I'm using SDK 12.3 and S132 v300. Android as the client central (RxAndroidBle libary...
Hello,
I ported nordic heart rate example to nuttx. I have peer_manager_init() in my codes.
After programming the device, I can connect and bond when I issue "nrfjprog...
main.c I'm using S120 softdevice with nrf51822, I want to use S120 as central and peripheral devices.
When I received my beacon data then switch to peripheral for advertise...
Hi!
nRF52, SDK13, S132.
I work in central mode and need make
ble_nus_c_rx_notif_enable()
But in the code drivers I only have tx function. In a SDK9 for nRF51 I...
Hello,
I'm trying to prototype an application on the nRf52 DK (PCA10040) using the GCC toolchain. I followed all of the tutorial for setting things up and I can build and...
Hi all,
I tried to load the DFU example for nrf51822 from SDK12.3 on the dongle(PCA10000).
softdevice: S130 2.0.1
I followed the tutorial on: devzone.nordicsemi.com...
What I am trying to accomplish is to establish a connection between an iPhone (device 1) and an NRF52 (device 2), then sniff the data sent between them from a third device...
Hello,
I have designed a custom board with NRF52832 IC which controls vibration motors. And I am turing on vibration motor from n-channel mosfet as shown in the image below...