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'm trying to migrate my deployed devices to the nRF5 SDK for Mesh 4.2.0 (with connected nRF5 SDK 17.0.2). On the field I have several devices with nRF5 SDK for Mesh...
SDK is nRF5_SDK_17.0.2_d674dde, running on nrf52832, I migrate twi_scanner example to \examples\ble_peripheral\ble_app_gatts_c, if I set handler NULL in nrf_drv_twi_init(...
I used the "Toolchain manager" in nRF Connect for Desktop v3.5.0 to install nRF Connect SDK v1.3.1 on a macOS Catalina 10.15.7 system. This installed SEGGER Embedded Studio...
hi,
I am using nrf52840 (in a Laird module) and trying to advertise such that legacy BLE 4 mobile devices can connect. Only BLE 5 mobile can see the device (running nRFConnect...
Hi, I have a problem with the reset pin not working on the nrf52811. The firmware was developed on the nrf52840dk board and now that we are migrating to the real nrf52811...
Hello,
I have one SPI instance (instance 3, but have tried others) reading data from an ADC. It's reading data from an ADC triggered by a DRDY signal at 25khz. I setup a...
Hi,
I just enabled the CONFIG_BOOTLOADER_MCUBOOT=y for serial LTE modem application to understand the flash partitions and to perform the serial DFU(not sure if its really...
Hallo, using nRF52840 DK with Keil uVision 5.30, I try to debug the example ble_app_uart in the folder ble_peripheral, pca10056, s140. Compilation is OK, erase/programming...
please help me
I was working with LPCOMP when I set up lpcomp like above, even though I have set my comparator but just impacting anything on the AIN2 pin...
Hi,
I am using nrf52832 mesh board.I want to unprovision the device by pressing the button on the board.In the lc server example they handled it in rtt as it dont have hal...
Hello everyone, I am Smit and I am an IOS developer.
I am stuck to write data into the BLE device. Can anyone please help me out with this? Can anyone tell me how to do...
Hi,
I used the command line to install the toolchains as follows:
sudo apt install gcc-arm-none-eabi
It then installed version 9.3.1 of the tools on my Linux ubuntu...
Hi,
We have implemented a custom Watchdog Timeout handler, where we do the stack-dump. It has worked fine and we were able to analyze and fix the Watchdog resets. But...
Hi,
We are using some nRF52 DKs for debugging and programming prototype boards. Everything went fine until we wanted to expand our testing setup and got some new nRF52...