I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
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...
nRF5232 consuming too much power with BLE advertising interval 2 secs. I had tried using MbedOS6/OS5 and as well sleep_mode: deep sleep. Can anyone help, my appplication is...
Hello,
I have been trying to follow tutorial from:
https://devzone.nordicsemi.com/nordic/short-range-guides/b/mesh-networks/posts/thread-tutorial-practical-guide-for-device...
Hello,
through figuring out how AWS FOTA works and following the instructions of this page
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/nrf9160...
I found a couple of threads that the Windows version of the Power Profiler App in nrfConnect is broken, which it is also for me. It used to work in the past and I also like...
Hello there,
During my development I have discovered an issue with app_timer library. It is fragile for calling stop/start functions from interrupts which has higher priority...
Hi,
I have a project with nrf52832 without any BLE operation. Software runs with FreeRTOS. I am trying to add ble dfu into this project. There is a button connected to the...
Hi,
I am using nrf52832 development board with sdk 17.0.2 and softdevice 132.
I have freertos project which had ble nus service and aes cbc logic added to it.
I have...
I am trying to run the ble_app_uart from the ble_peripheral folder in the NRF SDK 15_2 I am testing with a Nordic 52840 DK (PC10040). I have made essentially no changes. ...
Hi, Nordic staff.
I'm working with Central device using S132.
There is a peripheral device using S112 in Nordic. I didn't make this peripheral.
My question is...
Hello all.
I have a question relate to: How to "ble_app_hids_keyboard" app can connect multi device?
My task: make equip peripheral base on nrf52811/840 can Adv and connect...
Hello, I am new to Nordic, I was previously using Cypress CYBT343026-01. But there were some drawbacks found during development. 1. It was consuming 315μA at 0 dBm BLE tx...
Perusing the GCC linker script supplied as part of SDK v16, I noticed that the .data section is specified as follows:
.data : AT (__etext) { __data_start__ = .; *(vtable...
I now need to burn the app firmware and modem firmware of multiple 9160 chips at the same time. Using pynrfjprog to write a program to burn the firmware for ten chips(Open...