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,
We have been working with an end device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b, Softdevice and FreeRTOS.
We built 2 configurations for...
I’m using nRF52810 in my design and for BLE communication I want to use Data Length Extension (DLE). Currently I’m using SDK v 15.2.0 , S112 and since DLE cannot take place...
Hi,
I have a very strange issue on my nRF5 development kits and dongles. Whenever I load the softdevice and firmware to the DKs or dongles. After sometime, the USB connection...
when I use central and Peripheral all concerned, Eight Peripheral connected to the central 。when I'll connect my phone to the central Peripheral . Device Error
Here's the...
Hello,
I am using a nrf52 DK in an educational context.
For this reason, I am not using the SDK, but implement basic features on a lower level.
I used the implementation...
I would like to confirm that the temperature measurement is sent from the end-device to the coordinator using the example zigbee temperature sensor.
I'm looking at Testing...
With the introduction of mesh_config_file_clear() in 4.2.0 the behaviour of mesh_config_clear() was changed such that only a subset of all the file ids handled by the Mesh...
How to add new i2c based sensor device to ncs\v1.3.0\zephyr\drivers\sensor.
Can you suggest any tutorial to do so as i want to use sensor subsystem which in turn uses i2c...
I have produced ~ 15 different custom board variations that all use the nRF52810-CAAA. They all have the same reference schematic, and use 4 programming pins (V, G, SWDIO...
Hello,
I have an application that uses the SPI- and the TWI-Manager:
But the application throws the error code 17 when the program tries to initialize the TWI-Manager...
Please see Nordic nRF5x Bluetooth DFU upgrade firmware process.
If device is powered off at the step "Copy new firmware" and powered on again device goes into bricked...
I have a peripheral and central that bond with each other. Now until I had peripheral stop advertising on first connection, it was all fine. Now this peripheral needs to connect...
Hi,
On my nRF52840 DK PCA10056 Arduino connector I have mounted some external ST board.
With ST through Arduino interface I am communicating something with nRF52840. ...
Do you know how to handle a write event from its (such as char) descriptor value in a customized BLE service ?
Here is the code of my on_write function :
Setup : nRF52840...
Hello,
I am working with the nrf52832, softdevice s132, and I have configured my own service using this online tutorial :
https://devzone.nordicsemi.com/nordic/short...