tinyavr
There are 31 repositories under tinyavr topic.
SpenceKonde/megaTinyCore
Arduino core for the tinyAVR 0/1/2-series - Ones's digit 2,4,5,7 (pincount, 8,14,20,24), tens digit 0, 1, or 2 (featureset), preceded by flash in kb. Library maintainers: porting help available!
wagiminator/C64-Collection
Collection of cartridges, adapters, and replacements for the Commodore C64
wagiminator/AVR-Programmer
Collection of AVR Programmers and Accessories
wagiminator/ATtiny412-PocketRadio
Small FM Radio with RDS and OLED
wagiminator/ATtiny13-TinyOLEDdemo
I²C OLED on an ATtiny10/13/202
wagiminator/ATtiny814-USB-PD-Adapter
USB Type-C Power Delivery Trigger and Monitoring Board
wagiminator/MCU-Flash-Tools
Simple ISP Flash Tools for various Microcontrollers
wagiminator/ATtiny412-USB-Power-Isolator
2.5kV Isolator for the USB Power Rail
wagiminator/ATtiny814-Power-Analyzer
Power Supply Analyzer with USB Interface
wagiminator/ATtiny412-I2C-Rotary-Encoder
Rotary Encoder with I²C Interface
wagiminator/AVR-Development-Boards
Collection of AVR Development Boards
Dlloydev/jtag2updi
HV UPDI / UPDI programmer software for Arduino (targets Tiny AVR-0/1/2, Mega AVR-0 and AVR-DA/DB MCUs)
wagiminator/ATtiny412-BatteryCapacityTester
Single-Cell Li-Ion, LiPo and LiFePO4 Battery Capacity Tester
wagiminator/ATtiny412-VoiceChanger
Change the Pitch of your Voice
wagiminator/ATtiny814-USB-RTC
Real-Time Clock USB-Stick
wagiminator/ATtiny412-USB-PD-Inverter
Turn your USB PD Power Adapter into an AC Power Source
Dlloydev/Updi-Key
This DIY open source hardware connects inline with any UPDI programmer to provide a HV UPDI programming solution for tinyAVR® 0/1/2 series MCUs. Compatible with UPDI programmers that operate with jtag2updi, avrdude, pyupdi, MPLAB X IDE, MPLAB X IPE, PlatformIO and Arduino IDE using any target voltage from 3 to 5V.
wagiminator/ATtiny814-NRF2USB
USB Serial Controlled 2.4GHz Transceiver
MX682X/ptc_touch
Arduino compatible C library to support the PTC in the AtTiny 1-Series
wagiminator/ATtiny814-AquaTimer
Programmable Timer for Aquariums
xthanhn/mcuprog
MCUprog UPDI is a windows program with CLI and GUI for programming various Microchip MCU devices using Microchip CMSIS-DAP based debuggers and standard TTL serial port.
wagiminator/ATtiny412-HamsterTracker
Simple Fitness Monitoring Device for your Pet Hamster
wholder/MegaTinyIDE
MegaTinyIDE is a Java & GNU-based IDE for the new MegaTiny chips (tinyAVR® 1-series and 0-series), such as the ATtiny212, attiny3217, etc.
askn37/askn37.github.io
Product of Open-Source-Software and Open-Source-Hardware Development for modernAVR
askn37/multix-zinnia-sdk-reduceAVR
AVR-GCC, AVR-LIBC and avrdude toolkit for Arduino IDE
askn37/multix-zinnia-updi4avr-firmware-builder
UPDI High-Voltage Programmer
askn37/TPI4AVR
TPI (Tiny Programing Interface) host firmware over serial
askn37/UPDI4AVR-Software
UPDI (Unified Program and Debug Interface) host firmware over serial
askn37/MacroMicroAPI_core
Macro/MicroAPI common submodule
askn37/multix-zinnia-sdk-megaAVR
AVR-GCC, AVR-LIBC and avrdude toolkit for Arduino IDE
khoih-prog/Dx_TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on Arduino AVRDx-based boards (AVR128Dx, AVR64Dx, AVR32Dx, etc.) using DxCore. These AVRDx Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That is mandatory if you need to measure some data requiring better accuracy. It now supports 16 ISR-based Timers, while consuming only 1 Hardware Timer. Timers interval is very long (ulong millisecs). The most important feature is they are ISR-based Timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks