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...
Hey,
We are trying to create a Bluetooth Printer based on the nRF52840DK.
I just want it to show up as a Bluetooth printer on my mobile device.
Is there a starting point...
Dear all,
I am expanding the eddystone example for my nRF52832 (nRF52-DK) with some extra functionality. I wanted to create a periodic impulse with a timer (timer 1), all...
Hi Folks,
We have 6 factories that will be programming custom boards that use the nRF52832. I'm one of the software developers and have been using a dev kit to program and...
Hey! . I am new to embedded developing and was trying to familiarize with nrf52 DK .
Issue : When i try to run the BLE examples in sdk after clicking " download and debug...
Hello! I am having issues dfu from the huawei p30 lite. with nrf51. Tried with nrf connect and nrf toolbox.
Dfu progress stops at 2-3% when uploading. Error Remote dfu error...
I am unable to connect the nRF9160DK to the cellular network.
I have gone through the "Get started guide" (working in Linux) and I have been able to install the SDK. I have...
Hi, we have faced with the same issue as many nRF52 users, debug interface (DIF) will stay active after flashing and high (~3mA) continuous current remains, Power cycle will...
Hello,
I am using nRF52832, SDK_15.3.0, S132 SoftDevice and Segger for flashing the image.
In BLE peripheral example ‘ble_app_template’, it is for doing Advertisement...
hi... folks
I am working on multilink central example, i have modified this example to multi link central uart ,where i can able to connect to multiple peripheral to a single...
Hi,
I am using NRF51822(PCA10028) ble_app_uart example , I need to change the name of the BLE device during Advertising and store the name in Flash so that when ever the...
Hello,
I am trying to establish a network to send data over the boards.
I tried using examples in Ble_central and Ble_peripheral, but in those examples they would stay...
Using the esb tx fifo, it appears to change the ESB_MODE from PTX to PRX, and changes the esb channel to some other value. Is there any way to setup the radio so that it doesn...
Hello,
I am working with nrf52840. I have read how the SAADC example works at https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5.v13.0.0%2Fnrf_dev_saadc_example...