Amber Yangambersileyang.hashnode.dev·Dec 19, 2024Pi-Hub PCBIntroduction This project is dedicated to the course 'Computer and Electrical Engineering Product Design Project' at Concordia University. The Pi-Hub PCB is designed so that the software team can easily integrate the Raspberry Pi Zero microcontroller...169 readspcb
Niti Emilyteccinfo.hashnode.dev·Dec 18, 2024What ONVIF Compliance Means for the Future of Surveillance TechnologiesSurveillance technology is undergoing rapid evolution, with cutting-edge systems transforming how security is managed across businesses and homes. As security cameras and monitoring solutions become increasingly advanced, the need for interoperabilit...onvif
Shashi Shekhardynamicmemoryallocation.hashnode.dev·Dec 18, 2024Buses/protocols for communicationEmbedded firmware relies on several communication buses to enable interaction between microcontrollers, sensors, memory, and other peripherals. These buses serve as pathways to transfer data between master and slave devices. The most common buses in ...embedded
Shashi Shekhardynamicmemoryallocation.hashnode.dev·Dec 17, 2024embedded firmwareDebugging embedded firmware, particularly analyzing hardware-software interactions, is a critical skill when working with embedded systems. These interactions involve understanding how your firmware (software) communicates and interacts with the unde...Firmware Development
JP Hutchinsblog.jphutchins.com·Dec 17, 2024Enum Type Safety in CThe C standard allows the programmer to define new types, including enumerated types—or "enums"—that improve program readability and type safety. This article explores the specification for enumerated types, the compiler options that improve enum typ...C
steve davisembedded-camera.hashnode.dev·Dec 13, 2024Exploring the Impact of Embedded Software in Aerospace and Defense SystemsPioneering Technology in Aerospace and Defense The aerospace and defense industries are synonymous with innovation, precision, and high-stakes performance. At the heart of this technological evolution lies embedded software, a critical component that...embedded
Dilip Patelaospmastery.hashnode.dev·Nov 15, 2024AOSP Learning PathThe Android Open Source Project (AOSP) is the core of the Android operating system, providing developers with the source code and tools needed to create custom Android experiences. This article introduces AOSP, explaining its role and importance in t...aosp
Devlin Bentleymeanderingthoughts.hashnode.dev·Oct 22, 2024Subscriptions on the Microsoft BandThis post is a direct continuation of https://meanderingthoughts.hashnode.dev/cooperative-multitasking-on-microsoft-band A State of Burnout State management is one of the most crucial tasks in software engineering. A large amount of what different so...264 readsmicrosoft band
Sai Prasanna Maharanasaimaharana.hashnode.dev·Oct 21, 2024Hierarchical Navigable Small World (HNSW)Certainly! Hierarchical Navigable Small World (HNSW) is a popular algorithm used in vector databases for efficient approximate nearest neighbor (ANN) search in high-dimensional spaces. It is particularly effective for large-scale datasets due to its ...Gen AIalgorithms
Nyakio Mainanyakio.hashnode.dev·Oct 14, 2024Rust And Pico2So here’s the simple tutorial to build and flash a Rust application to the Pico 2 microcontroller Step 1: Environment set-up Clone the Pico SDK: git clone https://github.com/raspberrypi/pico-sdk Set the PICO_SDK_PATH environment variable: export...2 likes·66 readsembedded