Hi, I use the nrf 8001C + stm8s. I successfully installed settings nrfGo, but when I try to execute a command OpenAdvPipe I get an error ACI_STATUS_ERROR_CMD_UNKNOWN .
The...
I am using PCA10031 dongle with SDK 7.2. I tried the blinky example in peripheral directory. Unfortunately it didn't work for me.
When I use the makefile from blank/armgcc...
I've tried compiling and running the ble_app_hrs_rtx demo example suing the makefiles and GCC 'as is'. However, the program just hangs and doesn't do anything. Specifically...
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...
Screenshot of error message
Hello, I've followed the steps required on YouTube for setting up VS code with nrf Connect for desktop and the toolchain manager. It didn't...
Hi Team!
Currently I an working on disabling JTAG/Debug and SWD lines to protect code from read/write through any JTAG debugger.
For this, I have used nrfjprog utility...
Hi Support team,
I am testing nRF5340+nRF21540 with MT8852B now. I come across two issues in running the DTM FW from nRF Connect SDK v1.8.0:
1. nRF21540 TX gain value...
hi, I'm working on passthrough firmware(nRF5_SDK_17.1.0_ddde560),I need to increase the priority of the serial port,see following code,When APP_UART_FIFO_INIT priority set...
Hello, in my zephyr application, I have uart1 configured as receive only using uarte at 921600 baud rate. Below is the description node:
I have a device sending a uart...
Hi,
We are using nRF52810 on a custom board, and when creating that board in NCS (in VScode), the Kconfig options are limited. We are not able to enable/disable the DCDC...
I have a project using NCS v1.8.0 where I enabled openthread.
For some reason, when trying to build `mbedtls/library/ecjpake.c`, the make command uses `-DMBEDTLS_CONFIG_FILE...
Hi! Im doing a SPI transaction using EGU and PPI. Software triggers the EGU, and PPI_CHANNEL_1 uses this event to start the SPIM transaction and set the CS pin low. PPI_CHANNEL_2...
I have followed the procedures to create a DFU package
- Using existing sample hex file "hrs_application_s132.hex"
1. nrfutil keys generate private.pem
2. nrfutil pkg...
I am using SDK V1.8 and have noticed that RTT output will run for a short time then stop.
Debug is still running because breakpoints can be set, just no printk output or...
Hi, guys.
I have been using NRF Connect SDK 1.8.0 , I want to use this
"v1.8.0\zephyr\samples\application_development\out_of_tree_driver"
to develop my custom driver...
Hi,
I'm developing a miniature application on nrf52805. I got an nrf52-dk and I am trying to understand which SDK i should use.
So far my problem is that on one hand ...
I'm trying to transition from Embedded Studio to VS Code. I have a sample application that I created in VS Code that builds without error, but when I start the debugger I...
Hi,
I am trying to setup a TWI interface between the nRF52 DK and the 16-bit ADC ADS1115 from TI. I am using the breakout board from Adafruit ( https://www.adafruit.com...
Hi,
I use nrf52832, SDK 16 and SD s132. I use FDS to store application data (fixed size), and I use bonding too. So the peer manager also store the peer related data in...