According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi,
Currently i am trying to understand the gazell api using the nRF5 SDK v14.1.0 example gzp_dynamic_pairing. Within my process to trying to understand the gazell api...
I am planning to design BLE MESH based LED lighting system.
(control involved LED ON/OFF , varying two PWMs to control intensity for warm & cold LED drivers, etc)
For...
today simple test ble_nus_string_send time-consuming function, but found that the implementation of a ble_nus_string_send and wait for the success of transmission time-consuming...
Hi, I have a problem with BLE connection. When I bond to the device and then connect, everything works and connection is stable. When I kill the app and try to connect again...
Hai team,
Iam using ble_app_beacon application in nrF51822 dongle .I want to change tx power for every advertising.
example :let us assume frequency 4 for advertising...
I am trying to perform LESC on two nRF52 central and peripheral without bonding is it possible? and how?
My devices does not have I/O capabilities or have any display....
Most examples, tutorials, and standard BLE service implementations within the SDK (14.1.0) seem to use the BLE SoftDevice's sd_ble_gatts_characteristic_add() when adding a...
Hi,
I know that this question has been asked before but it seems like the answers are pretty old.
I have a need to scan on one channel only to receive advertisements...
Hi,
As mentioned in this post:
devzone.nordicsemi.com/.../
the struct ble_gap_adv_params_t --> ble_gap_adv_ch_mask_t give the option to turn any advertising channel...
I'm calling sd_ble_uuid_decode with the following parameters on a PCA10040 board:
sd_ble_uuid_decode(16, 0x2000F7CC, 0x2000F7DC)
ram base = 0x20003150
vs_uuid_count...
I want to use in my project tft 1.8 display with st7735 controller. I used the standard GFX example from SDK 14.1 and everything is working fine, but the picture is incorrectly...
I have a QFN48 nRF52832, and it's getting hot. I'm looking at it with a thermal camera and there's a hot spot directly under the "N" of the "N52832" that's on the package...
The BLE_NUS_C_EVT_DISCONNECTED of the ble_nus_c_evt_handler() give a conn_handle = BLE_CONN_HANDLE_INVALID . So it's not possible to know which peripheral got disconnected...