Hi,
I am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
Dear sirs,
My purpose is to transmit stereo HiFiaudio from one source to two speakers wirelessly.
The speakers have their own power amplifier.
The problem is that the...
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,...
Hardware: nRF52 DK
Example: ble_app_hrs
I have a problem with starting program using debugger. I starts debugging session and starts program using resume button, breakpoints...
I'm trying to configure SWO properly, specifically to get the output in Eclipse. The following code is used to initialise the SWO.
I have a snippet that outputs a string...
BLE is always running on Arduino Boards PROMO and PRIMO CORE
Even small example Sketches like Alarm Interrupt who doesnt use BLE functionality in the code enable the RADIO...
hi sitting and looking at the light demo example through and looking at where I do not quite understand what p_args is used to, so someone can explain that thanks: D
Hello Sir,
In last my custom nRF52832 PCB i have use 100nF capacitor mft part no: "C0402C104K4RACAUTO" but now it is nor available in digikey.
So please sir provide me...
Hi all,
Is it possible to get a softdevice which can do 2dBm output? Our device is very power critical, but we would like to have as much power as possible.
At 4 and 3dBm...
Hello, I'am working on the code of ios-nrf-beacon( github.com/.../IOS-nRF-Beacons).I found the code with Objective-C,but I'm working with swift,I want to know if there is...
What is the proper way to use the Queue Library and define a queue that can be used across multiple C files? I have the following code a my common header
NRF_QUEUE_DEF(uint8_t...
Hi all the Nordic friends and Team,
I would like to do a Batch OTA of one hundred devices right now... I'm on the NRF52 stack for my devices to be flashed. And I'm using...
I test SoftDevice V6.0.0 on nrf52832(BLENANO2) I run 1. sd_ble_gap_scan_start() 1000ms/100ms/10ms scan_window/scan_interval 2. sd_ble_gap_adv_start() 1000ms interval result...
When my mobile phone reads my characteristic, I would like the characteristic to be calculated at the same time, and not before. i.e. like a video game that does not render...
Hello Supporter,
I am Using NRF51822 QFAC .
My probleme after uploading DFU ,SOFTDEVICE AND APPLICATION .device always in DFU mode and also when try to upload new application...
Hello Supporter,
I have NRF51822 QFAC having 256kb ROM,32kb RAM.
now i want to upload all three things DFU,SOFTDEVICE,and APPLICATION .when i upload SOFTDEVICE and APPLUICATION...
Getting ready to go into production with our custom nRF52832 board, we need the board to start running our application immediately after being flashed. Using:
nrfjprog version...
Hi all,
I want to add 5 characteristic to my custom service . But when I add 2 characteristic , it worked fine . When I add 3 characteristic ,In funtion sd_ble_gatts_characteristic_add...