avr-microcontroller
There are 146 repositories under avr-microcontroller topic.
ckormanyos/real-time-cpp
Source code for the book Real-Time C++, by Christopher Kormanyos
ricaun/ArduinoUniqueID
Arduino Library to gets the Manufacture Serial Number from the Atmel AVR, SAM, SAMD, STM32, and ESP Microcontroller.
Klafyvel/AVR-FFT
3 implementations of the FFT for Arduino AVR platforms!
snopf/snopf
snopf USB password token
Sylaina/oled-display
Library for OLED-displays runs on AVR
jnk0le/AVR-UART-lib
extremly light uart library for AVR 8 bit microcontrollers
dioannidis/usbasp
usbasp improved firmware
jaromaz/DigiOS
Mini OS emulator for Digispark (an Attiny85 based microcontroller).
lpodkalicki/attiny13-software-uart-library
ATtiny13 Software UART library.
MohamedGhoraba/Drivers-AVR-Atmega32
Drivers for Atmega 32
giusenso/quadcopter-drone-flight-control
Flight controller for an autonomous quadcopter drone.
kcuzner/kos-avr
Kevin's RTOS for AVR microcontrollers
xanthium-enterprises/atmega328p-serial-uart-to-pc-communication
Atmega328p sample codes for USART (transmission and reception) communication with a Linux/Windows PC
nurazur/TiNo
TiNo ("Tiny Node") is a small battery operated wireless sensor working in the sub-GHz ISM Band.
prestonsn/AtmegaXX-I2C-Library
I2C Library for the ATmegaXX microcontrollers.
Ledrunning/LightController
Open source project to control light in the room, garage, street, house.
dioannidis/libUSBUARTTerminal
An Object Pascal UART Terminal for USBasp UART firmwares.
rusakovichma/HID-GamePad
HID GamePad device based on AVR ATMega8 and V-USB framework
ajcasado/ardvga
vga output for arduino boards using sinclair zx spectrum video model
Neomer/AVRC
C headers for AVR microcontrollers. Arduino must die!
ijash/pc_auto_on
Turn on PC, server, computer automatically using arduino without the need of pressing the power switch (such as in ATX power supply). Once the power source is connected, arduino will immediately press the switch.
thcopeland/slimavr
A blazing-fast AVR simulator.
pfichtner/virtualavr
Run Arduino/AVR Code on your PC (inside a docker container) including support for serial communication. State of the simulated microcontroller can be seen and controlled via websockets
AbdelrhmanWalaa/NTI-Embedded_Systems_Program
This repository offers a comprehensive training program on embedded systems development, covering four modules that encompass C and Embedded C Programming, Microcontroller Architecture, Real-Time Operating Systems (RTOS), and Automotive embedded systems. Elevate your skills and tackle real-world challenges in this exciting field.
alfreedom/APOS
APOS (AVR Project Open Source) - Creates an AVR project template for linux systems
avestura/MicrocontrollerCalculator
š§® A calculator written in Assembly and simulated in Proteus
rgrgrg/AVR-AES-faster
Fast AES library for 8-bit AVR processors
ShrinathN/ps1avr
Original PS1 controller interface for AVR microcontrollers
crapp/uartavr
Interrupt driven UART implementation for AVR Microcontrollers
itworks99/OpenSprinklerMicro
Open source watering/irrigation controller that runs on Arduino Uno
EKlatt/2021-AVR-IDE-GCC-11
MyIDE replaces WINAVR. Users who want to move from Arduino-IDE to pure C++ are welcome.
Fabio-Morais/Line-Follower-Robot
Line Follower Robot Project AVR-C
michpro/cryptboot
Bootloader for tinyAVR 0-, 1- and 2-series, and megaAVR 0-series, supporting signed and encrypted firmware loaded from external I2C memory.
rusakovichma/SIM900D-sample
SMS guard firmware based on sim900d and AVR atmega32
sudeshmoreyos/Morey_os-demo-1.0
Morey_os is an extremely light weight operating system for embedded controllers. In simple words, Morey_os is designed as a multi-tasking version of popular Arduino programming style, with one setup function and multiple independently running loop functions named as tasks. A Full version OS fits in minimum of 4K ROM and 256 bytes of RAM.
xanthium-enterprises/atmega328p-10bit-adc-configuration-code
ATmega328p sending ADC data to PC using USART and USB to Serial Converter