Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
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 everyone,
I developed my code secure connection with static passkey i'm using ble_app_gls example code to implement my custom code i have added all library files i...
Hello, I'm a bit confused which solution is best and easiest to use a second UART or UARTE in the nrf5 SDK for Thread. Since I want to work with students in a project and...
Hello Nordic support,
I am working on a Zigbee coordinator application, in which I would like to have some customised functionality when a pan id conflict is detected. I...
Hi. I got a HardFault_Handler when I try to write data on flash memory using the fds_record_update function in a RTOS environment (RTX5). My program has three tasks: one for...
I am using nrf9160 custom board,my requirement is using external flash as secondary slot for mcuboot I have done configuration with respect to that in mcuboot and project...
Hey!
I'm working on a Firmware for a BLE peripheral device, I'm using the SDK version 17.1.x and the SD140 on a nRF52840. So far everything worked fine, I was able to...
Hi,
I'm trying to put my nRF52840 in System OFF and wake it up by DETECT signal on GPIO. For that I use gpio_pin_configure() with GPIO_INPUT | GPIO_INT_HIGH_1 flags but...
Hi i am involved in sdk5 based uart porting project
i can run example project and receive/send data to/from nrf52840-dk .
the problem is when i dig deep into the project...
Hi,
I am using a nRF52840 and SDK 15.2, and Soft Device S140 (BLE), where the device is battery powered.
In certain modes, the device sleeps to System Off mode, and...
I am currently porting the nrf_cc3xx_platform library to use it with RIOT OS . Following what has been done for Zephyr and FreeRTOS, I implemented:
Abort API
nrf_cc3xx_platform_abort_init...
Hello, I am working with the asset tracker v2 application and I want to connect it with Aws Cloud. I follow the steps corresponding to the tutorial and I am not successful...
I am trying to use the pc-ble-driver and as a first step want to use the heart_rate_collector example. I downloaded the source as follows:
I then followed the instructions...
Hi everyone,
I have an nRF52832 embedded as part of a dual chip (connected via SPI) and I'm looking to reduce the sleep current as much as possible. I'm currently measuring...