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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello, I use BLE NUS since one year to service a device. I recently got to SDK13, using SD132.
When I use iOS9 everything is ok. But when I use iOS10, the tx characteristic...
Im on an nRF52832, using the BLE Mesh 0.9.1 alpha release
I've followed the DFU Quickstart guide, and have been able to DFU the app_green_s132.hex, which is the prebuilt...
hi,
i am using NRF52 custom board. i want to provide serial number to each board, which i want to read or write any time using my firmware. if i erase the bord it should...
Hi,
I have a BLE nano v1.5 from RedBear. I want to use s120 SoftDevice developed for the nRF51822 and for what i've read this is not available for programming with mbed...
Hello,
I have migrated from SoftDevice S130 2.0.1 to SoftDevice S132 3.0.0 and found one mismathing in ble_gap_evt_connected_t structure.
There is absent an own_addr...
Hi,
Is it possible to make pairing without the peer/device/bond manager? I am using SDK 12.3 on NRF51 and/or NRF52 and would like to get it to pair with a certain device...
Hi,
I'm using nRF52840 and S140 based on the ble_app_hrs_rscs_relay example. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu...
Within a buttonless DFU application should nrf_dfu_flash or fstorage be used to erase and write to flash?
SDK 13.0.0 - Soft device s132_nrf52_4.0.2_softdevice running on...
These messages below appeared when I built bootloader_dual_bank(sdk11) in the eclipse.
'Building target: bootloader_dual_bank_s130_sdk11.elf'
'Invoking: GNU ARM Cross...
I want to have blinky orange led,
0 mean on, 0x8000 is off, right? and why??
I have no idea what's 0x8000 mean!
so if I want have orange(full-R and half-G), how can...
I'm trying to debug my UWP Central app, which interacts with our device based on nRF52/s132. What I think I'm seeing with my packet sniffer (the nRF51 sniffer, incidentally...
I have set the
advdata.include_ble_device_address = true
in advertising_init function. However, the mac address data is not shown in mobile APP.
Is it due to the fact...