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. ...
I want to know that, during the boot process there will be sign verification from boot loader, now can we use mbedTLS for sign verification.
If yes, please give some information...
Hi,
I'm trying to create a DFU controller on a secondary board, and have been referencing the info center and nrf toolbox android app to get started. I've run into an issue...
Hi, I am using Mesh V4.2.0 and RF52840 light_lightness example. I want to have more than 40 server nodes for one client, but when I increased more than 40 it keeps showing...
Hello,
I am trying to develop a set of code that will receive data on uart 1 and transmit that data on uart 2, and vice versa.
I have verified via testing printk's that...
Hi everyone,
First, my current environment is SDK 17.1, s332 v7.0.1 and nrf52832.
We recently have migrated from SDK 14 and we are still facing some problems, we have...
Hi. I have a problem, after upgrading the plugin nRF Connect for VS Code to a version higher than (2021.10.103) do not load modules of this plugin (photo attached). If I install...
Hello,
We are trying to setup the building environment for a nrf9160 device. We use the nrf Connect Desktop Toolchain for installing the environment and then we download...
Hi,
I want to connect to Google Cloud IoT with a modified asset_tracker and want the TLS done by the modem like in asset_tracker.
Google has a primary and a backup root...
Hi there!
After having worked with the nRF5 SDK and nRF SDK for Mesh, I'm off to a start for a project with LTE; CoAP to be precise. I'm using the nRF Connect SDK with Visual...
Hi,
I am working on a 2-wire uart to save GPIO and try to get as low current consumption as I can get.
Here is how I want it to be:
My custom 52840 board have 2-wire...
Hi,
I have created a custom board with a nrf52840 on it. I am working with Embedded Studio v5.64 and the Nordic SDK v. 17.1.0. When I use the preprocessor definition BOARD_PCA10056...
Hello Nordic experts,
Recently, I would like to implement high throughput with multi links. to optimize the system, I have the following doubts:
First of all, let...
I've recently put nRF Connect on my new machine, v1.7.0. I wanted to test the peripheral_uart sample application. However when I go to compile the peripheral_uart example...