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.
...
Board: PCA10040 (NRF52832)
Compiler: GCC
SDK: 14.1
I'm trying to add the buttonless DFU service to my application and I've had several issues.
First, I have a...
Hello,
I want to transfer data from nRF52840DK to nRF9160DK using SPI. I want to use nRF52840DK as master which will transfer the data and nRF9160DK as slave which will...
Hello,
What happens with the LPN firmware if it currently has an IV index of 0 and loses power for an extended period of time. When it gets power, the network that it is...
Dear All,
I am using the example UART in Peripherals
I can send data easily but have problem in receiving data. When I try to receive data the UART Fifo Event handler...
I looked through the example projects provided in the nRF5 SDK for Mesh, and the only models ever used are generic on/off or generic level. Do you guys have an example which...
Hi,
Sorry for the seemingly simple question. I'm using the nRF52832 chip and I have a 4xdip switch connected to P26, P27, P09/NFC1 and P10/NFC2. I can successfully read...
Hello,
I recently updated the asset tracker on my thingy 91 with the lastet available pre build firmware (2019-11-29_d3130d77) using MCUBoot.
Since my Thingy91 is only...
I started with the mqtt_simple example.
I added:
#CONFIG_MQTT_PASSWORD="pass" #CONFIG_MQTT_USERNAME="David"
to the prj.conf file. Relaunched the project which rebuild...
As a matter of fact that there is no special EEPROM in nrf52832 , the user data which need to be stored in nrf52832 should be written into the flash of nrf52832 . The SDK...
When debuging nrf52832 , the code can be flashed into the flash through JTAG . However , I need to reprogramme the nrf52832 through UART interface . It seems that there is...
Hello.. I use RNF52840 Dongle. I compiled the blink example with VS code and I programmed with nRF Connect tool.
now I can't connect the USB device. I read that I had to...
Hello,
I am currently aiming to create an application for the nRF52-DK using the nRF5 SDK and Segger Embedded Studio as my IDE.
Due to the SDK itself being extremely extensive...
Hello ,
I have been trying the Zigbee CLI light example.
And I modifed the main.c file to have the network saved "ZB_FALSE" and then flashed the updated hex file to 52840...
Hi we are having issues with gpiote interrupt. We would like to do some spi read when drdy gpio becomes high to low. I have done above configuration for the same.
We are...
I have a problem collating model publish events arriving at two different nodes in my mesh.
My application is an array of sensors publishing through generic on off and generic...