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...
Hi,
Iam working on a project based on Ble Mesh, Iam using nrf5_SDK_for_Mesh_v4.2.0_src. Iam trying to form a BLE Mesh network and control the light bulb. For my application...
In my application, I want to implement low power modes and also perform certain tasks like updating the characteristics based on application timers and also update the local...
Hi, my device need be ota to update fw by usb in mac os, the chip is nrf52840,and i download the nrfutil-mac ,i execute the dfu in the mac os fail,but in the windowns success...
Hi:
When nrf52 series chips use 32.768KHz crystal oscillator as RTC clock source, the operation error is large at low temperature. Therefore, the following problems need...
I am working with nRF52811 and having a problem with programming and reading flash memory.
I am using J-Link programmer connected with USB.
In nRF Connect Programmer the...
Hello,
I am trying to run the demo thread DFU example by following the docs but without any success. I somehow managed to reach the last step where I have to set DFU server...
Dear Nordic,
could you please suggest what should be done to make USB console & shell options work? What should be checked?
It was quite fine on nCS v1.5.1, and completely...
hi support team,
customer want to setup a timer with 800 us and then 1200 us and then repeatedly without any delay.
for now i use timer to set channel 1 with 800 us cc...
Hi all,
I am using NRF5340 in my custom board. The spims are working well, they are developed by nrfx lib in NRF SDK 1.5.1.
However, after I updated my sdk to 1.6.1, the...
Hello,
I was looking over the board -nRF52 DK- and saw a solder bridge labeled as SB31. But I could not find an information about it in the documentation . Could you please...
Hi All,
I have developed a Bluetooth application with nrf52840, which can be upgraded through our own APP (implementation 'no.nordicemi. Android: DFU: 1.10.3'). However...
Hi All,
I need to do RSA encryption and decryption using nRF52832. I am planning to use mbed TLS library.
Can you please help me to share some example code which can I...
I have encountered some problems when trying to use ENC28j60 ethernet module with nrf52840dongle and hope to get some help from here. Problems:
No internet access on Ipv4...