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 using Windows 10, Wireshark 3.2.17, python 3.9, pyserial 3.5.
I see this question has been asked before but the solutions did not work for me.
I get the...
Installed pynrfjprog on Ubunto 20.04 (native) via pip. Can open Highlevel api etc, however fails to detect nRF52 dev board as s probe and the logs indicate DLL failure.
...
I'm sorry, I don't know how this is reproduceable.
Yesterday and today my connection does not work. Sometimes . Yesterday it was OK early in the morning and in the afternoon...
I am using the SDK v17 with the Mesh SDK v5 and the nRF52 development kits and I'm using SEGGER.
SETUP: I have a mesh network with: 1 dimming client
1 dimming server ...
Hey Guys, currently, I am working on my masterthesis. I have to develop an mobile application which comminicates with the nordic board via BLE. I know that there is an existing...
Can you please clarify the typical eSIM current consumption when using eDRX?
Is the eSIM module on all the time? If so, what is the typical consumption?
If possible to...
The code shown below filters the duplicate MAC addresses, but I found in the previous development process that many Bluetooth devices only display the MAC address, not the...
Hii all,
i have a NRF52832 board with some sensors ..I coded it with SEGGER Embedded Studio . i Build and flashed and RUN successfully,
But after Disconnecting the board...
Hello , I am using the DTM in the NRF Connect.
Does you packet count preforms any CRC or other verification when receiving packets? I can not find any mention of BER (Bit...
Hello , I'm using nRF52832 DK and running the ble_app_multilink_central example . Here i want the list of beacons and get data from the specific beacon . I tried changing...
Hi, I am looking into combining SHT85 into Light lightness Server (mesh v4.2.0) code using nrf52840-DK. For my working SHT85 code, I am using an LCD to display the temperature...
Hello, this is Kwonjoon Lee. I have a problem of PC-BLE-Driver (C/C++ library) installation.
I am following installation guide which is written in the https://github.com...
Hi!
When reading the documentation of the I2S peripheral of the nRF52840, I don't see how to stop the transfer after the last data block. Figure 2 only shows how to start...
Hi,
I used the BLE blinky app on a nRF52832DK and it was working nicely.
I am then trying to make it run on a custom board with nRF52832QFAB version mounted.
I see several...