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 have used nRF52840-PDK.
And I want to test profile and protocol with PTS.
I succeeded in GATT-based service test and GATT test with PTS.
But when I try to L2CAP...
How do you do
Now use the Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart this plus Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ peripheral...
I try to add default nRF sdk libs in Segger studio. All files exist and path corect.
in nutshell i try to add uart module to default ble_app_buttonless_dfu example
Hi ,
I'm looking for BLE Specification but I just found NRF52 Datasheet on Nodric page . Can you give me this document , It will help me a lot . Regards !!!
Hello All
I am planning interface the BLE peripheral + Capsence(Atmel QT111) board
i did the Capsence Board with Spi Protocol..then second phase i has to implement with...
Hello
I have some problem that I want to change Characteristic UUID different from Service UUID.
Like,
Service UUID : 11111111 - 1111 -1111 -1111 -111111111111
Charcteristic...
Hi Nordic,
I used FDS to operate updata to update data more than 10K once, but there was an error. Hint FDS_ERR_RECORD_TOO_LARGE.Can FDS operate more than 10K data at once...
I want to create own android app with just nus service (uart).I'm not very good in android programming, so there are two ways for me doing that:
Use Android-nRf-uart...
Hey guys,
I have another question related to this example.
I've modified the UART example such that UART printing is disabled, and I am calling ble_nus_send_string(...
SDK 11.0.0
SD s132 2.0.1
nRF 52 dev kit
I have been in the process of adding dfu functionality to an existing application.
Currently, I have gotten the dfu to work...
Hi. I'm looking for streaming solution.
I think BT5 will be one of the great solutions.
I refered video as below.
www.youtube.com/watch
It shows that nordic chip...