Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
We are using the Nordic UART service for our product. Should we just use the standard UUID that the Nordic Uart uses or just generate our own for the product?
Thanks
Hi,
I'm working on an embedded system using PAN1026 bluetooth. I want to use the nRF APP to communicate with the bluetooth module. Currently I have:
Setup the...
To support a mix of v2 and v3 chips, I want to use the 7.x SDK. But I'm not sure it's compatible. The matrix at infocenter.nordicsemi.com/.../nRF51_Series_Compatibility_Matrix_v2...
I'm trying to use the nRF52 preview DK from Linux. Could anyone provide the correct JLink commands for flashing both a standalone hex, as well as one with a softdevice?
...
I'm writing a build script for gcc for the nRF51 and I want to use the provided .ld scripts.
In SDK 8, those scripts were renamed from gcc_nrf51_XXX_xxab.ld to nrf51_xxab...
Hi,
I want read accel data from BNO055 sensor to NRF51 DK board, but SCL and SDA pins are 1 always.
My code is the next one:
#include "twi_master.h"
#include "twi_master_config...
I have existing design with I2C accelerometer on P0.1 and P0.2 (SDA/SCL). Don't need extreme data rates. Since examples of initializing on-board TWI don't seem to exist, and...
I am developing a tool that will be using the existing NRF51 dongle to run the S130 SD and it is being written in Python. There is no way to change any of these parameters...
Does anybody have a suggestion for a relatively low cost way to test the output power of a nRF24L01+ module? We make the modules (which are identical to the demo module) in...
Hi,
I am using the GPIOTE->PORT event to detect button presses and I would like to detect both button press and button release.
However, it seems like SENSE can only...
(this is duplicate with a support case I just opened... I hope that's okay.)
Hello, I am setting up a new laptop (our development machine caught a virus) and have installed...
Hi,
I have a sensor which sends data in a not specific time and each time start to sending data sends more that 100 data in 5 seconds
My problem is i just want one data...
Hello,
as described in the Compatibility Matrix it is necessary to use a revison 3 chip to use the S130 SoftDevice? Right?
Please explain why the Revision 2 chips...
I'm working in a project & I want to wake up the system from the sleep mode but it didn't wake up or I don't know what is expected on the wake up, will the system be run from...
Hello
I am using PCA10028 and I have written some customized service after taking help form nAn36 documents. Now I want to combine the predefined standard services like IMMEDIATE...