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...
I am getting a
<debug> app: char val length 22 <debug> app: Failed to initialize characteristics. Error code: 0x04 <debug> app: Unable to create RegCertDataList characteristic...
Greetings,
In the nRF5 SDK for Thread and Zigbee v4.1.0 There's the "Zigbee CLI Agent Example".
Under this example the section "Using CLI to control lightning devices...
Hi, guys
I am debugging the I2S feature on nRF340DK, when I completed the initialization of I2S pins configuration and start I2S, the SCK,LRCK and MCLK pins can produced...
I'am new for this platform and working on nRF Connect SDK v1.6.1 with SES on windows.
i plan to develop based on a sample project. so, for example i select file-->open nRF...
I am trying to run and test the ots example but I am not able to connect to device with the nrfConnect or any other app? Please guide me as to how to check the ots service...
I am doing power optimizations on a custom hardware that has nrf9160 and nrf52833 on it. These are connected via GPIO pins and I use two pins to send interrupts to each other...
Hello. I am downloading a custom board (nrf52810) using the nrf52832-dk board as shown below.
I compressed and managed the project file after taking over for company business...
Dear Team,
We are developing a product based on ble mesh. We are planning to select NRF52840 as master device and nrf52832 as slave device. Slave devices should be more...
In the ble_app_beacon example in nRF SDK 17.02, there are two defines namely APP_BEACON_INFO_LENGTH (0x17) and APP_ADV_DATA_LENGTH (0x15). The former defines length of the...
I am trying to port some code from the nrf52840dk (PCA10056) to the dongle (PCA10059) and everything seems to work fine until an interrupt is triggered. All serial output...
Hey! I have a project with custom board with nRF52833 and I would need help with just getting data from sensor via i2c and sending it via bluetooth to mobile device. For some...
Hey!
I would like to use the nrfjprog executable from the nrf command line tools for flashing the nrf9160 modem firmware. I read some older tickets about this issue and...
I have a requirement to start the MCU with extended non connectable advertisement for few minutes and then activate normal connectable advertisement for another few minutes...
Hello,
We have an app_timer that runs periodically for the application, and we are also using BLE peripheral code. Once the application timer expires, the event handler...