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...
Excuse me:
PCA10095 cannot be download .hex on SES and nrf conncet programer,The figure below shows the problem downloaded on SES.How to solve tihis problem?
Hi, dear Nordic & all:
When I run libuarte example,I found a problem, I just set P0.14 to high at the begin of mian function, then I send data and test the example's function...
Hello,
I'm trying to develop an application sending GPS over HTTP requests.
I started from the "https client" and "agps" samples in the NRF Connect SDK: the single examples...
Hi,
I'm trying to build secure bootloader DFU(non_debug_version) for PCA10040 with the below mentioned prerequisites and I'm able to build the bootloader successfully...
Hello,
I am using nrf52832 chip and SDK 17.0.2 (Softdevice 7.2.0).
I set the MAC Address as random static as shown below (only relevant parts shown):
ble_gap_addr_t...
We are an educational institution and were hoping to use these in a class integrated with LabVIEW. When we load this up on a faculty desktop and run a simple program, it works...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
My device is a peripheral. I want to connect with two smartphones. At that time, I want to connect under the following...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
My device is a peripheral. Is it possible to connect two centrals at the same time? I think peripherals can only...
What exactly does the power management library? Does it handles all the ongoing processes and shut them down?
Because I did a test with for instance a flash write, and I...
Hi, I want to use TrustedFirmware-M as a secure backend for an application that uses Mbed TLS in the non-secure domain, and this seems to be artificially limited - the MBEDTLS_USE_PSA_CRYPTO...
Hi All,
I am developing one device using nRF52840 based on Zigbee protocol.
Currently I am using nRF52840 Dev-kit and nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.
...
Hello,
as discussed in the email with Joakim T., could you please provide us a sample of how to use AT command %KEYGEN to generate CSR using the ECC private key? If you...
I am using NRF52840 with SDK15
I am using AES 128 Encryption and am confused on the documentation:
During the encryption operation with nrf_crypto_aes_crypt or nrf_crypto_aes_finalize...
Hello everybody,
I'm currently trying to create a Bluetooth Low Energy Mesh network of multiple nodes that I can control using a Bridge application.
I use a nRF52840...
Hi,
we are developing one prototype where we are using two MCU for different task. we are planning to give common reset button (for customer access) for both the MCU using...