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...
We would like to use nRF9160 has MODEM only feature, such that MCU in our product can talk to nRF9160 via UART interface.
We have found an sample application [Serial LTE...
Hi
I am trying to setup a raspberry pi 4 for flashing nrf devices. But Nrfjprog doesn't seem to work.
I am using a Raspberry Pi 4 with 2021-05-07-raspios-buster-armhf...
Hi,
I noticed that the nRF9160s I2C low level logic voltage is quite high. With a 2kR resistor at 3.3V it's already more than 200mV. Because this is quite high and will...
Hello all,
I am using the BLE app UART code. I m trying to connect one plus through BLE connection. but nordic devkit BLE is not visible.
I am using the default configuration...
Sorry but I find the documentation useless. I don't even know where to start. It could be I have not found the correct documentation which is not surprising.
The best I...
Hi
I've built a USB HCI fimrware based on the sample from the nRF Connect SDK for the nRF52840DK.
See also: (+) HCI USB based on nRF Connect SDK 1.7.0 failed to update...
The SDK version of the program I developed with SES is v1.5.0. Now change the development environment to vscode and import the program into vscode through "add an existing...
Hi,
Is it possible to generate a passkey before initiating the pairing process?
The peripheral in my system does not have a display or input, so I'm looking for a way...
Hello Developers, I am currently developing an application on top of mqtt-sn publisher example. Now i want to add OTA DFU in my mqtt-sn based application. I have started up...
Hi, dk:PCA10095 sdk:ncs v1.7.0 example:path:D:\ncs\v1.7.0\peter\11_hello_world_pdm_i2s
Download changes when I build the project using SES: Previously: Download code available...
We used the nRF52840 in some projects, but there are still some problems with the short bridge at the IC during production.
So we want to leave the blank layout of the unused...
HI
We have to try to develop a product with nrf5340. The product needs to be waterproof and also it made up of metal and a small amount of plastic enclosure. In that how...
Dear Members,
I want to run ANT+ code in my custom board,
It works well on PCA10056, I can upload softdevice and the code to custom board board,
but I didn't get any...
I've recently upgraded my SDK to 1.6.0 and I am now unable to read the state of P1.00 but I am able to read the state of P0.28.
I've stripped the project down to just a...