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...
I am trying to change after 10 seconds into non-connectable mode. I am using the below code for initializing:
I want to change mode into non-connectable using this type...
When I use dfu_nrf52832_xxAA_s132_6.1.1.hex, it works all devices updated with blink code as described in dfu_quick_start.md But without any provisioning Process, why? And...
Firstly , I have 2 phone. Phone A is huwawei using android 7 and Phone B xiaomi pocophone using android 9.
Phone A already success connect using UART. But I want to try...
I have a same question:
https://devzone.nordicsemi.com/f/nordic-q-a/22025/in-nrf52840-not-able-to-program-boot-loader-hex-is-using-nrfgo-studio/86420#86420
But I not working...
Hi, I am trying to run the following demo here: https://github.com/NordicPlayground/nRF52-ble-long-range-demo
I have followed the instructions and copied the demo folders...
In my understanding, only Nordic NRF Connect (Android and iOS) can be used to bootload a device using the Nordic DFU.
Is there a corresponding command line tool to perform...
I followed the issues from https://devzone.nordicsemi.com/f/nordic-q-a/54149/error-by-loading-solution-on-ses, which fixed the zephyr script issues, but was seeing the same...
Hi,
I have migrate to SDK14.2 the MPU9250 exemple from the peripheral folder in the nrf52-pesky exemples : https://github.com/e27182/nRF52832_pesky https://github.com/e27182...
I am using the nRF52840 DK with the s140 softdevice and am trying to copy the interrupt vector table to RAM to modify interrupts during run time.
I run the following function...
I am porting the eMD-6.12 firmware/library by Invensense for the part MPU9250 into the nRF52832. My toolchain is compiling through gcc allowing examples from SDK's to be quickly...
Hi,
We 're currently using an ARM SOM that will run Yocto Linux from NPX for our current project. We have the nrf52840 connect to this SOM via USB, and we want to be able...
I am using SDK V15 with an nRF52DK and Keil compiler.
I have difficulty finding an example to use a GPIO to drive a Piezo Buzzer. The requirement is very simple: use a GPIO...
Hello,
Is there anyone successful in communicating with an nRF52 based GATT server from a Windows 10 App? I’ve skimmed through the forum and do not come across any positive...
Hi,
I have an application that verifies a chunk of data and EdDSA Ed25519 signature against a remote public key.
The device application generates a random number, sends...