Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

awesome-avr

A curated list of awesome AVR tools, libraries, resources, and shiny things. Inspired by awesome-... stuff.
https://github.com/fffaraz/awesome-avr

Last synced: about 10 hours ago
JSON representation

  • I2C

    • I2C-master-lib - Lightweight I2C library for 8-bit AVRs.
    • i2cdevlib - I2C device library collection for AVR/Arduino or other C++-based MCUs.
  • SPI

  • USB

    • libusbx - A cross-platform user library providing access to USB devices.
    • v-usb - A Firmware-Only USB implementation for Atmel's AVR Microcontrollers.
    • LUFA - A lightweight USB Framework for AVRs.
  • Wireless

    • AVRLib/nRF24L01 - Nordic Semiconductor nRF24L01.
    • rf24boot - nRF24L01+ bootloader for avr and other mcus.
    • libnrf24l01p - NRF24L01+ Transceiver library.
    • RF24Network - Network Layer for nRF24L01(+) Radios.
    • nrf24L01_plus - Portable nrf24L01+ library with auto acknowledgement and auto retransmission support.
    • arduino-nrf24l01 - An Arduino port of the [nRF24L01](http://www.tinkerer.eu/AVRLib/nRF24L01) library.
    • NRF24-BTLE-Decoder - Sniff and decode NRF24L01+ and Bluetooth Low Energy using RTL-SDR.
  • Miscellaneous

    • AVR Libc - A high quality C library for use with GCC on Atmel AVR microcontrollers.
    • AVR-Crypto-Lib - A library providing implementations of cryptographic algorithms for the AVR 8-bit microcontroller family.
    • avr-libs - Some other libraries and code examples for interfacing AVR microcontrollers with external devices
    • light_ws2812 - A lightweight library to control WS2811/WS2812 based LEDS and LED Strings for 8-Bit AVR microcontrollers.
    • avr-os - A multitasking OS for Arduino and AVR platforms.
    • libemb - A collection of libraries which try to make things needed in many MCU based projects more convinient.
    • Pocket AVR Programmer - Example firmware and board files for the Pocket AVR Programmer.
    • avr-tutorials - LaTeX typeset versions of my popular AVR Tutorials.
    • AVRliberty - Library of routines for AVR microcontollers.
    • AVR-EAX-AES-bootloader - Bootloader for AVR microcontrollers featuring EAX mode encryption in 1024 bytes.
    • ArduinoAES256 - Ilya's byte-oriented AES-256 implementation implemented for Arduino.
    • Arduino AESLib - Arduino Library for AES Encryption (source based on avr-crypto-lib).
  • Compilers

  • Books

  • Websites

  • Persian Websites

  • Other Awesome Projects

  • EEPROM

    • i2ceeprom - A simple C library for interfacing with 24CXX series I2C EEPROMs.
  • Keyboard

    • tmk_keyboard - A keyboard controller firmware for Atmel AVR USB family.
    • AVR-Keyboard - USB Keyboard firmware for Atmel AVR microcontrollers.
  • LCD

    • I2CLCD - A simple C library for interfacing with I2C LCDs.
  • Simulators

    • simavr - A lean, mean and hackable AVR simulator for linux & OSX.
  • Integrated Development Environments