avr-microcontroller
There are 136 repositories under avr-microcontroller topic.
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
kcuzner/kos-avr
Kevin's RTOS for AVR microcontrollers
giusenso/quadcopter-drone-flight-control
Flight controller for an autonomous quadcopter drone.
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.
rusakovichma/HID-GamePad
HID GamePad device based on AVR ATMega8 and V-USB framework
Neomer/AVRC
C headers for AVR microcontrollers. Arduino must die!
ajcasado/ardvga
vga output for arduino boards using sinclair zx spectrum video model
dioannidis/libUSBUARTTerminal
An Object Pascal UART Terminal for USBasp UART firmwares.
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.
avestura/MicrocontrollerCalculator
š§® A calculator written in Assembly and simulated in Proteus
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
ShrinathN/ps1avr
Original PS1 controller interface for AVR microcontrollers
alfreedom/APOS
APOS (AVR Project Open Source) - Creates an AVR project template for linux systems
crapp/uartavr
Interrupt driven UART implementation for AVR Microcontrollers
itworks99/OpenSprinklerMicro
Open source watering/irrigation controller that runs on Arduino Uno
thcopeland/slimavr
A blazing-fast AVR simulator.
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.
rgrgrg/AVR-AES-faster
Fast AES library for 8-bit AVR processors
rusakovichma/SIM900D-sample
SMS guard firmware based on sim900d and AVR atmega32
amirrastifarsad/Math-Expression-Evaluator
a Math Expression Evaluator written in c++11 specially designed for AVR atmega microcontrollers but the Core is abled of been used in other c++ windows or linux Projects
EKlatt/2021-AVR-IDE-GCC-11
MyIDE replaces WINAVR. Users who want to move from Arduino-IDE to pure C++ are welcome.
melecir/sd-memory-card-library-for-avr-microcontrollers
SD Memory Card Library for AVR Microcontrollers. It is tested in CodeVisionAVR IDE and ATMEGA32A
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