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...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello everyone.
I know from Errata document that the GPS antenna soldered on DK is not working properly on the 0.8.2 version of the DK. I need to use GPS for time syncronization...
Hello,
We are allocating a large amount of pages (100 pages, ~400kB) for the Flash Data Storage module in order to hold collected data. As a result, the fds garbage collection...
Hi all, can the nRF52840 dongle be used as an external Bluetooth 5.0 peripheral via a Raspberry Pi 3 running Linux?
I received this message from my engineer
' The drivers...
This is based on the article fround in devzone here .
I'm compiling a simple Hello World and followed the instructions as per the nrf Connect SDK Turorial Part 2 .
To...
Howdy,
I'm using Zephyr to configure an nRF52840 to act as an I2C master and send data to a TM4C slave at a 100kHz clock rate. The nRF52840 appears to hang after calling...
Hello, I am working with nRF5 SDK 17.0.0 and using IAR Embedded Workbench 8.50.1. I am following the Secure DFU bootloader guide as posted here .
On Step B3, I get a build...
During development, it is a very common task to combine the 4 elements into a single hex file, softdevice, bootsettings, bootloader and application. Mergehex is limited to...
I'm using an nRF52840-Preview-DK board in a POC (Proof Of Concept) to convert an I2S-TDM bus to SPI.
So it takes the I2S FS (frame sync) and CLK (clock) signals as inputs...
Hi Team,
we are working on nrf52 and we doing encryption of the data.
on the receiver end I can understand if there is connection , the keys will be exchanged and after...
Part - NRF52810-QFAA-R7 Hi, I've tried two chips, reflowed and checked under microscope. I have a connection to the track the pin connects to. Errata is applied via SystemInit...
Hello Devzone,
Here is my issue : I want to have a low power mesh node that can just send message to other nodes. The device can enable and disable himself the mesh stack...
Hi
I'm following the procedure in this link https://openthread.io/guides/border-router/external-commissioning
I'd like eui and cc from the source code in the nrf52840dk...
Hi
I'd like to debug my code from IAR with nrf52840dk.
I'm using nrf5_SDK_thread_zigbee_v4.1.0.
I got this error after uploading the code inside the nf52840 dk
...
I was finally able to get a project to build using Zephyr command line by placing the project within the "ncs" folder where "west build" was recognized. I haven't been able...
Hello everyone,
How to enable TWIM1_NS in an non-secure application?
The option available in "Configure non-secure peripherals" in menuconfig appears only the TWIM2 option...