I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
I'm using QT + QBS + bare-metal + gdb + openocd + stlink(debugger). I want to print into qt-terminal debug information. How Can I do this feature?
forexample:
int main...
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...
Hi,
I am running SDK 15.3, nRF52840 on a custom board, Softdevice 6.1.1 and SES.
When running the secure dfu example I find that the two segments uicr_mbr_params_page...
Hi,
NRF52932, s132.
I am currently migring from SDK 14.0.0 to SDK 15.3.0, I just finished to migrate from SDK 13.2.0 to SDK 14.0.0. The project with my app compile but...
Hi
I want to transfer a text filebetween nrf51 to nrf52 .Is this possible in nrf device. If it is How can i proceed ?. I am using NRF 15.0 SDK.
Please help me on this...
Hi
We are using today nRF52832 and communicate through Nordic UART service (NUS).
Sometimes we would like to transfer files from our device to the app. This is going very...
Hi All,
I have an application running on the nRF52832. From within the application I can store data to 0x2000 2010 - 0x2000 2028 and read the data back after a reboot/power...
Hi,
I need to generate a PWM signal with exact 2.048 MHz. I've just realized that
allows only decimal frequency. Even if I take 16 MHz and toggle it every 7,8,9 still...
Hi,
I have the NRF52 dev kit with NRF522832 chip. I am using SDK version 15.2 and the Segger IDE. I am trying to do OTA programming and have used this tutorial:
https...
I followed the nRF User Guide v2.2 for my nRF dongle and all was Ok up to "Install firmware with SEGGER J-Link point 6 e (loadfile Path\...\sniffer_pca10031.hex)". Got error...
Hi!
I am trying to get this example to work on my nRF9160 board: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi/
It compiles and...
Hi,
if got the following setup:
Nordic nRF52840 DK (peripheral), custom iOS App (central), nRF Connect Desktop Version + another nRf52840 DK as sniffer.
My Goal: Changing...
Hello,
I need to interface both, an SD card and a smaller (~4Mb) external flash to the nRF52840.
The SD card will be interfaced using SPI.
For the external flash...
I would like to store some parameters in nordic's non volatile memory and be able to restore them after power off.I am using the soft device s130.
I have checked both examples...
I have made a HDI 4-Layers PCB. I referenced the example PCB, but my board it do not work.
The softdevice is:s132_nrf52_6.0.0_softdevice.hex
The example code is: ble_app_uart...
Hi all,
I follow advice here " devzone.nordicsemi.com/.../nrf52832-ble-scan " to do the ble scan, I have question that there is a function to store scanned ble to the list...
Hello,
I generated the assets tracker sample project (like in this image below).
After building all the projects, I want to connect to jlink to download the project...