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...
Hello, dear Nordic employee,
MCU: 51822QFACA1
The using SDK is : SDK 7.2.0
The using SD is : s110_nrf51822_7.3.0_softdevice
There was one device (our product) runing...
Hi,
I am using "nrf5 sdk v11.0" example "ble_ancs_c" for nrf52_DK(PCA10040) .
when i connect to the nrf_device from ios device i am able to pair and connect to ancs client...
Hi,
I'm using the example nRF5_SDK_11/examples/ble_peripheral/ble_app_uart witn a pc10028 board. The central is done on a linux machine with a python program under bluepy...
Hi,
We would like to use the nRF52 in the following way:
BLE communication via S132
button / IRQ to wakeup nRF52 application
put nRF52 to sleep after BLE communication...
As we known,RSSI means Received Signal Strength Indicator,TXPOWER decide the power of output port.How do the two factors combine affect the device work?
Hi I spent a few days on trying to setup a thread external commissioner using Nordic nRF52840 and RaspPi 3 as a border router.
First I realized that border router implementation...
Hi
I'm having major problems implementing current time service client (cts_c). I've run ble_app_cts_c on my device and it works fine. I copied the relevant parts of the...
Bluetooth SIG recently released BLE Mesh standard 1.0. Is nordic mesh compatible with the new released SIG standard?
If not when is it planning to release a SIG compatible...
Hello,
I did used nrf_drv_spis.c (SDK SPI Slave) with nrf_drv_spi.c (SDK SPI Master). And I notice that both module configure SPI MISO line as input without any pull (neither...
Hello,
I am using nrf52832 DK and I would like to use the GPIOs port to debug a couple of signals that I genereate within the MCU.
So far I have configured my GPIOTE...
Dear experts,
I've been playing around with Thread since nRF5 SDK for Thread v0.8.0, cloud_coap_client.
I use your Border Router example with NCP example running on nRF52840_Preview_DevKit...
Hi:
I got an 0x04 no mem error with sd_ble_enable.
But my hardware worked just fine before, so after some tussle I found out that the sd_ble_enable of my working program...
how to set the ble stack ,let the sd_ble_gatts_hvx() send data return more fast,now from i use sd_ble_gatts_hvx() to get the return (BLE_TX_COMPLETE) needed 300ms.
Dear Nordic Team,
Thanks for supporting.
Anybody work with ultrasonic sensor (HC-04). Please guide me. I am just interface with arduino example its working good. It...