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,
is there any example how to reset the hole device? Are there any example codes for using something like system_off or system_on ?
Best regards Nils
using S130, SDK11,
when it connected the heart rate sensor A and eveything is OK.
but when it disconnected the sensor A and connected the sensor B
the connecting...
Hi guys,
I am trying to create a Dual bank DFU bootloader (BL) program for nRF51822 which will be able to update the SoftDevice and bootloader no matter if the "Enable...
Hi,
Sorry if the answer is obvious but I'm not getting it :-)
I looked at ble_app_uart, more specifically the uart_event_handle function and its interactions with app_uart_fifo...
I want to access an SPI-only sensor device from a Blend Micro.
There is a need to avoid collisions between the two uses of the SPI port for the sensor and the nRF chip...
I just made it to upload the example to the device. I'm new into firmware development btw.
I changed the timeout so the beacon will stop advertising after 120 seconds but...
Hello, I have implemented the code below for my project
based on switching central and peripheral role in S130.
The code works fine on the Devkit PCA10028 but on porting...
In compatibility matrix it is shown that s110 v 7.3.0 is compatible with nrf51422 when using SDK 7.x.x. But when I downloaded s110 v7.3.0 in its name and specification documents...
I tried to build the example project "ble_app_uart" bundled with nRF5 SDK (nRF5_SDK_11.0.0_89a8197) within the MDK-Lite V5.18K. It failed and I got the following messages...
Hi!
I am attempting to flash sdk11 examples onto a QFAB board compiled using arm-gcc over JLINK SWD p20 via the NRF-51DK.
While running make flash, the nrfjprog command...
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well.
Do you plan also to add a SINGLE bank boot-loader...
hi all,
I am using SDK version 8.
i want to make button as ON and off switch.
REQUIREMENT:
When button is pressed counter should keep on incrementing when i released...