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...
Hello,
I have migrated my codebase from v1.3.0 to v1.4.0 of the nRF SDK and have a strange issue now where the serial port is spitting out sleep debugging information in...
Hi,
The nrf52832 product spec shows all the clocks provided by HFCLK and LFCLK. But where can I find which peripheral is using which peripheral clock specifically?
For...
Hi,
I need to read some BLE characteristics presented by a commercial device nRF52-based, using my nRF52-DK, based on the nRF52832 and PCA10040. I don't have the firmware...
Hello experts,
I would like to get my mind clear on this.
I am using NRF52833 for our custom board we are using Zephyr RTOS (NCS v1.4.99) and IDE is segger embedded...
We need to accurately control the time when the Bluetooth advertising package is sent out, so that the two slavers can simultaneously send the beacon data to produce the signal...
Hi,
I am facing an issue when setting up advertising intervals (in connectable mode).
Whatever the value I enter I will always end up with an advertising interval of...
Hi,
I am currently working on the ble mesh project. I would like to know whether there is any cybersecurity related examples in SDK .
1. Can you list out some of the security...
Hi,
So there is a dataflash MX25R6435F available on nRF9160 DK.
My question is that is it available for general purpose? If yes then how can it be accessed?
Unfortunately...
I am trying to use the PCA10059 dongle as the connectivity device with pc-ble-driver-py
The script I am using works with a PCA10056 devkit loaded with the connectivity firmware...
I now integrate USB, BLE, LLPM, keyboard HID and Mouse HID to nrf52833.
When I added CONFIG_DESKTOP_HID_MOUSE=y, my project was abnormal.
BLE connection: Move Mouse and...
Hi all, I have a little problem regarding "background scanning" example.
Setup: - SDK 17.0.2, softdevice s212, Segger - Master ANT+ = Nordic DK PCA1040 with ANT+ Tx profiles...
Hi,
I'm using nrf52840 device in order to connect a mobile via BLE.
After pairing and a couple of minutes - I get a discinnection with reason code BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION...
I'm trying to open a nRF Connect SDK project in Segger Embedded Studio for ARM (Nordic Edition) V5.30a
I have followed the instructions on the following page: https://developer...
Hello everyone, I hope you are good.
I am starting out with the nRF52811 and I'm completely new to the SoC world. I have a few questions regarding what I would realistically...
Is it possible to call sd_ecb_block_encrypt from interrupt? And if so, what is the highest interrupt level that can be used?
I'm having a timer interrupt triggering some...