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,
At this point I have been able to successfully customize and run the mcuboot procect.. Mcuboot is successfully built and linked with my app.
However I am would...
Hello
I'm Strangistra and I work on a Adafruit Feather nrf52832.
I have the Arduino IDE 1.8.13 and I use the FastLed library 3.3.3.
I have a strange behavior with the...
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.1.0/nrf/samples/bluetooth/peripheral_lbs/README.html
I'm talking about the above. SW5 switched to nRF52. However...
My team is trying to acess OpenThread CLI over UART0 with the nRF Connect SDK OpenThread CLI sample with our custom board.
We have tested with a Nordic's nRF52840 DevKit...
Hi,
I'm using nRF51 dongle as a sniffer and executing 'nrf_sniffer_ble.bat' file via cmd. I have tried interface commands "nrf_sniffer_ble.bat --extcap-interfaces" based...
I want to download offline documentation , but none can be downloaded. why? for example , on the webpage "https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsds_s140%2FSDS...
I am developing SDK17.0.0 based application with S112.
when I try getting a random value at the end of main, the nrf_drv_rng_rand return err_code=0x05, and it leads to ...
This post is more about some suggestions for review rather than a question.
I've been looking at implementing a project using the nRF52840, SDK 14.0.0 and FreeRTOS in a...
Hi,
I would like to double check that is it so that IF I am using high voltage supply (e.g. +5V) with nRF52840, it is NOT possible to use external power supply AND/OR NFC...
First of all, I ask for your understanding of my poor English. I am a student studying in Korea.
please help me.
i dont know how to use usb data transmission , using...
I'm working on a risk analysis, and need to understand the likelihood of a spontaneous change of values stored in flash, along with what usage patterns most affect that. The...
Hello Nordic dev community,
I am trying to add FEM support to the ble_thread_dyn_hrs_coap_srv_freertos example, for BT840XE made by Fanstel which is nRF52840+SKY66112 in...