I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
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...
Hello, I have custom BLE service and characteristic as below image.
I wanted to discover them in ble central mode. I have modified ble_hrc_c.c to validate but central...
dear all
When I use QSPI to operate external flash and mount a FatFs file system, when I use RC = FS_ open(&file, fname, FS_ O_ CREATE | FS_ O_ WRITE); When creating a file...
Hello DevZone,
For my project I have a number of pins generating interrupts from different sensors.
I've read that GPIOTE IN events consume a bit more current than the...
nrf_mesh_config_app.h at the generic level mesh example contains constants like DEVICE_COMPANY_ID, DEVICE_PRODUCT_ID and DEVICE_VERSION_ID . I've expected those values to...
I try to build your an example Smart Remote 3 nRF52 v1.2 in Keil v5.34 and I have some errors.
In the case of nRF52832_xxAA (Target: PCA63519-SR3_nRF52832_Shield) I have...
Hi,
I'm a beginner trying to understand BLE extended advertising. I have modified the peripheral/ble_app_beacon example to broadcast extended advertising packets with PHY...
Hi,
I am transmiting extended advertising packets and I want to set the flags on the extended header as specified on the bluetooth core specification (v5.3) page 2691 (photo...
I am following the Getting Started directions here: https://www.nordicsemi.com/Products/Development-hardware/nrf52-dk/getting-started#infotabs
Steps 6 and 7 do not work...
I am currently using the power profiler kit ll to see if it is suitable to run power consumption tests in our automatic test system. I am using the python API from https:...
Dear community,
I'm using BM833A chips which contains a nRF52811 nordic chipset. I use a S140 softdevice, for both, beacon sender and central.
I have configured both to...
Dear Sirs,
SDK: NCS version 1.6.0
Board: nrf5340 DK
IDE: SES Nordic Edition V5.50c
Compiled in application core cpuappns
I am a beginner with nrf programming...
Hi all,
we use nRF Connect for Desktop Programmer tool for flashing nRF5340 at production plant. Our Regulatory Affairs & Quality Assurance dept. is asking for a validation...
Sometimes the Power Profiler App does not display the average current and charge values for the Window (see screen capture, below). The values are displayed while the capture...
I'm working on a program using the ble_peripheral/ble_aapp_uart project. While testing the program, it was confirmed that the connection was disconnected after 1 minute 35...