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. ...
question here, I am using nRF52840 device with zephyr application & MCUboot + SMP service the DFU is now done using: https://github.com/apache/mynewt-mcumgr-cli or using Nordic...
I have a application using 52805 with no external crystal, I found that Timer1/2 not working, anyone have idea can Timer run with internal HFCLK(HFINT)? by the way, everything...
Hello i am trying to send 4 bytes of data over ble with custom service but im getting an unknown error and i am stuck in a dead end please help me .I am greatfull to any kind...
Hi,
I try to change the endianess of transmitted data from Little Endian to Big Endian.
So for example when I want to transmit a value uint32_t valueTx = 0xAABBCCDD
...
I have nrf 9160 DK board and sdk v 1.4.2 ( downloaded from nrfconnect toolchain manager ) .
For example blinky , which is the DTS file it takes and how do I modify it ?...
Hi,
Firmware v1.31
I have a question about using those call functions https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/modem/lte_lc.html#c.lte_lc_deinit...
Hi,
I cannot compile the example/ble_peripheral/ble_app_uart project (others examples are compiled ok). I didin't make any changes. The errors are some files in the library...
Hi,
I am working on a personal project, and I have added my own functions in the ble_app_template project. I was trying to add the UART functionality in this project, based...
I'm using JLinkRTTViewer to view the outputs from the application and to enable the logging, I used the following configs in sdk_config.h:
set NRF_LOG_BACKEND_RTT_ENABLED...
Hello
SDK ver 17
DK nRF52 DK
DK is a peripheral connected to many centrals. Every time I connect to a phone I get the messages attached in the picture.. My question...
Hello, support team:)
Currently I am working on SPI communication with LSM6DSOXTR.
CLK, MOSI, SS is working as expected. But there is no MISO signal.
0) All SPI...
Hi,
Just would like to know is it possible to proceed auto pairing by restore the MAC address of host?
The current idea is using direct advertising to speed up the pairing...