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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
Hi, I am porting my project from nrf51822_5.2.0 to nrf51822_6.0.0.
I want to change bond manager to device manager.
I refer to the heart rate service in sdk 6.0.0 and...
I will be deploying my nRF51822-powered devices into the field and the end user will not be able to have any physical access to, for example, power cycle the board. I need...
tldr; read the release notes first and use the batch file provided in the folder
Hi,
I'm trying to load the S110 v7 on an nRF51822QFABB00 and I'm getting the following...
Hi,
I am developing a multi-protocol communication device using BLE, ANT and 868Mhz "long-range" communication. I am using MRF49XA chip for sub-ghz communication. I have...
I have just updated to the latest SDK, including the S110 Soft device v7.0.0.
I have now noticed that I can bond using the Master Control Panel, but I cannot bond using...
On June 25th I asked a private question regarding be able to use the S110 soft device with the nRF51422. The following is the response I got:
....
Yes you can use the...
I am unable to to send notification for a customized service. I am testing a customized services that simply increments a variable every 3 seconds and sends notification with...
Hi guys,
I am trying to use the timer 1 on the nrf51822. I found the sample code online which could probably do the job for me. But I wanted to know what is the standard...
Hey Guys,
i asked this question already few days ago, but today i produced a log-file.
The procedure was:
Setup: SDKv6.0, SoftDevice v7.0.0, nrf51822
empty board...
Hi guys,
I had look at the ble_connectivity example in \nrf51822\Board\nrf6310\s110\ble_connectivity floader,but I can't found any documentation about this project.Is it...
Hi,
We are using the ble_app_uart example in evaluation board to read data from some sensors and send it to the nRF UART V2.0 in Android 4.4. Every 20 ms I am trying to...
We found that in some cases. e.g. we started a background ble service. The ancs characteristics will change as the picture below. Do you think it's normal? Does the Nordic...
I am try this at nrf51_sdk_v6_0_0_43681\nrf51822\Board\nrf6310\s110\ble_app_hids_keyboard
Firt I connect to Android device and keep one whitelist.pp_addrs and one whitelist...
Hi guys,
i'm just porting my app from SDK5.2+SDv6.0.0 to SDK6.0+SDv7.0.0 and stuck with the device manager. There rises some questions, and i hope someone can help me....
Hi,
Parameter uint8_t ble_gap_scan_params_t::filter is present in the documentation, but not implemented.
Checked for SDK 5.2.0 and 6.0.0.
devzone.nordicsemi.com...