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...
The Project (on a NRF52840) is setup to use an external toolchain (for C++) and we use the S140 softdevice (v7.2.0) for BLE stuff.
1. without loading the S140 hex file and...
Hi,
In nRF_SDK_for_Thread_and_zigbee, we were using the following function to enable thread coap in both server and client role in a single node:
I want to implement the...
Hello,
i've two nRF5340DK (QKAAD0 2050AC),
1.when using NCS1.8 create project, cupapp / cpuapp_ns / cpunet Which option is it?
2.how to know it is 128 or 64 MHz Arm...
I'm seeing an issue where a Mesh Proxy node temporarily stops relaying mesh packets to other nodes. The problem seems to persist for roughly an hour at a time. In other words...
Hello !
1. In some legacy code I have found that radio channel is configured twice
NRF_RADIO -> FREQUENCY = channel;
NRF_RADIO -> DATAWHITEIV = channel;
Can...
Hi,
I would like to port an existing contiki-ng code to nRF Connect SDK. Within this code, I need to sample the 2.4GHz radio RSSI value around 50000 times in a short time...
Hi, I'm using the nrf52840 with Zephyr and I indeed encountered data corruption on SPIM3 transmitted data.
How do I implement the proposed workaround?
"Reserve dedicated...
Hello, I'm doing an evaluation of your development kit for Matter. I see that you recommend the nRF52840 DK does this kit come with everything I need for Matter development...
Hi,
I am working with nCS SPI HAL, wherein i want semaphore in place at the HAL, which can avoid multiple slaves' concurrent access.
Can you kindly point me to any such...
Hi, I working with custom design Nrf9160 board, I using MQTT. I want to make speed test my NB-IOT connection. How can I do it? I google it but I can not found anything.
...
I have a unterminated battery I'd like to terminate and plug into P3 with the appropriate matching size and I can't seem to find an indication of what I should use. What is...
Hi,
I'm using nRF52840 - QIAAD0 (it's revision 2 I think) and nrfx_saadc API v2 (but I don't think it doesn't really matter here)
tl;dr As stated in SAADC peripheral documentation...
Hello, i did my own custom board with a nrf52805 and I'm trying to put a module with different frames and when I do that my app is disconnecting 5seconds after. I didn't have...
Hello all,
I`m trying to use k_poll, it`s working okay, I just have an hard fauld error that drives me crazy, I have in main an loop which listen to k_pool_signals, the...