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.
...
Hi everyone!
I have probelem with receice data over UART. In the other MCU use core ARM as : STM32, NXP... when a byte is recieved, MCU has flag to notify. That is "interrupt...
My code is in the link attached:
github.com/.../master
With that code we have a current measurement of 1.1mA. As you can see in the code, we have tried to disable all...
Hello guys, i am Dani.
Actually i am new in hardware communication and i have problem with BLE - Android Pairing.
The details are as follows:
I was trying to perform...
Hello,
As per my requirement I want to develop a device that would be capable of sending & receiving data to & from a web server & at any point of time multiple devices...
Hi everyone,
I am using board PCA10040 v1.1.0, softdevice 13.0.0, Eclipse Oxygen. I am trying to connect my board with a device call Daydream controller .
There is also...
I am seeing this warning flag on almost every files in Keil projects in the nRF51 SDK v10.0.0, be it original unmodified examples or projects that I modified from such examples...
If I want to get 16kHz output sample rate of PDM,then what should I do? How to cofigure the register PDMCLKCTRL and the clock HFCLK? Could you give me more details? An example...
Here are 4 broadcast signal, the first is send with dfu, whenever how I try, it only display 8 characters in max.
And the second and the fourth named begin with "LOCK_...
Hi,
I have a question about my schematic.
In the datasheet I've read that it doesn't matter which pin is used for several pheripherals like SPI.
So does this means...
Hello,
I am using 12 bit ADC in my application but data element more than 8bit is not send correctly, Also not receiving Array[10000] element. I am using nrf52.
Thank...
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...
Hi,
Let's assume that we know there is a packet ready to be sent every 20ms. Now what is the best connection interval from power consumption point of view? Here is my understanding...
I've been unsuccessfully attempting to download and execute a BLE example on a nRF52832, and I could not succeeded probably due to false alignment of Soft device's and application...