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 Nordic, We are preparing for mass production with nRF9160. We have a script to flash, register the thing on AWS and write credentials on the modem using nrfjprog. We...
Using the debugger in SEGGER Embedded Studio and two nRF52-SDK circuit boards, I am stepping through code from the nRF5_SDK_17.0.2 examples.
Very often I end up in file...
Hello everybody,
I'm working on a Project with nrf52dk(nrf52832), and sdk 15.0.0 where I need to read the data from multiple sensors with twi/i2c and send the data via ble...
Hi,
is there a possibility to check in waht CE-level (ECL0- ECL2) the modem is operating on? I know that the ECL is decided by the network and not the UE. However it must...
Hi, I have a problem with simultaneously working Bluetooth LE with LTE. I've use nRF52832 as a Bluetooth controller with is connected to nRF9160 via Low Power UART HCI. When...
Hello I have a few issues which i can't handle. Platform: Visual Studio Code on Windows 10 Board: nrf52840 dk
In my project i need to create workspace which few different...
Dear N ordic S upport Team,
After I updated the nRF Connect SDK (1.5.1 to 1.6.1) and the Modem firmware (1.2.3 to 1.3.0) on my nrf9160 DK device (v1.0.0, SiP revision 2...
I want to use the nRF52840 in the High voltage mode. In this mode as per my understanding, both regulator stages needs to be used. As per the datasheet, configurations given...
Hi all,
I want to update my application with the newer NCS 1.7.0 version. I've changed my west.yml, which containing only NCS-SDK as the only dependency. After running...
Hi,
I would like to setup vscode to develop nrf applications. However, I'm having a problem for the installation of the nRF connect SDK in ubuntu 21.04 (Hirsute Hippo)....
Hi,
Our products encountered some problems when doing air upgrades.
chip: nRF52832
sdk: 17.0.2
The picture above is the switch circuit part of our schematic...
Hi, I'm using nRF52832 ble_app_uart example project. In ble_gap.h file, I could see:
From my understanding, the number 4 means that the variable sm (security mode) will...