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...
i re-uzip NCS1.5.0 ,using SEGGER Embedded studio or using bash.exe to creat a sample project ,and can not creat .the problem is
CMake Error at D:/v1.5.0/zephyr/cmake/zephyr_module...
Hi Nordic,
Aquick question with respect to the Thingy91. As part of our development, I am looking to the Thingy91 as a reference. In the Thingy91 design, it appears that...
Hi, I'm new to C language. I copied and pasted nordic example TWI codes to my self-defined SDP31.c file. And declared some of the functions in SDP31.h.
After clean and rebuild...
Hi
In other toolchain with GCC it is possibility to move some variable to a non initialiseed section
__attribute__((section(".non_init"))) int buffer[1000U];
When I...
Hello,
I cannot receive the email about SUPL client library download link.
The email is the same as my devzone account.
I have checked everything in my email subscription...
Hi
i would like to how to properly set an authorization on write, i am using sdk 17. please explain all proper value of "ble_gatts_rw_authorize_reply_params_t " for write...
use ncs1.5.0 and sample peripheral_uart ,a board with nrf5340 . load app core hex and net core hex in nrf5340, i use a andriod app can connect nrf5340 through ble.
but below...
Hello
I am trying to install CMSIS on nrf Connect SDK.
I followed the instructions to modify the .xml file and point to the folder location of the .jar file in "Tools...
Can the pairing code be extracted from memory via JLink during production in order to print a pair code decal for a product without a display?
I know it shows up on the...
Hello devs,
I found this thread: https://devzone.nordicsemi.com/f/nordic-q-a/48928/radio_test-example-code-run-on-nrf52811 where exist it for the sdk 15.3
Is there something...
Because of my forced downgrade from Win7 to Win10, I can no longer build an older project under VS, so I am porting it to SES, the "approved solution" development environment...
Hello. Using SDK16 on my NRF52840 board I'm stuck here on my product development - trying to make my device have longer "sleep" battery life. when I call a simple function...
I'm trying to implement OTA update via BLE on my nrf52dk using Zephyr. I'm following this configuration guide to implement the FOTA in my project. However, when connecting...
With the NRF53 DK Board I have written a Firmware to use the CP_NETWORK for Bluetooth and this is working properly.
In our Company Dev Boards with NRF53 i had to enable...
Hi
I am using nRF-SDK-Connect.
I downloaded SDK v1.5.1 through Toolchain in nRF Connect, and nRF5_SDK_17.0.2 (not through Toolchain).
What is the difference between...