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'm working with uart on the nrf52832 and I'm facing an issue related to the baudrate.
In this post a formula for calculating the baudrate given the register value is given...
I'm setting up the message structure for usage in a sensor Model. The sensor readings may be represented by different data types (e.g. float, integer). How is this best handled...
I'm using nrf52832 and building projects on it with the help of sdk 14 and sdk 11 for BLE. Now when I load my code for example the BLE HRS it loads properly with no error...
Hello,
I've upgraded my machine to Windows 10. I can't get Master control panel to work. I keep getting the error message:
No response from master emulator
...
Hi, I have a general question for BLE advertising, if several BLE peripherals broadcast simultaneousl(the advertising packets contain information the peripherals want to send...
1、how long will it take for me to cache?
Once I call sd_ble_gatts_hvx, assuming tx_queue is large enough, how long can I cache data to softdeivce?
For example, I called...
Hey, I'm just starting to develop an ANT device on the nRF52 devkit and am trying to modify the provided example to gain an understanding of the functionality.
What I have...
Hello,
I'm designing a board in which cost is a very important factor. I don't need a lot of the GPIO pins of the nrf52840. Are there any 2 layer reference designs available...
Hello All,
I have the following queries on low power consumption mode,
To update you on power saving tests that we performed at our end, here is our observations:
...
Hi all,
We need to develop a communication channel between 2 Controllers
One is Master controller and another is Slave controller
Master controller will send Data...
I'm developing a central providing NUS client service to multiple concurrent peripherals.
I use nRF52832 DK and SDK14.0, s132_nrf52_5.0.0.
I Want that NUS central can...
Hi,
I am working on another project.
I want to make BLE and USB BULK communication operate at the same time.
My development environment is Keil,
It uses nRF52840 and...