34 results for “topic:embedded-programming”
Smart Door Lock Simulation with Rust and ESP32, using RFID, optional servo motor, and OLED display to simulate and control door access.
Embedded Programming with Microbit (v2) and Rust
Sogang Univ. Embedded System Software (CSE4116) Assignments.
drivers for the AVR ATmega32 microcontroller, providing a higher-level interface for working with commonly used hardware peripherals.
Single-Threaded BTree Implementation in x86_64 Assembly Language with C interface as a Shared-Library
ESP32 based Embedded System that monitors the environmental conditions and energy consumption of washing machines in hostels using DHT, water flow and energy meter. The data is transferred using OneM2M and stored in the central database which is then used for data analytics.
A realization of an electronic arm for a mannequin.
Workspace for CSE4116 - Embedded System Software course (임베디드시스템소프트웨어), Spring 2020, Sogang University
various embedded c program codes under different concept
No description provided.
A collection of LED strip effects using the FastLED library, made to be controlled with an InfraRed Controller.
Software/Hardware development for embedded systems, including memory, I/O and interrupts; an overview of C and C++, class structures in object oriented programming; software development with UML and testing and debugging strategies.
Small library and demo program written in C# showing how to talk to the Digital IO system built into the now rather old Arbor Arpex-1610 industrial box PC.
Pripheral interfacing, Embedded Programming
A bare minimum kernel (or just a scheduler) for the STM32-L432 MCU
This is a Project is all about building bare-metal firmware for a Cortex-M4 STM32 microcontroller, using open source tools and libraries such as GCC and libopencm3. This starts from blinking an LED, to building a bootloader for performing firmware updates over UART/USB, to building a signed firmware security mechanism.
A project related to building filters inside an digital audio equalizer, and a lab related to deploying filters to arduino boards to conduct real time DSP.
Step-by-step ARM Cortex-M programming tutorials using Raspberry Pi Pico with interactive Wokwi simulations. Learn embedded systems from basics to advanced.
PID Controlled fan for the Raspberry Pi 3 b
Project: building electric kickboard safety system using Raspberry Pi || Practice: GPIO, socket programming
Advanced digital security lock system implemented in AVR Assembly for ATmega64, featuring behavioral timing-pattern authentication, interrupt-driven architecture, EEPROM data persistence, and admin-controlled user management. This project demonstrates embedded systems design, real-time timing analysis, and behavioral biometric security concepts.
Bot interface for anyone who wants to port any bot from pc to switch, with the sysmod already basically made for them, just a few changes, and it can be easily personalized
A simple demo of embedding python script in a C++ program.
Basic Arduino traffic light simulation.
Open thoughts,Open practice.
M.Tech Embedded Systems CAT and FAT question papers (VIT Vellore)
Wrapper on STM32 registers to make it working in simpler way than writing own library. I wrote library, so you don`t have to.
Graduation project which focuses on classifying household alarms using a CNN model. The trained model is deployed on an ESP32-S3 microcontroller to enable real-time sound detection, providing an efficient and low-cost solution for smart home safety applications.
Embedded system project by using Tiva C LaunchPad, 2x16 LCD Display, 8 buttons and 8 LEDs
An autonomous EEBOT maze-solving robot implemented entirely in HCS12 assembly, demonstrating real-time sensor processing, ATD conversion, LCD status display, motor control, and dispatcher-based state machine design on real hardware.