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...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
When I'm running a BLE application with the debugger, and the CPU halts on a breakpoint, it seems to end up in the assert handler when I start it again. How can I avoid that...
We are working on a nRF91-based device, and trying to understand the regulatory premises.
From what I can see the module is approved according to GCF (www.globalcertifications...
Hi,
I have got new nRF52832 custom board. I am able to send AT commands and getting responses. After that i tired programming ble_app_uart Example and it stuck at ble_init_stack...
I take the TWI master example of nordic, and try to build I2C read API that can be use from otherr places.
The function look like this
uint32_t Serial_read_2BytesReg(uint8_t...
Hello
I am trying to do BLE communication using BLENano2 (nRF52832) now.
Therefore, using SDK 15.0.0, we are writing a program with keil u5.
Since writing to the softdevice...
I am a bit confusing about this two mode settings. We plan to use MODE=BLE_2MBit on both TX and RX sides as it can give us about 2dBm sensitivity improvement on the RX side...
I need to transfer data from my ADC (analog to digital conv) on a custom made, nrf52 PCB to a mobile app via bluetooth. For this I integrated my working SPI data transfer...
/** * Copyright (c) 2014 - 2018, Nordic Semiconductor ASA * * All rights reserved. * * Redistribution and use in source and binary forms, with or without modification, * are...
Hi there:
I'm now developing a product with 51822 using the SDK10.0 . The product communicate with another chip through UART.
My problem is when the UART crash with error...
Hi all,
I have an application where I have a mobile app that communicate with up to 20 BLE devices. The BLE devices are RGB LED lights with push buttons and a sensor. I...
Hi.
I'm trying to use nRF52 as TWI slave.
I am using Segger Embedded studio for the coding part and nRF52840 PDK.
I wanted to use TWI between the nRF52840 board and...
Hello Helper,
I am currently running ble_app_uart on 2-3 nRF52 dongles that acts as a node and ble_app_uart_c on nRF-52 DK that acts as a central. While establishing different...
hi:
App <lightblue or nrf connect> (ipone6) connect nrf52832 failed .But using Android won't cause this problem.
Here is the log that failed to connect lightblue...
Hello,
I am using my own board with the NRF52832 device.
I currently have a NRF DFU bootloader programmed and soft device. I used it to download my own App using the NRF...
Hello everyone, I am starting with the NRF52840 dongle. I intend to use it for a Uni project because I'm gonna use it later for work (new product). Since we're using STM32...