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,
We are currently in the process of evaluating the nPM1300 PMIC for our project and I would like to know if there is a way to supply Vsys using the battery even when...
Can the npm1300 be set up so multiple interrupts trigger the same line, and then the host can determine what the cause is?
Or does each interrupt need a 1:1 correspondence...
We are currently working on a project based on Enhanced ShockBurst (ESB) and would like to use Front-End Module (FEM) support with the nRF21540.
In your Enhanced ShockBurst...
Hi, I'm in India Using JIO 4G sim card in India can't connects to NB-iot . Here network provider supports NB-iot but if i try to connect the network it is searching for a...
Hello,
I have always been able to use VSCode to find various installed toolchain versions, but today I suddenly cannot find toolchains other than v2.2.0.
I checked and...
We are trying to add CarbonDioxideConcentration cluster in matter. we are able to add temperature and humidity clusters and values which are updated are getting read in chip...
Hi
I have a beacon sending out some data, and I have already finish the TX side, I also want to have a RX side to receive the data, in addition, as there are many other...
Hello,
Im trying to security connecting but i'm getting this bug.
After auth_passkey_display(), Next step is so late(more then 3min).
Tool : VS code
SDK : nRF...
GNSS not working on Thingy:91 after modem_shell flash — help and gnss start return ERROR
Device:
Thingy:91 (NK-THINGY91) RS Stock No. 196-3901 nRF9160 + nRF52840 combo...
Hi Nordic,
I’m new to the nRF Connect SDK for VS Code and currently evaluating the nRF7002 DK board. I’ve been able to build and debug firmware successfully for the NRF7002DK_NRF5340_CPUAPP...
Hi,
I'm working on an indoor positioning system using an nRF5340 and a CHW1010-ANT1 antenna array. I'm receiving IQ samples from BLE CTE packets and using them to calculate...
Hello,
I would like to ask how to update the appName field in the shadow register on the nRFCloud, using CoAP protocol.
I was able to change the appVersion by passing...
If you see i'm trying to install toolchain and nrf sdk v2.6.1 via vscode, the installations seems to be successful but at the end of toolchain as well as sdk installation...
Hi, In my project we are using the ESB between a nrf52811 and a NRF5340dk and are trying to evaluate the maximum speed we can reach with ESB packet transmission without acknowledge...
Hi Nordic team:
I am configuring a low power application for the nrf52833 board (custom board). This is a very low power application and I want the board to stay on sleep...