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...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hi! I'm trying to work with the beacon kit, but I have some confusion about which type of sdk I can use because with some example that I have found it doesn't work.
Besides...
When i use ble_app_hrs to connect with hrs demo(ble_app_hrs example), everything is ok.But when i connect to a heart rate monitor, it always disconnect.The print information...
I try to stop the advertising by using ble_advertising_start(BLE_ADV_MODE_IDLE) when the advertising is ongoing. It fails.
Please tell me how to stop advertising when the...
I have a problem where a central device (iPad) has to connect to a peripheral (running nrf51822, s110) as quickly as possible, receive data and disconnect again.
Right...
Hi
I would like to implement a radio peripheral in 2.402Ghz frequency which transmits some data, say of 31 bytes in radio which includes all header information abiding BLE...
I have a transmitter that sends 24 bytes of data every 10 ms. Whenever I run the receiver I only get new data once, then nothing. Here's my code
void mirf_config()
{...
hello,
I am testing the android application with nRF 52832 (s 132).
With android-Log, it is supposed that connection can not be done with the following log.
Please give...
Hi
i want to create specific service on ble so that only my mobile app should recognize it and able to connect to it.
i have gone through devzone.nordicsemi.com/.../ ...
Hi, Nordic
I download nRF5_SDK_12.1.0_0d23e2a\examples\dfu\bootloader_secure example, when I use dfu example via android nRF Toolbox, it can work.
Then I build nRF5_SDK_12...
Hi, Nordic
I check bootloader_secure sample for SDK 12.1, in dfu_public_key.c
/* This file was generated with a throwaway private key, that is only inteded for a debug...
Device : nrf51822
Softdevice : S110 v7.0.0
Title says it all. Autoconnect is working fine on my Android phones when nrf51822 is always programmed BLE_GAP_ADV_TYPE_ADV_IND...
Hi,
I tried to program my NRF52 using the arduino IDE using the following instructions on github: github.com/.../arduino-nRF5
Soonafter, I realized I could not program...