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...
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. ...
Dear Ladies and Gentlemen,
I read for detecting angle of arrival the following page:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth...
Hi,
I want to develop simple app that receives data via BLE and send it through UART so I could gather them to file or draw a real-time chart in SerialPlot.
As far as...
Running the secure DFU example in SDK 17.1.0 results in hardfault in IAR EWARM 9.10.2. The board used is PCA10040.
Using EWARM 8.50.4 seems to work without problems.
Steps...
I have a number of custom projects and boards that were created using SES.
How do I get nRF Connect to see my projects and boars. I have a separate directly structure where...
if i am controlling two spi devices with one instance, can I just define a new SS in the same SPIconfiguration or do i have to close the connection and select a new one? ...
As soon as I plug in my nRF52840, the whole board gets extremely hot. When I try to upload a program, the error message "No J-link device connected" pops up.
With another...
Hi!
I use XMONITOR to get the current cellid but it seems strange.
%XMONITOR: 5,"","","24008","2725",7,20,"01ADF70B",215,6400,50,35,"","11100000","11100000","01001001...
I'm working on nRF9160-dk.
I built a sample application "serial lte modem" in NCS 1.6.1.
i can use AT command on the UART0, but i find the printk in source code is not...
I have successfully compiled my project using `west build` and now I am trying to load it onto my nrf5340 board I recently purchased. Here's what I'm doing:
- From the same...
Hi,
I would like to test some environments. Therefore - I would like to use an example from SDK 17.0.2, which allows me to connect to a PC via NFC, as a peripheral, receive...
I'am working on nRF52840-DK and nRF9160-DK.
i'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim...
Dear nordic team,
i want to take log from dfu example i tried using rtt veiwer but it doesnt work.im using sdk version 17.0.2 and soft device 7.2.0 and nrf52840 DK
in...
Hello ,
I am using nRF52832 , sdk 16version. I want to set the BLE connection interval via BLE command using application. How to do that? I tried to assign the variable...
Hi,
I’m using the nRF SDK 1.6.0 and trying to build the “ memfault ” sample for nRF9160 using the
“ nrf9160dk_nrf9160ns ” board. The sample location is:
C:\Users\username...