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. ...
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...
I am using a setup with a PCA10040 with the PPK as piggy back. I also use a JLink Ultra+ connected to the "Debug in" connector on the PCA10040. I have cut the SB20,21,26,27...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I had tried to advertise in TLM format (in temp variable) of eddystone value coming from sensor ssts751 integrated with my devkit but not getting correct. Please suggest me...
I use nRF5340 DK as Central, iPhone as Peripheral.
I start a scan with no filters and in scan_filter_no_match() I check if RSSI is good enough " RSSI > -40 " and initialize...
Hi all,
I am currently developing on the development board nRF52832, SDK16.0 and SD132v7.2.0.
My development board acts as a slave, while an app that tries to connect...
Hello,
I'm struggling to understand the available RAM size in that chip.
After reading the product specification v1.7, the RAM specification is described as follow:...
Hi,
1. When nRF5340 has no power supply, adding 3.3V power supply to the digital IO port will produce voltage drop.
2. Why does the voltage drop occur?
3. What is the...
I'm trying to port a project from nRF52832 SDK15 to nRF52833 SDK17.
As a first step, I'm trying to get the HRS sample to work, as my other project was based on it. So far...
Hi,
I am trying to decide whether to go with the NRF5 SDK or NRF Connect SDK for use with the NRF52840.
From the compatibility matrix documentation at Infocenter, I can...
Hi,
I'm looking for a solution to update my program with BLE. I need to do it with a mobile app developped in Flutter. I found the Flutter library to flash the Arduino ...
I have a master device and a slave device. The slave device has 6 characteristics, 4 of which are notif. I need to use the master device to obtain the data of these 4 characteristics...
Hello,
I have just bought a nRF5340-DK. My board is labeled 2.0.0, and appears to use a 2nd nRF5340 as the debugger. I am trying to use TF-M with a Rust application. So...
I'm using Linux 20.04. I have been following the manual installation guide for setting up the nRF Connect SDK and also nRF Toolchain
in my .bashrc file:
export PATH=$...
Hello , I am working on a project, Which which currently working fine , but my job is to add some feature to it. So it is a Mesh application i need some kind of custom sleep...