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 every!
I am working with ATT_MTU_Thoughtput example (S132). My purpose is send data from "sever" to "client" and wait until "client" response to confirm . I was send...
I’m debugging the ble_app_blinky demo on a nRF52840-Preview-DK board (BOARD_PCA10056, S140). The device name in the debug configuration is nrf52832_xxaa.
Each time a breakpoint...
Hi all,
i use a nrf52 and in product specification i find the table about the low power mode and their consumption . Capter 17.1.
ION_RAMOFF_EVENT System ON, No RAM...
Hi all,
I have been playing with my PCA10040 and I came across the problem. I thought that it was a softdevice problem, so I went to bootloader mode (by connecting with...
Hi,
would it be possible to have multiple GAP Addresses for one nRF device? I was able to have this with the S130/S132 using verison 2.0.1 by using gap_address_set and...
Hi,
I have nRF52840 dev board which was detected and LEDs were coming on.
I tried programming the prebuilt throughput hex file in nRFgo Studio.
C:\Projects\NORDIC\nRF5_SDK_14...
Hello dear sir/madam, i have just started with BLE using nRF52832 DK .but i am not able to understand the examples.and don't know how to make any change.what is the basic...
My nRF5x DK kit has suddenly stopped working and I experience one or more of the following symptoms:
My kit doesn't show up in my computer.
LED 5 on my kit doesn...
Hi,
I have a ble scanner working well and i am trying to trigger start a compare timer within a timeslot.
starting the timer in the timeslot with the below code makes...
How does scanstart serial command work in the Mesh SDK?
According to the documentation, it appears that the command lists out unprovisioned beacons. I get a success response...
Hello,
1.We have to implement multi pal peripherals and one central.I have to send data(some sensor data) between it periodically....using NUS sample it is possible??
...
Hello,
I'm trying to repair a device (made with nrf51822) that is not entering the Pairing mode anymore. Everything seems to work fine except that it is not discovered by...
Hi
I am looking for an example that uses encryption on some services/characteristics. But without using bonding/MITM.
I remember it was possible with SD S110 to use...
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 ...