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...
Dear Nordic,
Could you please help me to understand the concept of using the DTS files and board initialization sequence?
We have just one GPIO port to control some external...
I suspect the EXT_SWCLK/DIO and SH_SWCLK/DIO pins on the SEGGER chips of the PCA10028 were burned. Is there anyway I can fix it? I have three of them behaving the same way...
Hi,
We are ready to launch product that uses nRF52840 + s140 v7.2.0.
We need its QDID for EPL.
In Bluetooth SIG, we found the following page, where we could find DID...
Hello!
Recently I was asked to find a way to enable timestamps in our debug logs to make it easier to track performance during various stages of the operation of our device...
Hi everybody,
I am running into the same issue as described in this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50386/ble-scan-timeout-always-in-multiple-of-second...
I've been working with the NRF52840 for a while now. My setup is based on the CLI coordinator code and a bunch of end devices running the multisensor freertos based program...
I am trying to use a remaining timer/counter in the nrf52832 as a divide by 64 counter to get rid of an off board MC74HC4060 counter chip we are using for I2S from an external...
Hi Nordic Semiconductor!
Over the years I've been using your development kits, some days ago I got the nRF5340-DK and started on a new computer. Normally I dive into the...
I don't know why, but after issuing the nrfutil dfu command line, it takes ~34 seconds before the DFU starts and the progress bar is shown.
Sample command lines:
nrfutil...
Hello,
I want to use a FIFO. I want to send the data from file1.c and receive it on file2.c.
Currently, I have defiend my_fifo using K_FIFO_DEFINE(my_fifo) and using...
I am currently working on AoA direction finding solutons, and I have successfully run the demo direction_finding_connectionless_rx and direction_finding_connectionless_tx...
Hello,
I would like to ask you if there is an antenna layout available for the nRF52833. Indeed, I would like to develop my own application with it and, this SoC needs to...
Hello all,
I am currently working on receiving SAADC data and transmitting it through BLE with a sampling frequency of 1kHZ or higher. I am using nRF52832 board with the...