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...
Hi,all.
I am using nRF52832.
Does the nRF52832 support dual mode that allows simultaneous advertising and scanning?
Are there any examples you can refer to if you...
Hi I use SDK 12.3 and sdk 2.0.1 , and set a device name length is 21 like "1234567890ABCDEFGHIJK" by sd_ble_gap_device_name_set;
but in the advertise data the name length...
Hi,
we are developing and application on iOS which can among others, update our hardware over the air, and we found out that e.g. after bootloader update is done, then...
Our hardware has an externa memory connected to the nRF51 by SPI, we also use DFU to update the firmware creating the zip pack (We have buttonless dfu working as well) and...
I've been using the nRF52832 chip for over a year and it works great. However, for a new project I designed a board so that the nRF52 chip was the slave on a SPI bus, and...
Hi,
I just try DFU function in sd130/sdk12.3 and it does work very well.
I did:
(1).Generating your own key:
nrfutil.exe keys generate priv.pem
(2).Display a public...
In the example code, I found this:
#define SERVER_COUNT (3)
#define CLIENT_COUNT (SERVER_COUNT + 1)
I'm having 2 boards (maybe extremely problematic) and I want to...
I have seen at least one person here who has gotten Nordic's UART-over-BLE example app running on the nRF8001. How was that done? Where is it? This example app is not included...
Screenshot of what I'm doing:
So I reset the nRF8001, then try to initiate a transfer by pulling REQN low. However, nRF8001 never responds by pulling RDYN low. I have...
I'm using nRF5DK PCA10040.
And, working on nrf5_SDK_for_Mesh_v0.9.2-Alpha.
I need to enable both of Bluetooth mesh stack and BLE stack.
mesh stack for mesh communication...
I added uart service ( here and here )
and I think in part of ble everything goes well. I have blinking led1 and can see all my services.
Then I tried add uart part.
After...
I have a custom board that has a nRF52832 device (receiver).
I am scanning for remote beacons (also custom boards with nRF82832).
The result is that I obtain the MAC of...
Hi I use 4 characteristics in peripheral and central. When I write to one of the characteristics in the peripheral, I read it using sd_ble_gattc_read in the central. But,...