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...
Hello!
I am working with nRF51822 Development Kit and Nexus7(Android4.4.3).
I would like to try a multiple write command in a single
connection interval, but can't confirm...
Hi,
I don't understand why I can't add another package to tx fifo. When looking into the issue the different number doesn't add up for me. I thought that I was allowed max...
Hi,
SD7.1+SDK6.1
I can update APP(.hex file) through DFU function in toolbox, but fail in master control panel(connect the BLE, then click DFU button, the BLE is not...
The tick count update in tickless idle mode is only executed when the rtos tick handler is executed. If different interrupt wakes up the CPU, the tick count is invalid.
This...
We use the Nordic UART Service in development to get some diagnostic data out of our device to an Android app.
Until recently, Android has been happy to grant a connection...
Hi,
I have an i-Jet Debugger.
Please find the details at the below link:
www.iar.com/.../
Can i use this to program softdevice & Bootloader on my nRF BLE chip.
Can...
Hello Everyone,
When i use malloc function in on_ble_event function ble advertising get stuck and not working
below is my implement code:
static void on_ble_evt(ble_evt_t...
Hi all,
I am using an nrf51422 DK as a peripheral, with s130 softdevice and sdk11 on Keil, and iPhone6, with iOS 9.3.1, runing nrf Toolbox UART app.
I am sending data...
Dear All,
NRF 24L01 communication fails particularly @ midnight / early morning 1:00AM to 3:30/4:00 AM and resumes Automatically.
In my project, I have 1 base station...
I was reading a line of code:
mesh_gatt_evt_t* p_gatt_evt = (mesh_gatt_evt_t*) p_ble_evt->evt.gatts_evt.params.write.data;
And ble_gatts_evt_write_t::data is the cenerpiece...
Hi, I'm an undergrade student.
I use Android-NRF-UART in GitHub/Nordic.
I want to enter the encryption about send message and decryption about receive message.
so...
Hi all,
I wanted to know the power consumption in ble device while advertising as well as while scanning. please if anybody knows about it, let me know soon.
Any help...