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...
Device: nRF52840
SDK: 16.0.
Softdevice: 6.1.1
Hello,
I'm using Timer 2 peripheral using simple timer driver. It's working fine but I have serious drift/accuracy issue...
I use SDK16 and softdevice S140. I use cdc_acm to simulate a UART port. My data traffic is very heavy. It cause data overwrite and send out many zero. My source code snippet...
Hi,
I have been trying to use nordic nrf52840 USB dongle/ pca 10059 in BLE mode to fetch data published through Bluetooth; however I can find any compilers that support...
I have adapted the example ble_app_gattsin SDK_17. My code is as follows:
However, an error is thrown when setting the scan filter as follows: nrf_ble_scan_filter_set...
Using app_usbd_cdc_acm_write method as blow: I see following output in Putty.
Baudrate is correct (115200) + it decodes first part of the message.
I have no idea why...
When I try to program custom NRF52 board using a J-Link v9 (It's probably a copy product), I'm getting the error below. I also have several NRF52/NRF53 DK boards when I try...
More than once I have started to develop a module based on an SDK example project only to find out that it uses deprecated code and drivers, so then I have to update my code...
Good morning,
I'm developing an application for nRF52805 using NRF5 SDK.
I have successfully integrated FreeRTOS into the example application.
I would like to add CMSIS...
Hi,
I have a question about the behavior of the Softdevice S132_nrf52_7.0.1 for the nRF52832 in case of the reception of an advertisement packet of type ADV_NONCONN_IND...
Hi all,
Would like to know that is there anything that is similar to TrustZone, which the key is not hardcoded in the application program, installing the key file like...
Hi we currently have a product develeped for 52840 on basis of old sdk 15.3. We are just about to start a new development based on 5340 for which we are required (and want...
Hi Experts,
Recently, I am developing the mesh project based on the latest nRF mesh SDK, everything is running well. But I encountered one issue, that is how can provisioner...
Hi,
I've followed the instruction from " Developing for the nRF52805 with nRF5 SDK" to port the example "blinky_freertos" but I got the following compilation error:
This...
Hi.
I have 3 Dev Board's MBN52832DK and Ill like like to upload the BT Mesh example into those boards and I'm not very expert on this topic, dis you have any Webminar or...
Hello,
i was wondering about the stated antenna efficiency here:
infocenter.nordicsemi.com/index.jsp
The very poor values (< 20%) provided for the efficiency do not...