Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi there~. I was working on a BLE RC car (BLE peripheral) using Nordic's nRF52832-QFAA MCU , Nordic's UART Service for motor control, and Battery Service (BAS) for battery...
Hello.
The development environment is as follows :
OS : Windows 7 Pro 64bit
IDE : Keil uVision V5.24.1
Python : 2.7
SDK Version : nRF5_SDK_14.0.0
DK : PCA10040...
I want nrf51822 to switch between 2 different advertising timeout. One will set advertising timeout with 20s, another will keep advertising.
Currently, I use following...
I have a server running on my Android phone. I looked at the service UUID encoded in the advert packet using and Wire-shark and confirmed my app is broadcasting packets. ...
I am trying to execute code that broadcasts (uses the Soft Device Ble stack) on target nrf52832 boards connected to the PCA10040.
I am successful uploading a program (that...
Environment
nRF52832, nRF5x-Command-Line-Tools_9_7_1_Linux-x86_64,
Problem:
Programming of Softdevice, Application and Bootloader with nRFGo Studio works.
Programming...
Hello,
As I understand it, bluetooth declaration IDs can be used for multiple products as long as the products all share the same QDID . In other words, If you do it right...
I have been following the tutorial devzone.nordicsemi.com/.../ on how to use eclipse but in the makefile part im getting this error. I'm using sdk v11. I have used sdk v14...
hi,
i doing a program to receive multiple service data from nrf thingy 52 to nrf52840 central device.
as of now i have implemented weather service, motion service and...
I have been trying to integrate support for multiperipherals into my application, but am continuing to get errors when attempting to start advertising after the first connection...
As I don't know much about audio,I have trouble with the gain of the pdm module in nrf52832.Now
I have used MP45DT02 as the digital microphone,but I just can't understand...
Hi, I've searched and googled through this site and made sure no one asked this question before.
In core\Bearer_event.c, there is this function:
bearer_event_flag_t...
I'm trying to connect two nRF5 devices together, Central and Peripheral, and use a custom BLE service that I have written that has a custom 128 bit UUID.
I'm in the process...
Hi,
We are sending a data using Nordic UART Service (NUS), the data is transferred over BLE as a Indication.
From Message Sequence Chart in Nordic Infocenter
Here...