Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
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...
Hi,
I want to confirm two points in the PCB layout of nRF52:
In the data sheet and in the reference circuits section, there are no caps on pins 37 and 38 (QFN...
I made up a prototype board with BLE Nano2, connected via a JLink.
I'm using armgcc. JLink is needed to support RTT as I need the UART for another purpose.
My board file...
I'm upgrading an SDK13.1.0 project to SDK14.0.0. I'm using bonding and Peer Manager. nRF52832. Softdevice S132 5.0.0.
I no longer get any PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
Hello,
I am using nRF52832 DK, and implement my software using eclipse with ARM GCC complier sdk12.1. I have interface accelerometer sensor with this board. I have read SAADC...
Hello,
I have a brief question regarding to SPI, I have two instances of SPI, SPI0 and SPI1, I was wondering whether or not changing the value of SPIS_CSN_PIN to SPI0 would...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
Hello,
I am using the Nordic NRF 51822 chip and are am wondering if full Eddystone support can be found in the latest firmware? I have read on github ( github.com/.../nrf5...
Hi,i m working in uav project with nr52 and GY-87 that contains mpu6050 and hmc8553 as sensor. i use i2clib to do connexion with twi created by jeff rowberg, then i wrote...
Hi,
I'm trying to add Openthread support to my project, which is based on ATT_MTU_Throughput example. I followed the tutorial in infocenter, but I still have some problems...
Hi,
I am attempting to run the various USB example programs on the nRF52840-PDK USB, but my nRF usb device is not being recognized (in windows OR linux device tree). Is...
Hi.
I just spend 2 days debugging problem with dfu. In the function nrf_dfu_app_continue the function nrf_dfu_flash_store is called with len parmeter as bytes and should...
Hi, I would like to control 2 LEDs independantly with the same server node. Should I try to [1] add a element with the same simple on/off model in that server node OR [2]...
Hi,
I'm running an ADC sampling every 8msec, sampling the output value of an op-amp as well as a reference voltage. I subtract the two in firmware. I was implementing the...
Hello,
I am using SPI interface to communicate with a sensor BMI160, looking into the driver for BMI160 I can see how the low level functions for reading/writting are used...