embedded-programming
There are 27 repositories under embedded-programming topic.
taeguk/Embedded-System-Software-Assignment
Sogang Univ. Embedded System Software (CSE4116) Assignments.
ImplFerris/esp32-rfid-access
Smart Door Lock Simulation with Rust and ESP32, using RFID, optional servo motor, and OLED display to simulate and control door access.
mirdan08/SoldierArmuino
A realization of an electronic arm for a mannequin.
narenakash/IoT-and-Smart-Laundry-using-OneM2M
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.
0marAmr/AVR_Drivers
drivers for the AVR ATmega32 microcontroller, providing a higher-level interface for working with commonly used hardware peripherals.
hummingbird-12/embedded-system
Workspace for CSE4116 - Embedded System Software course (임베디드시스템소프트웨어), Spring 2020, Sogang University
Lavin-tom/Embedded_C_Programming
various embedded c program codes under different concept
AmilaCG/stm32-simple-rtos
A bare minimum kernel (or just a scheduler) for the STM32-L432 MCU
asad14053/My-Robotic-Zone
Pripheral interfacing, Embedded Programming
Benjarit/Software-System-Design
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.
blakewalker4/IR-controlled-LED-strip-with-FastLED
A collection of LED strip effects using the FastLED library, made to be controlled with an InfraRed Controller.
capnemo/rpi_fan
PID Controlled fan for the Raspberry Pi 3 b
cloudisyzy/Digital-Signal-Processing-Project-and-Lab
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.
shawty/arbor_arpex_1610
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.
solarillion/ArduinoBasics
Basic Arduino Assignments
164adityakumar/Firmware-Cortex-M4_STM32
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.
danthurston/TrafficLights
Basic Arduino traffic light simulation.
jaejungscene/Project-using-RaspberryPi-01
Project: building electric kickboard safety system using Raspberry Pi || Practice: GPIO, socket programming
shakkar23/BotSwitchInterface
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
SilkRoad/silkroad.github.io
Open thoughts,Open practice.
thetechacademydhaka/tta-sc-electronics
Resources for the short course on electronics and programming using Arduino Microcontroller.
Vibhu1710/SEVAK
A food delivery and sanitization vehicle for covid patients developed in collaboration with SIEMENS LAB PEC.
hamham223/VE373-2023SU
Course Project @ UM-SJTU JI VE373
martinWANG2014/DemoEmbededPython
A simple demo of embedding python script in a C++ program.
oguzaktas/coin-vending-machine
Embedded system project by using Tiva C LaunchPad, 2x16 LCD Display, 8 buttons and 8 LEDs
UjemnyGH/STM32-Register-Tools-Library
Wrapper on STM32 registers to make it working in simpler way than writing own library. I wrote library, so you don`t have to.