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...
This isn't really a question, it's more feedback, and also a solicitation to expand my knowledge (if I'm just flat out wrong).
Yesterday I attempted to upgrade my SDK to...
Hello,
I'm working with ESP_BLE_MESH and nRF Mesh app for Android.
I hope you can read structure of my elements causing the problem from image.
What i got is timeout...
Hi, I downloaded the latest NRF Connect SDK. I can compile the zepher projects, but I am not interested in using zepher. I want to use SES as that is what we have grown accustomed...
Hello,
I am using the nRF52832 in a design where I have to read long buffer (>255 bytes). Using "nrfx_twim_rx" keeps things reliable however with nrfx_twi_rx the transfer...
Hi,
Could you tell me what API you used to obtain the positions in your field in the webinar test using %NCELLMEAS? All APIs I can find requires cell id not physical cell...
Hi,
In our board, GPIO 0, 1 is connected to external oscillator(32.768KHZ).
And I wish to use this oscillator instead of local oscillator.
CLOCK_CONFIG_LF_SRC is already...
What is the difference of NRF9160-SICA-R and NRF9160-SIBA-B1A-R and NRF9160-SIAA-R ?
Would there be comparison table available of the difference between SICA, SIBA and SIAA...
Hi Team,
We are using the NRF52840 for our development purpose in BLE peripheral Mode. While connecting to the Central Device we observed the behavior, It is negotiating...
Hello, I want to ask a question. We have a project that needs OTA function. There are two Bluetooth devices A and B.
1. Both A and B are central_and_peripheral
2. A's...
I want to check for an RX timeout after sending a TX.
I am puzzled on how this comes about.
As best I can tell I have enabled TIMER3 for the timeout.
I have created...
I'm trying to create a user defined HCI command for nrf52840 over the Zephyr APIs to be used against Bluez stack on Linux.
I've enabled the CONFIG_BT_HCI_VS_EVT_USER=y....
Hello,
I am trying to accomplish sending a simple ON or OFF command to the coordinator. Is this possible to do?
I have a router device with these Clusters:
It...
I have been converting my TWI calls to be asynchronous by specifying a twi_handler, but my NRF52840 does not sleep during the TWI calls.
I use SDK15.3 and s140 softdevice...
So this is my understanding of the programming process of an external board using the DK.
Pins from table 1 here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
Hi,
I want to develop DFU using BLE. I have started with test image given in the example folder.
I have nrf52480 device , using S140 softdevice. I have followed these...