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 was able to install all tools proposed by the nRF Connect v3.7.0 except the most important : Toolchain manager.
It retruns the following message
running...
Hi, I am interested in using the KMU and I have seen some examples of it here (9160 but similar): https://github.com/einarthorsrud/kmu_sample
and also some docmentation...
Aim: To upgrade the existing Bootloader + Softdeivce + Application package build using nrf_sdk_15 to nrf_sdk_17 on the NRF52840_DK.
Problem: I successfully flashed the secure...
We are using zephyr on that nrf52840 .
Is possible tu run code coverage analisys on that board ? What I have to do ?
Does twister work ?
Best Regards
Novelo G
My technical questions are as follows:
1) I need to upgrade an old iBeacon transmitter we design using the nRF52832 with SDK 11 (Sofdevice s132_nrf52_2.0.0_softdevice.hex...
Hi,
I have develop the Code based on HID_KEYBOARD AND NUS code
here i also need to ADD NVS and DFU to nrf52840 device
1. Pair device address is stored in what manner...
Hello, I'm using SDK 17.0.2. I want the documentation in PDF format. I was unable to generate on PDF document for all documentation. Is there a PDF that I can download?
Hello, I make multii-link peripheral device with 3 BLE HID connections. I extend heap and stack to 16kb and set properties RAM_START=0x20004000 RAM_SIZE=0x3c000. As the base...
Hello there! I wanted to plot data from ADC via UART using SerialPlot software. Unfortunately it crashes, despite I choosed the proper COM port, baudrate. No matter which...
Hi, I was wondering is there anything similar to DTM but suited for ZigBee certification? I read, that nrf_802154 driver could serve as a starting point for this implementation...
Myself Satej from FLEX,we are collecting soldering and washing data for our manufacturing site in SENAI.Please help to provide below mentioned data.
MPN
Manufacturer...
Hello, All
I am developing on windows and want to use shell tools. And saw some descriptions about the shell on the official zephyr document.
But I don’t know how to use...
HI
How put mcuboot whit FOTA, primary slot in cpu flash and secondary slot in external flash?
I need more memory for my application.
thanks for your support.
Faus...
Hello,
In my board, nRF52832 is connected to other MCU.
And those two communicates via SPI. nRF52832 is master.
To synchronize two boards, MOSI pin has to be used...