Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
Hello All,
I tried implementing basic cluster, Analog Input cluster and Power Config Cluster. My end application is report "measured tank level" using zigbee. For which...
I am trying the https_client sample and I can get it to work unchanged.
But I would like to connect to a different site than www.example .com.
As far as I can understand...
I'm running the ble_app_pwr_profiling example from the nrf5 SDK (16.0.0) and softdevice (s140 7.0.1) on a nrf52840DK (pca10056 2.0.1) and measuring power consumption using...
Hello, I am developing an application on nrf52840 using SDK 17. My application has a bootloader and sometimes when my application is restarting due to a command I send (using...
If we try to force terminate an ogoing BLE connection by invoking sd_ble_gap_disconnect, we don't receive the SD_BLE_GAP_DISCONNECT event in some cases even after the supervision...
One of my projects needs to use NB and GPS functions at the same time. When testing, I found that even though NB network is not transmitting data, after I start GPS, I often...
Hello,
On nRF5340, sdk v1.6.1, I use this function to send data to center via BLE:
ble_data_send ( ble_connection, data, 182 );
and here is the definition of the function...
I build an app Android using BLE lib Nordic version 2.1.1, How can I read the RSSI of the device after my app is connected with the device?. Thanks All
Hi,
How should we interpret this XMONITOR response with regard to PSM:
%XMONITOR: 5,'vodafone.de','','26202','BBA6',7,20,'01442801',240,6300,37,40,'','00001000',' 111...
Hi my application will be based on nRF52820 and has only USB connection (no BLE). I'm developping with nRF5_SDK_17.0.2_d674dde and a nRF52840 devkit. The end user should be...