I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
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...