avr-programming
There are 314 repositories under avr-programming topic.
osx-cross/homebrew-avr
Homebrew AVR Toolchain
lpodkalicki/blog
A set of various projects based on ESP8266, ESP32, ATtiny13, ATtiny85, ATtiny2313, ATmega8, ATmega328, ATmega32, STM32 and more.
aagontuk/cheatsheets
My long cheatsheets and reading lists about programming, electronics and more
amirbawab/AVR-cheat-sheet
AVR cheat sheet for the ATmega328p
m3y54m/start-avr
Getting started with AVR programming using AVR-GCC and Makefile
jaromaz/DigiOS
Mini OS emulator for Digispark (an Attiny85 based microcontroller).
lpodkalicki/attiny13-software-uart-library
ATtiny13 Software UART library.
tsaarni/avr-high-voltage-serial-programming
AVR high-voltage (HV) serial programming for ATtiny
julianschuler/USBtinyISP
A USB AVR ISP programmer based on the ATtiny24A
ikostoski/arduino-clglcd
Arduino driver for 4-bit controllerless graphics LCD
Dlloydev/jtag2updi
HV UPDI / UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
biletnikov/avr-nec-ir-decoder
AVR Library (Atmega48/88/168/328) to decode IR commands from a remote control in NEC format.
duparq/hwa
Header-only library for bare metal hardware programming in C with a pleasant generic style.
martinmoene/kalman-estimator
kalman-estimator - a Kalman estimator in C++
Dentrax/AVR-Programming-with-Assembly
AVR Microcontroller Programming with Assembly
xanthium-enterprises/atmega328p-serial-uart-to-pc-communication
Atmega328p sample codes for USART (transmission and reception) communication with a Linux/Windows PC
Rez79Kh/Temperature-Control-System
Temperature control system using two ATMega32 microcontrollers
ricardocosme/avrIO
C++11/17/20 library for manipulating I/O port pins and I/O registers of AVR8
SpeedyCraftah/avr-pico-programmer
A programmer for the AVR architecture microcontroller, specifically the ATTiny84A by Microchip, for the Raspberry Pi Pico.
d-dimos/microprocessors_laboratory_ntua
[ECE NTUA] Microprocessors Laboratory - Exercise Sets & Solutions (2020-2021)
Ledrunning/LightController
Open source project to control light in the room, garage, street, house.
macbre/telemetry
Telemetry system based on 8-bit AVR microcontroller with full TCP/IP stack (DHCP, NTP, HTTP)
Google-Developers-Sohag/Embedded-Engineering-Portals
A repository for embedded systems learning portals
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
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.
Neomer/AVRC
C headers for AVR microcontrollers. Arduino must die!
randruc/Lazuli
Lazuli is a multitasking RTOS (Real-Time Operating System/kernel) targeting AVR microcontrollers. It allows to program and run multiple independent tasks in a real-time context on AVR microcontrollers.
hazarkarabay/avr-tqfp-programmer
Program TQFP AVR's easily without soldering
KedalionDaimon/1V0
1V0 (Pronounced "Ivo".) Presented is a new programming language/virtual machine for low resource microcontrollers, retro homecomputers, Java MIDP 1.0/2.0 (CLDC 1.1) enabled phones, of assembler-like nature and operating on floating point (or fixed point) numbers as its exclusive data type, with implementations in C and Java for the command line.
avestura/MicrocontrollerCalculator
š§® A calculator written in Assembly and simulated in Proteus
Elzawawy/atmega32-drivers
AVR Atmega32 micro-controller's multiple peripheral and module software drivers implementation in C.
OmarAbdulQadir/ATmega32
Apps and Drivers for ATmega32 microcontroller. This was made for educational purposes, and reporting any test results, comments, or bugs are welcomed.
AndrejChoo/USBAsp_for_parallel_programming
A variant of the programmer USBAsp with the ability to program in parallel high-voltage mode.
TehseenHasan/AVR_Assembly_Example_Codes_for_Atmega328p
This repository contains my x86 Assembly Lab Manuals, AVR Assembly Lab Manuals, example codes, and Macros I wrote for my students for the "CS-271L Computer Organization and Assembly Language" subject.