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...
In our application we want to connect to our server using LWM2M to exchange some data. To make a connection secure PSK key and indentity needs to be set to lwm2m objects:...
Hi,
I want to run my calibration code only once and this data store in flash (using FDS library) and not again even after restart. Is there any example of this kind of usage...
nRF52832, SD 132, RTOS, SDK13
Can anyone let me know how CPU will do when waiting for a message like below?
evt = osMessageGet(main_msgBox, osWaitForever); //wait...
Hi, I've got nRF Connect 3.6.1 installed on Windows 10. I just launched it, saw "Update" for all its individual apps and did so. Now most of them show an exclamation point...
application : examples\ble_peripheral\ble_app_hrs_freertos
I am using nRF52832 with sdk 17.0.2,+ freertos.
I need to implement low power with LOG_ENABLED,but the Power...
Hello all,
I am currently working in a project that uses the nRF5340 SoC, nRF Connect SDK and Zephyr. The system has multiple sensors to measure various quantities such...
How is it possible to run a DTM Test on a custom board using the nRF Connect Tool?
I am able to run it successfully with 2 DK boards, but I need to run it on my custom PCB...
1. I had done the pairing without any authentication but now I want to do it with the authentication with an authentication key.
2. please provide some sample code regarding...
Hello DevZoners, I hope you are all doing great!
I'm struggling to understand how this works.
I've been following the NCS Tutorial part 2 to implement the PWM peripheral...
Hi,
I am working on nrf5340. I would like to change the TX and RX default pin of uart0 to <33> and <32>, I modified the file "nrf5340_cpuapp_common.dts" as below.
The...
I've been develop the other MCU;s DFU driver for the nrf52832 recently, and I ran into several problems.
The first I show you my DFU step in the RTL8720( Be the central...
Hi there!
I'm using the nRF Connect SDK with the VScode extension for developing an application for the nRF9160DK. I've taken the lwm2m_client sample as base and rewrote...
I'm struggling to get buttonless DFU to work with FreeRTOS. I've gotten buttonless DFU sample to run on the hardware. I also have FreeRTOS running on the hardware. However...