I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hi there
I have a NRF52 Dk already and it had been setted as master.
The log might contain the specific advertisement channel power or how much packets has been sent...
Hello,
I want to send 6 bytes of data over BLE. I will set a timer for this purpose. When there is timer interrupt, the data will be send.
What I wanted to ask is that...
Greetings,
Trying to fast-track my set-up and use of the Nordic Semi devices and toolchain. My questions/comments are as follows:
1 - What is the best *free* option for...
Hi,
I am using ble_app_uart service in my application. I am trying to send files using teraterm tool. If I am sending .txt or .doc files there is no disconnection in the...
Hi,
I am using nrf52832, and measure the power consumption , I found that when I use application timer "after" nrf_sdh_disable_request(), the power consumption of system...
Hello,
i am working on a nRF52840-Preview-DK with SDK 15.
When sending data out on UARTE1 with function nrfx_uarte_tx(..) everything works as expected but only with data...
Hi,
We are using nrf51822 QFAAH00 with SDK 110 v8.1.0 in our project, the application will hangs or not work when control stuck at address 0x6b0 (sometimes at 0x640) programmer...
Hi Nordic team
I would like to have golden version BLE DK as a BLE receiver.
Is the NRF52 compatible with other brand BLE DK or market product?
As I know the BLE device...
Hi All!
I moving from SDK 14 to SDK15 and faced with another errors:
after sd_ble_gap_scan_start(..) call, the BLE_GAP_EVT_ADV_REPORT message is occurred (once), then...
I used nRF5_SDK_14.1.0_1dda907.
I used fatfs example.
Wirted data in the same file to sd card.
I discoverd that Max size of the file is 16KB.
Over the max size of...
Are there any plans to include CMSIS-NN libraries in the SDK?
If so when?
If not, what build flags should I use to get the fastest runtime?
Thanks,
Quinn
how can I store outputs sent from JLINK SEGGER_RTT to a file?
how can I send data on RTT channel 1, is there any instruction for that?
/** loop */
sprintf (buffer,...
I'm trying to adapt the DFU bootloader to work with a SPI slave as the transfer mechanism, but I'm running into issues getting the SPI communication up and running. I've added...