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...
I was using log to print debugging information when the BLE_GATTS_CFG_ATTR_TAB_SIZE message popped up. It doesn't normally happen. What's the reason for that? Thank you very...
After flashing the nRF-9160-DK with the required firmware ( as instructed in this video https://www.youtube.com/watch?v=rMvW3HXLErk&feature=youtu.be ), the LED 3 is flashing...
Hello,
we need to disable UART0 to achieve low power operation of our device. This is done by running:
This works correctly on a minimal example when building using...
Hi ,
I want to know if it is possible to interface NFC text record example with ble_app_uart example. I want to run both the programs simultaneously. As the NFC text record...
Dear all,
The forum is full of questions around printing floating point numbers, however, I have a rather strange issue where maybe someone can help.
I have a project...
Hi,
I am new to creating project from scratch.
I want to use nRF51802 module. From few support tickets i have come to know that SDK version 12.3 and SoftDevice S130 version...
This is a beginner question and may well related to a misplaced setting in Segger Embedded Studio.
I am working towards a BLE scanner application which will include NFC...
Hi, Thank you for your attention to this matter.
Please provide nrf5340 layout in this package to me: WLCSP 4.39 x 3.994 mm package The customer needed to use this encapsulation...
I want to receive more than 250 bytes over NUS ,presently i have receiving All Data but in parts of 20 bytes (i.e after receiving 20 bytes BLE_NUS_EVT_RX_DATA event is occures...
Hi there,
I've recently purchased a nrf9160dk to evaluate. I've got some demo code going connecting via LTE and chatting to my AWS server via TCP and that's all going well...
Is there any SPI examples by directly accessing the registers?
Based on SDK15.0.2, for NRF52832 or NRF52810, higher freedom, higher memory utilization.
I want to know the best way to handle time-consuming processes.
I am using an external module used for AT commands via UART. It is necessary to judge the success or failure...