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...
Greetings,
What is the minimum low pulse required to externally reset the nRF5340?
I see this answer for nRF51 and this answer for nRF52 . Can I assume nRF53 will be the...
Hi,
I have a nRF9160 DK and Iam trying to join my Private NB-IoT network that my company has (So I can get a static IP). I have the NB-IoT activated Nano SIM and the credentials...
Hello,
I've seen the other threads about this topic but they don't seem to be that helpful.. I'm using a BL653 board with the nrf52833 chipset.
Yesterday, I was able to...
Hello,
I am trying to flash a custom software to a NRF52832 DK.
The DK is powered by USB and i've connected as follows :
VDD(nrf) to Vref(J link)
SWDIO to SWDIO...
I'm developing a central that may have to service more than one peripheral concurrently while (occasionally) advertising its own peripheral service. Things seem to work OK...
Howdy Nordic, hope that you are all well and safe.
Herewith I am reporting a bug I saw in the nrfMesh mobile application.
Information:
nrfMesh V3.1.6
Samsung Galaxy...
Excuse me
1、How can fast lte-m link have Ephemeris and Almanac?What is the principle?
2、Why provide current and neighbor cell information?What are current and neighbor...
Hello people,
I had to make a tiny, 4 layer PCB based on an nRF52832 chip (WLCSP) and I've chosen to use a PCB antenna. I've copied the reference design (nRF52832-CIAA Reference...
Hello,
I'm programming a nrf5340-dk using nrf sdk connect 1.6.0 and i wanted to change the publish address in order to be able to control multiple nodes using only one...
Hello everyone, I am using NRF52840 development kit and have implemented RTOS in it. I found that the floating point calculations are not working properly. In build settings...
Hi Nordic team
Q1. I am testing SDK Connect v1.6.0/full_modem_update. Pressed button1 to start download from S3 server. It was successful.
Then, it started to update modem...
Does anyone know what the power consumption of the radio peripheral on the nRF52832 is when it is powered but in the disabled state?
The product specification only offers...
Hi, i'm developing BLE nrf52832.
Is there any way to display the remaining battery capacity on that window 10 when connecting to Bluetooth like that picture?
The remaining...
Hi,
We are programming our devices (nRF52833) in production using a Segger Flasher Portable PLUS.
We use reset after programming via SFR access.
Our devices will not...
I'm using the at cmd library ( commands like at_cmd_write_with_callback ) to communicate with the modem.
I'm trying to enable the nrf_modem library to enable OTA updates;...