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 trying to use nRF connect's advertiser feature to simulate some sensor output for my testing. The sensors use BLE advertisements with scan response to send out data....
Hello community,
I am working in a central device with SDK 13 v. 4, PCA10400 (NRF52832) and SD 132 and one task is to receive 30 bytes from a sensors as a notifcation,...
Hi,
we are using are more or less unmodified version of the Secure DFU bootloader example. Especially all BLE/Softdevice configuration in "libraries/bootloader/ble_dfu...
As mentioned here , my poor little Thingy:52 doesn't work after upgrading to version 1.1.0 through the iOS app.
After getting my Thingy:52 i played arround with it for...
I try to add function for the peer manager initialization and set the security parameters. I did not understand keypress and lesc parameters exactly. Documentation says for...
HI,
I am using nRF51822 by Keil compiler. I found if it was programmed with boot loader
nrf51422_xxac_s130.hex
by nRFGo Studio.
Then if download user code by Keil...
Hello!
I fill in a dis struct with the fields manufact_name_str, fw_rev_str and sw_rev_str. Everything is dandy and works perfect.
Then I also fill in the field serial_num_str...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...
Hello,
We've stumbled upon a weird behavior on iOS making the smartphone unable to reconnect to our wireless device after a DFU from SDK11 to SDK13 (nRF52832): the notification...
Hi!
I am getting a HardFault when I try to read a GATTs value inside a GPIOTE ISR handler.
I already tried setting the ISR priority to low as suggested in various posts...
Hi all,
I installed Nordic examples for Keil MDK, and I am able to compile the examples for the PCA10028 board, which is based on the nRF51422. But I intend to take the...
Hi, I am using 1 central and 2 peripherals. I tried erasing bonding info in both central and peripherals for a few times (by calling pm_peers_delete() in the central and pm_peers_delete...