It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
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...
I am in the process of porting my ANT + BLE app from SDK13.0 to sdk14.0
My basic set up process is
nrf_drv_clock_init();
nrf_drv_clock_hfclk_request(NULL);
while ...
Module for generating a pulse-width modulated output signal.
This module provides a PWM implementation using timers, GPIOTE, and PPI.
Each PWM instance utilizes 1 timer...
hi,
i am working on NRF52 with SDK v11, softdevice S132. i have implemented my application with DFU as per the HRM example in SDK v11. now i want to know about what is secure...
after Installed nrfgo studio ,i turned on the sorftware,but the log display" JLinkARM.dll is not correctly installed. Please run the nRF Tools installer to install the newest...
I can not find the datasheet for Preview Development Kit, the only avialble documentaion is the User Guide and nRF52840 Objective Product Specification. What i need is the...
Hi,
We are integrating a 3rd party device with our application and while we were parsing advertising data, we found the same data received in Android at 3rd and 4th index...
pm_peer_data_remote_db_store() stores an array of ble_gatt_db_srv_t.
pm_peer_data_remote_db_store() calls pm_peer_data_store(), which requires a buffer whose alignment...
Hi, I downloaded the latest SDK V12, coped the example HEX from the BLE Beacon and it worked fine. I tried to then compile using Keil, it compiled,
when upload again blinky...
Hi all,
I am using PCA10040 (nRF52832) and I want to create a ble mesh network. I know that this SDK contains some examples for mesh, but I am not able to find something...
Hi!
I have an implementation running with a peripheral sending notifications to a central at 27.5 ms. They are both configured with HIGH BW. Sending of notifications is...
Hi,
PTX:
based on the SDK11 "\examples\proprietary_rf\esb_ptx\pca10040\blank\arm4\esb_ptx_blank_pca10040.uvproj",
what I changed is delete the "nrf_delay_us(50000)" in...
I am simply trying to add a custom service to the HRS example. When I build in regular s132 armgcc it works no problem shows my blank service with nothing special. however...
Hi,
How can i disable peer manager from the buttonless DFU example. if just disable the peermanager by removing the code and editing sdk file, its not working.
i am using...