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'm very new to the NRF boards. I can not find any information on the USB port (programming port). I would like to use that to read serial data written from a terminal program...
I am using the nRF 52840 development kit to explore Thread. I am using the 'open nRF Connect SDK' command to get the project. I would like to use the 'overlay-usb.conf' option...
Hi,
I am also facing same issue i am able to read the version register correctly and able to perform self test successfully
I am using 17.1.0 n RF5 SDK
I am developing...
Hello Nordic Devzone Community,
My name is Ted, and I recently posted a question here regarding trouble when attempting to flash a Sparkfun Thing Plus nRF9160 board, using...
The connection is established but no data is transferred between the nrf52840 and the mobile phone(android10). But on android7 or android9 there are no such problems, everything...
Hi,
thanks for your support in advance.
when trying to build with example of sdk, I got the following error. it seems to be related with build env setting... please...
Hi ,I have one module designed based on Nordic nRF51822 SoC solution.But now ,I wanna use nRF52840 to make communication.I can't find the module with nRF connect app. Does...
Please don't give the usual response of 'try the troubleshooting guide' to flash the J-Link or Mbed firmware.
What I (and probably others) really need is the real initial...
I have this project where I have managed to build and flash my code onto the controller. I copied the example code from blinky (that didn't work) to my main.c and then I changed...
I created a simple driver call for UART transmission and when I debug the program and put breakpoints at every transmission, it seems to work fine (I see the characters sent...
Hi, If there is already a FAQ, Code or support ticket that I missed, I am more than happy to read it. I have done a number of searches but cant quite get to what I am looking...
Hi everyone,
I am interacting with the ble_app_hrs in order to learn about bonding. I am using nRF52840 DK as a peripheral and donggle (nRF52840) as central along with the...
Hi,
I understand the on_cccd_changed() will be called when CCCD changed. But I can't figure out which attribute it's associated with. I try to print out the UUID which is...
Hello,
I'm using the Azure Iot Hub example on a Thingy91 and am having issues with certs generated from a Linux environment. Everything works just fine with and without...