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...
nRF52840 can support matter (BLE + Thread).
it is noted at https://github.com/project-chip/connectedhomeip/tree/master/examples/lock-app/nrfconnect
even that have a demo...
Excuse me:
How to get profile QDID,host QDID and controller QDID of nrf52832?The current SDK version is nRF5_SDK_15.2.0_9412b96,Soft device is S112,thank you!
My goal is simple. I want my nrf5340DK to communicate with my nrf24L01+ Just to test the water and also because I have experience working with the nrf24 modules. Is there...
[ Problem ]. When communicating with the TestApp as shown below, it is taking an unusually long time to get a response. The problem is that the response takes more than 0...
Hello,
I’m currently trying to flash the blinky code (found in the ‘Getting Started’ section) onto the nordic nrf9160-dk.
The error I’m getting is :
“error: cmake...
Hello,
We have a development team in Kiev, Ukraine.
We see that LTE over nRF9160 is not working there.
Is it possible that LTE over nRF9160 is not supported in Ukraine...
Hello
We are using secure boot loader for DFU and is working great. We were using single bank DFU, but reduced our image size to allow dual-bank DFU. If you could please...
Hello Nordic Devzone Community,
I am developing an out of tree driver for firmware running on an nRF9160. I've made some progress and am getting closer to correctly implementing...
Dear Sir/Madam,
We are trying to lower the low frequency crystal start-up time.
https://infocenter.nordicsemi.com/topic/ps_nrf52840/clock.html?cp=4_0_0_4_3
In the description...
I'm wrapping up a job for a client and we are squashing the last few bugs, but I can't seem to understand one of them. Pin 0.13 of our nRF52840 is pretty simple, just a button...
Looking for wisdom on wiring up the nRF (52833, via Raytac RF module). I'm having a hard time understanding (PS, Hardware Layout) section how the different power Configurations...
Hello,
I have previously created a product using the nRF8001 chip a year ago using a PCB antenna design. At the time the enclosure for the PCB was RF transparent and the...
Hi everyone,
I am getting start with the GPS and LTE connections on your nrf9160dk platform. I have tried all of the samples I was able to find but I get some weird results...
I'm running the Serial LTE Modem firmware and utilizing the reference docs in the LTE Link Monitor Terminal (My commands in yellow, blue/grey text is response)
NCS 1.4,...
is there a sample or some documentation for how to use the USB port to output text from the nRF52840 dongle in a nRF Connect Zephyr application?
It would seem that the very...