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...
Hi,
I am using
nRF52832
SDK 15.3.0
The soft device is S132
JLinkRTTViewer for debug
I am making dfu using ble.
After all downloads are finished, the board...
Hello,
I have a problem witch border router (based on rpi) configuration. In rpi there is a wpan0 interface to thread and eth0 for ethernrt. I need to establish communication...
Hi,
I would like to write a string to flash in mqtt_simple SDK example using latest modem firmware and ncs v1.4.0. I based my code off the zephyr example (samples/subsys...
I have a NRF52840 device which advertises connectable every 2 seconds for unlimited time.
I'm running a custom service (based mostly on this code https://github.com/NordicPlayground...
Hi Team,
we are using the Nrf52840 board for our development. We are facing one issue with RAM Structure Corruption.
We have one Global structure in our code, in that...
Good morning,
I have my BLE application developed on the nRF52840 and S140.
My application is perfectly working and I'm able to bond (pin required) any Android smartphone...
To the kind attention of Nordic support team,
Our product should be able to establish encrypted ble connections using passkey (the strongest security level in ble) and...
Hello,
I am trying to use multiple Nordic USB dongles to perform multiple DFUs simultaneously. I've found with the help of Nordic FAEs and through some testing that spreading...
I have MAX17043 c and cpp library how to include it in the new project file in Segger Embedded Studio. Whenever i try to create my own project and try to compile it gives...
Hello all,
I use a nrf9160. In my program, I would like to use a watchdog to be sur than my application is running.
1. I would like to save some data in memory without...
I just downloaded nRF SDK 17.0.2 and installed Segger Embedded Studio V5.20a
I opened the blinky example for the nrf52840 (C:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\peripheral...
Hi everyone!
I got a Nordic Thingy 91 and I have tested the sample Asset Tracker application. But now, I want to build and program my own application, I was reading this...
I have a problem with a call to sd_ble_gattc_read() made within on_primary_srv_discovery_rsp that is reading vendor service UUID and returns with NRF_ERROR_BUSY. I am following...