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...
Hi
I'm currently evaluating the possibility of using nRF5340 in an upcoming project. As the chip is very new it's easy to understand that all specifications are not yet...
Hello, I am using nRF SDK for Mesh 3.1 and nRF52940 SoC. I have two nodes in my network which both act as a client and a server. Both of them subscribes and publishes to same...
Hi,
I am working with ANT bpwr tx profile and trying to implement HX711 and TWI sensor to it. TWI sensor is already working, but when I add library for HX711 from and start...
Hello,
It would be nice if the HVN tx complete event structure had the attribute handle of the characteristic that was just notified. This is already done for writes and...
Hey guys,
I'm working with the Laird DVK-BL652 and the Nordic SDK v.14.2.0 with Eclipse (Kepler) and try the example "SPI Master". I didn't modify this example but after...
Test Setup:
SD 6.1.0
SDK 15.2.0
Peripheral: nRF52840
Central: iOS 13.1
Central is connected to two peripherals, each peripheral is sending 50 pkt/s, each packet...
Hi,
We have a nrf51822 based custom board with no button, we use accelerometer tap detection to wake up the system. Currently there is no software protection for the battery...
After getting my nRF9160DK activated and showing up in the NRFCloud it would just sit there blinking led3.
I deleted the device from the cloud and tried to update modem...
i create device information service BLE_UUID_DEVICE_INFORMATION_SERVICE,and Bonding on the phone.
i want to update the PNP_ID_VENDOR_ID and PNP_ID_PRODUCT_ID,
method 1...
Hi,
I'm using NRF52832 DK to integrate the LittlevGL graphic drivers . I'm facing some problem while integrating the sdk's.
I'm getting the errors:
.\_build\nrf52832_xxaa...
I have found what I believe to be a bug with the nrfx_qspi driver on NRF52840. After using the QPSI peripheral, I have found that in some cases the NVIC's IRQ#41 (QSPI Interrupt...
Hi,
I am using nRF52840-DK with Segger Embedded Studio . In this dev kit the Atmel chip ATSAM3U2CA-AU provides the programming/debugging interface. In order to save BOM...
Hi,
I'm using commands below to send SMS message in my application. SMS sending is working fine, but some reason during the AT+CMGS command program execution
Is blocked...
I understand that I have to get approvals for my product, but can the nRD9160 operate globally?
Has this sip already been approved (on other pcb's) for use on Verizon, AT&T...
Hello
I'm testing a DFU right now
By the way, the icons coming out when advertising in the APP today changed to the Christmas version, it seems a little weird.
Originally...