I am attempting to install nRF Connect SDK along with VS Code on an offline machine for development. The main two issues I have are:
The NRF Connect for VS Code plugin...
Hi,
We're working on a project using the nRF5340, where we interface an external NAND flash (4096 blocks) to store high-volume sensor data. We are planning to maintain an...
Hi,
We are currently evaluating the NRF9151 for asset tracking using the AT firmware on the NRF9151 evk and an external MCU for the application firmware, emulating the final...
Hello team, I am currently working on the distance measurement functionality using the development kit (nRF5340 and SDK: v2.9.0). At present, the distance measurement runs...
[ Just figured out it doesn't work the way I thought ]
Hi,
Right now I'm looking down at the nrf52840 datasheet, because I would like to do a project with such MCU, but...
I'm trying to add diagnostic logging functionality to my Matter project using SDK version v3.0.1. I followed the steps outlined here: ( https://docs.nordicsemi.com/bundle...
Hey all, I am bit late to the party but I was following Vidar's HX711 Library and was able to configure it to work after a long period of time (Pardon me, I am new to this...
Hi
I do NOT know how to read log messages doing run time, is there a terminal window you Can use. I use Windows and have a nrf52840 and write code in segger embedded st...
Using oneWire library, I was able to get the temperature from the ds18b20. But it didn't work if I put the same code in the Beacon software.
I understand that the softdevice...
I observed that the asset tracker application will not run using code starting with commit a507a3e42229544b195e93a9896ca09c8a4fba85 and newer, on the master branch, in repository...
Hi,
We have been working with a coordinator and a router device based on nRF52840 with nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b
Both devices are Zigbee 3.0 and implement...
I have a binary file for a 3rd party device that the manufacturer has asked me to test on their devices. I have looked through the ZigBee OTA example documentation but it...
Hello:
I am working on a USB bootloader where I have enabled the WDT on entry. After I enable the WDT, the app_timer is set to feed the WDT and to also signal the end of...
Hi
I have a new Thingy:91 that I'm updating.
After I updated the modem software and the firmware with Connect desktop Programmer.
When i could not connect I deleted...
We recently had an issue where a race-condition was caused because we handled entry to sleep mode a bit too carefully. Therefore, I wanted to discuss different methods to...
Hello!
USing help from this forum i have successfullz transmitted adc value from one pin of AIN# to ble and reasing values successfullz but now i am facing an issue that...
Hi Nordic Team:
I use version is: nRF52840 DK Version:nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8\examples\thread\ncp\ftd\uart\hex
Raspberry Pi 3 Version:RaspPi_OT_Border_Router_Demo_v4...
I am new to nrf52.
I want to configure TIMER1 as a counter.
However it does not count. I have added it after advertisement_init
Does the nrf52 have any such limitations...
Hii nordic;
I need to encrypt and decrypt my advertising data i.e;UUID,Major,Minor,etc.; of my nrf52832
So it cannot be seen by third parties
my sdk version is 15...
While trying to communicate through I2C/TWI with a MCP39F521 using a NRF52 DK (NRF52832), the first bit of the received data is always 1. The NRF52 DK is the TWI Master and...
Hi, I'm newbie to nRF DKs but started trying to run examples from pc-ble-driver-py / pc_ble_driver_py / examples / on github in order to get familiar with the nRF52840. I...