-
Luxoft
- Egypt
Lists (1)
Sort Name ascending (A-Z)
Starred repositories
Examples programs for STM32F4Discovery. These examples were written while I was exploring STM32F407VGT microcontroller. I think this is may be helpful somebody.
Bare metal STM32F4 examples for various modules
A repo for my various STM32 ARM Cortex Microcontroller projects.
ELFI (ELF over WIFI) is a FOTA ( Firmware Over The Air ) based software application, our application is following reliability, portability and configurability rules as well as the simple and effici…
ARM Cortex-M3/M4 drivers and projects made on TI Tiva-C and STM32F103.
educational repo for storing everything I do with embedded systems (uC's, SoC's, FPGA, & CPLD) including solutions to online courses I take
LittleBuster / avr-nokia5110
Forked from pbaja/AvrPCD8544Lightweight and easy to use library for PCD8544 lcd controller, tested on ATmega328P and Nokia 5110 LCD
This project is implemented to program BlueBill Board (STM32 Micro-controller) over the air using a website with PHP and NodeMCU board.
This is a simple bootloader for Tiva C TM4C123G (ARM Cortex-M4F based microcontroller). UART is used as a communication channel.
Implementation of an round robin pre-emptive scheduler and build environment for ARM Cortex M4 controllers.
Personal repository of all C activities I did during embedded software course in IMT School which I took in 2018.
Control LEDs with signals sent to microcontroller using a UART connection to a computer. GUI is used on the computer to establish connection and send control signals.
74HC595 Shift Register Driver for the MSP430
A comprehensive collection of fundamental data structures and algorithms implemented in C for educational purposes and practical applications.
A digital clock using ATMega16 or ATMega32 and DS-1307 RTC that is set using a UART connection to computer, the time is got and sent using a GUI application written in Python.
My own implementation for a Real-Time MicroKernel to be run on ARM-Cortex Microprocessors.
Real Time Temperature Alarm System using Atmega128 and FreeRTOS for AVR, code was developed on Atmel Studio, and simulated on Proteus and tested on hardware.
Humidity and Temperature Logger using DHT-22 in C# and AVR C.
Implemented my own RTOS from scratch on Tiva-C. It has a preemptive priority-based scheduler, so all high-priority threads meet their hard-time requirements (simulation); it supports thread blockin…
This contains my hobby stuff for embedded system
DHT22 temperature sensor library for AVR microcontroller