Hi,
I'm using an nRF52810 on a custom board and I'm using softdevice s112_nrf52_7.2.0_softdevice.hex.
I want to write some information (just 4 bytes) to flash memory,...
Hello All,
I wanted to sniff ZigBee Packets using Wireshark SW, I am following the below link for the setup,
https://docs.nordicsemi.com/bundle/ug_sniffer_802154/page...
Hi everyone,
I am getting this build error while I am trying to call a function from gpio.h in my custom code
Looking at my includes I see this
This is a really...
I am developing an application that uses NCS2.8.0.
For FW updates, the nRF52833 USB ACM bootloader is enabled.
However, there are some problem.
My device has a battery...
Hello forum ,
In here i will upload my project in zip where i m using w25q64 flash -nrf52840 .i m trying to read data of qspi flash read write and read for an two byte(trying...
Introduction
Here are some tips and tricks to manage your application size.
RAM and ROM usage
The total RAM usage is:
ZI-data + RW-data
The total flash usage is:
Code + RO-data + RW-data
…
Obligatory Disclaimer
Security is hard. If a product handles sensitive information then it is the engineer's responsibility to his customers to consult a security professional. However, experimenting…
Objectives
Provide a brief primer to NCS and Zephyr
Provide a quick-start guide to adding peripherals to an existing sample project
Demonstrate running both foreground and background tasks within Zephyr…
Note: From nRF Connect SDK v1.7.0 onwards, if you build for the thingy91_nrf9160_ns or thingy91_nrf52840, everything in this guide is already done automatically. Since that SDK release, the board files…
If you’re thinking about building a network of sensors and you begin to survey the options, you’re likely to encounter a frothing sea of acronyms representing a variety of standards and protocols clamoring…
Background
Some time ago I was working on a project that involved communication between Bluetooth mesh and a home automation platform. The goal of this project was to enable control and observability of…
Introduction
The question of how to update advertising data dynamically using the BLE Advertising library has been raised many times by our forum-goers, especially after the release of nRF5 SDK v15.2.0…
Purpose
The purpose of this blog is to show how to create a Zephyr application that boots from the MCUBoot bootloader. We will also show how to update an application using the Device Firmware Update (DFU…