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 expand on the ESB PRX example and want to recreate functions with the same functionality as Arduino's micros() and millis() functions. I'd like the following...
Hello, Nordic & all:
I have a problem when use P0.21 as the libuarte's uart RX( base on libuarte example/sdk17.0.2) for my custom nrf52840 board, I looked up the reference...
We just received a PPK2 and have used it in several configurations to test a custom nrf52832 board that runs on a 3v lithium coin cell.
When connected in the following manner...
Hello:
I am working on an application that uses a simple UDP socket for transmitting data. I would like understand the zephyr BSD socket behavior when there are cellular...
Hello,
I see a number of threads on the Nordic devzone where people are asking about official support for a DFU bootloader that combines BLE and UART for transports. Most...
hello Nordic
i am working with nrf52840, SDK16.0, s140 (maybe i will change softdevice later)
i build a project on the peripheral blinky example, i change the advertising...
Hello,
My application is based on the example "ble_thread_dyn_mtd_coap_cli" (nRF5_SDK_for_Thread_and_Zigbee_v4.1.0). I would like to be able to send large files via Bluetooth...
Setup -
nRF52840-DK
Nordic Connect SDK version 1.5.0
Sample - nrf/samples/peripheral/lpuart
Commented out "uart0" in the board specific overlay
Uncommented console...
Hello i'm trying to compilate the project secure_bootloader_ble_s132 but i'm having issue with micro-ecc.
when i complie on keil the bootloader exemple i get this error...
Hello,
As the question shows, how to add RTC function to a 5340 empty project?
condition
ncs:1.5.0
board: nrf5340dk
I have found a project,but it's 52840.
...
Hello,
My application runs in non-secure mode on the nRF9160, and I would like to disable external access to CPU, RAM and Flash.
I understand this is done by setting the...
Hello
I have board nRF52833 and i have several questions:
1. Is AoA example available ? I would prefer to have example of software for tag and for the localization...
On a custom board based on nrf52840.
We want to implement OTA DFU with radio (not necessarily BLE, e.g Serial 4G Modem)
We already checked the Serial DFU example and made...
Hi
I found the function
in nrf_ble_scan.c.
This decoding looks wrong to me since https://devzone.nordicsemi.com/f/nordic-q-a/27012/how-to-distinguish-between-random...
my gcc version: gcc-arm-none-eabi-9-2019-q4-major
defined in discarded section `.intList' of app/libapp.a(softuarte.cpp.obj)
////////////////////////////////////because...