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,
Refer as the antenna whitepaper, The Zs = 50 Ohm pi network need to match. I saw a matched pass filter optimized for nrf52832 from Johanson (Part Number:2450FM07A0029...
i have app_ble_uart and i wan get temperatura with my phone main.c terminal there is my code but i dont had any msg from my BLE controller.But if i changed call of function...
Hi, iOS caches services and characteristics when bonded with device, so we need to inform him to invalidate this information via Service Changed characteristic, but how it...
So I switched from Bluemod+S (nRF51822) to Bluemod+S42 (nRF52832) on my custom board and am trying to adapt my existing code to work on the newer model. Apart from various...
Hello,
can anybody tell me the exact differences between a Link Layer Acknowledgement and the Acknowledgement used by a write Request?
Does anybody have some statistics...
I am trying to implement the Current Time Service in my project and had a few questions:
-The example requires that security be established before services can be discovered...
hai
i am using mbed to program my nrf51822. in my application i need to read two analog sensor values.
i am using p5 and p6 pin for that.
AnalogIn analog_pin_1(p5);...
Can somebody explain what 0xA1 means in this raw L2CAP layer:
0a, 00, 4d, 00, A1, 01, 00, 00, 08, 00, 00, 00, 00, 00
I know 0a, total bytes, and 4d is channel ID, I...
Hello
I was wondering whether is possible to use an updated version of the softDevice into an older SDK, my current hw is a nRF52832pca10040 DK
For example, I am currently...
Hi,
I am using experimental_ble_app_blinky example. In that NRF_LOG over UART was implemented.
I Added some UART code for my use. But after flashing code was not working...
I am using SDK14 and SD132 V5 on nrf52382. I tested the hids_mouse example and it autoconnected without any issues to the phone. In my application, I have 2 modes. Config...
Hi,
We're designing a product with the nRF52 (SoftDevice S132 v5.0.0 production) and an external WiFi module, and are attempting to do a "poor man's WiFi Co-Existence"...
I am struggling to figure out the correct IRAM/IROM settings in keil for the ble_app_beacon example in sdk 14.0.
I am currently using this example on an nrf52 DK and will...