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...
Hi, I am trying to add Buttonless DFU functionality to the ble_app_blinky example.
The process I took
1. added the following files to the project
ble_dfu.c ble_dfu_bonded...
Hello, I am trying to implement a basic BLE connection between the nRF52840 Dongle and an Android Device (nRF Connect). I wanted to secure this BLE connection with a passphrase...
Hi everyone,
I am working on buttonless OTA DFU. I have generated my own private and public keys using nrfutil and created the .zip file for DFU.
While generating the...
Using the following image UUID on NRF51822, how do i connect to the host in the nRF5_SDK_12.1.0_0d23e2a softdevice? I used to the example of ..\ble_peripheral\ble_app_uart...
Hi,
I used one nRF52840 dongle and one DK, and placed one sniffer in between to caputure the packets.
The connection interval was set at 7.5 msec, GAP event length is...
I have gone through the nWP-034 document (nRF9160 Hardware Verification Guidelines) and wonder if it exist sample code (firmware) to be used, as a baseline, during regression...
Hi,
we have interfaced Accelerometer Module with NRF52832 using SPI Communication. Psuedo code of code snippet is :
<<Place the snippet here>> Expected : After nrf_spi_transfer...
Hi,
I am trying to use APP_TIMER to detect if a sensor isn't responding to I2C Commands. I created and started the timer with the following steps. The project is based...
I'm using an ISP1807 at 1.8v in a very space constrained and power constrained device.
Is it ok to connect unused pins to GND to make routing easier?
Pins 3, 5, 8, 10...
H,
I am using the SDK 15.0.0 and Segger Embedded Studio for ARM V3.40.
I have been successfully defining a flash memory section for data exchange between the bootloader...
Hi,
I would like to enable the RAI support in the latest master branch of nRF.
Therefore I had a look at the kconfig reference:
https://developer.nordicsemi.com/nRF_Connect_SDK...
Hi,
In my current project I have two type of boards. Some have the external 32kHz crystal mounted and some not.
I am trying to detect the presence of the external crystal...
I am looking at using SRP in our application and I am looking through "nrfxlib/crypto/nrf_cc310_mbedcrypto/include/mbedtls_extra/mbedtls_cc_srp.h".
There is a parameter...