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...
Hello,
As part of a Proof of concept reason on nRF52840 based SDK15.2 and s132_nrf52_6.1.0_softdevice, our BLE communication should support Just Work security and no secure...
Hi there,
we are working on a number of nRF52840-based hardware products with almost identical functionality. Some have USB and BLE connectivity, while others offer BLE...
Hello,
I am working in NCS and I am trying to save some data in flash before the SoC turns off.
I am starting by using the code below.
If I use this code in the main...
Hello everybody. Using the nRF52840-DK board and the Nordic example ble_app_uart_pca10056_s140 I am sending 200 bytes, repeatedly, to the Nordic UART APP. Everything works...
Hi,
What is the best approach to use a block of flash in nrf52840 as EEPROM. Are there any pre-existing library support for the same?
Also which is the best flash operation...
Hi,
I have gone through the lfs file system from zephyr samples but I could not find any solid documentation for fs and spi flash drivers available.
I have written the...
Hello,
I want to use the PWM driver to change the output voltage with respect to analog input voltage. If I call the simple_playback_sequence from the SAADC event handler...
Good day. Some smartphones cannot connect to NRF52832 (SDK17): - iPhone XR - iPhone 11 Detection goes well, but smartphones cannot fully connect and freeze at the connection...
Hi Sir,
We tried to download the nwp_024 , and check the tape reel information of nRF5340.
But we could not find the nRF5340 lists in "table 2. Carrier tape dimensions...
Hey everyone,
I firstly want to preface this with my lack of credentials. I'm very new to embedded systems development and am figuring things out slowly so please bear with...
I want to initialize LFCLK on startup to reduce power consumption. I am doing it as given below. Is this the correct approach of initializing LFCLK to reduce power consumption...
Hi,
I am using nRF52840 as BLE peripheral, on a Zephyr application under NCS 1.4.2
I want to limit the connection interval to 7.5ms (min+max)
I can see that the only...
Hi Nordic DevTeam,
I am using nRF52840 (1MB Flash, 256kB RAM). I would like to store a log data to flash memory that I can extract them to my Android phone later on when...