Search Results for "arduino libraries avr" - Page 2

Showing 53 open source projects for "arduino libraries avr"

View related business solutions
  • Payroll Services for Small Businesses | QuickBooks Icon
    Payroll Services for Small Businesses | QuickBooks

    Save up to 50% on QuickBooks Online! Keep the Accounting and Book Keeping for your Small Business up to date!

    Easily pay your team and access powerful tools, employee benefits, and supportive experts with the #1 online payroll service provider. Manage payroll and access HR and employee services in one place. Pay your team automatically once your payroll setup is complete. We'll calculate, file, and pay your payroll taxes automatically.
    Learn More
  • Our Free Plans just got better! | Auth0 by Okta Icon
    Our Free Plans just got better! | Auth0 by Okta

    With up to 25k MAUs and unlimited Okta connections, our Free Plan lets you focus on what you do best—building great apps.

    You asked, we delivered! Auth0 is excited to expand our Free and Paid plans to include more options so you can focus on building, deploying, and scaling applications without having to worry about your secuirty. Auth0 now, thank yourself later.
    Try free now
  • 1

    ABAVR

    AVR-related utility code

    This repository contains AVR-related utility code that I've written as alternatives to the Arduino libraries, including a Makefile framework, a tiny non-preemptive priority-based task scheduler a Serial driver that works with the standard C stdio APIs to be used, and a system clock.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    Arduino Doodles
    Various sketches and/or libraries for Arduino that people might find useful.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3

    Model Railroading with Arduino

    This project is about Model Railroading with Arduinos

    This project is about Model Railroading with Arduinos. It hosts Arduino Libraries and Sketches all in a single source code repository and downloadable file and is a place where people can contribute their own Model Railroad sketches and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Denon AVR Control Utility

    Remote control of network attached Denon AV receivers

    Turn the AV receiver on or off, change input and set the volume level from the command line or using a GTK application.
    Downloads: 0 This Week
    Last Update:
    See Project
  • The #1 Embedded Analytics Solution for SaaS Teams. Icon
    The #1 Embedded Analytics Solution for SaaS Teams.

    Qrvey saves engineering teams time and money with a turnkey multi-tenant solution connecting your data warehouse to your SaaS application.

    Qrvey’s comprehensive embedded analytics software enables you to design more customizable analytics experiences for your end users.
    Try Developer Playground
  • 5
    BEYE (Binary EYE) is a free, portable, advanced file viewer with built-in editor for binary, hexadecimal and disassembler modes. It contains a highlight AVR/Java/i86-AMD64/ARM-XScale/PPC-64 and other disassembler, full preview of MZ,NE,PE,ELF and other.
    Leader badge
    Downloads: 30 This Week
    Last Update:
    See Project
  • 6
    qtaPhone

    qtaPhone

    Handheld device with Atmel AVR ATmega series microcontroller.

    Handheld device with ATmega microcontroller. This is only an educational project. Alternative name for this device is 'Epsilon Aurigae'. Hardware: - AVR ATmega2560V @ 7.3728MHz - 64kB external RAM expansion (xmem) - EasyTFT M7-A070A 7" 800x480 65K-color TFT w/ touchpad - SIM900 GSM module - FGPMMOPA4 GPS module - 2GB+ SD card - DS1307 real time clock - HC-05 bluetooth module - TEA5767 based stereo tuner Software: - qtaPhoneOS - FAT file system is being handled by FatFs library...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    NRF24L+ XC16 Library

    NRF24L+ 2.4GHz transceiver chip library for Microchip XC16

    NRF24L+ 2.4GHz transceiver chip library for Microchip XC16. The test app is implemented with dsPIC33FJ128GP802. This is a port/adaptation of Arduino library made by J. Coliz <maniacbug@ymail.com>
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    serialLCD ATmega8 (ArduinoBased)

    The serial LCD module using ATmega8 along with easy arduino library.

    serialLCD is Arduino based open-source project. It contains ATmega8 with given firmware file & the arduino library. The ATmega8 can be replaced by ATmega168/328. ATmega8 uses its 8MHz internal oscillator to reduce hardware (atmega8 no-xtal bootloader is used). The arduino library uses SoftwareSerial internally to communicate ATmega8 via digital pin 6 (only for uno/duemilanove or clone with atmega8/168/328, not for mega & due). Only one wire simplex serial communication at baudrate 9600...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    WebbotLib
    C library for robot creators using certain AVR microcontrollers with support for 3rd party hardware boards for various sensors and motor controllers. Comprehensive PDF manual included in the download. Version 2 code stream - requires that projects are created using Project Designer from my web site. If your board isn't listed in Project Designer then look at Board Designer on my web-site to create your own custom board - or if its a commercial board then let me know and, with permission, I...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Deliver secure remote access with OpenVPN. Icon
    Deliver secure remote access with OpenVPN.

    Trusted by nearly 20,000 customers worldwide, and all major cloud providers.

    OpenVPN's products provide scalable, secure remote access — giving complete freedom to your employees to work outside the office while securely accessing SaaS, the internet, and company resources.
    Get started — no credit card required.
  • 10

    avr-libethernet

    Ethernet stack implementation (currently based on the ENC28J60)

    A callback handler based ethernet stack implementation optimized for AVR microcontrollers. For now, the only controller supported is the ENC28J60. However it is easy to integrate different controllers as the interface your driver has to provide is fairly simple. Developed by the hobbyist programmers and electrical engineering students Niklas Fritz and Alexander Gladis
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11

    microDispatch

    Microcontroller Task Scheduler

    Super lightweight task scheduler aimed at 8 bit AVR ATmega micro-controllers (perfect for Arduino), although it can easily be used on other hardware like Microchip PIC. It uses simple round-robin scheduling so no priority levels can be set. You choose the time interval by calling dispatchTick(), this is usually in a timer interrupt. Range for number of tasks: 0 to 255 tasks Range for delay: 0 to 65535 ticks Each task only uses 5 byte of RAM. The one task LED blink example only uses 5...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 12
    moonbilight

    moonbilight

    AVR ambilight project

    Moonbilight is an AVR ambilight project designed for ATmega16/32 microcontroller. It uses V-USB (http://www.obdev.at/vusb/) library to communicate with PC directly through USB port. The GUI based on Qt (http://qt-project.org/) is designed to work on Linux and Windows (Not tested on Mac). The project is already fully functional. However it is still beta and may contain some bugs. You can watch some samples here: http://www.youtube.com/watch?v=5hwSC_uvric http://www.youtube.com/watch?v...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    LXSNDTEST is designed for measuring the characteristics of sound cards and A/D converters of ATmega microcontrollers (for example Arduino), or for testing circuits connected to a sound card. This program runs under Linux, using OSS.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Ronin 802 Synthesizer

    Ronin 802 Synthesizer

    Programmable Digital Synthesizer

    The Ronin 802 is a new breed of stand alone digital synthesizer. This re-programmable hardware module is a versatile platform for the creation of custom electronic musical instruments and sound processing units. The Ronin 802 is also a fully compatible Arduino shield, allowing access to a rich ecosystem of hardware and software tools. All of the Ronin’s hardware and software design is available as an open source project – which is licensed under a Creative Commons Attribution-NonCommercial...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    Ziel des Projekts ist ein Aquarien Steuergerät basierend auf dem Atmel AVR Mikrocontroller. Primäres Ziel ist Lichtsteuerung mit dimmbaren EVGs, mit der Zeit sind drei analoge Eingänge hinzugekommen für die Messung von pH, Temperatur und sonst was.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16
    A led tetris game which run on an atmel atmega8.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    Set of various C-routines for Atmel AVR MCUs, packed in several libraries, with fancy Makefile system for easy integration with user projects. Contains functions for UART, SPI, HD44780 or T6963C LCD\'s, Dallas 1-Wire bus, AVR bootloader and more.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    An Arduino wrapper for the LPC1343 microcontroller for SoonCon 2010.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    Rhyduino - Arduino via Managed Code
    Project has moved. http://rhyduino.codeplex.com
    Downloads: 1 This Week
    Last Update:
    See Project
  • 20
    Weeno is an software-only extension of Wiring / Arduino for potentially all and any Atmel AVR MCUs. And potentially all chip architectures from all companies, whether Freescale, SiLabs, TI, even ARM. Basically, the goal is to make AVR-Weeno, ARM-Weeno, 8
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    Run-time libraries to support the Kitchen Sink, an all-purpose chemical process control board, based on the Atmel AVR ATmega1280 chip, using the Arduino core libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Software for simple competition robots. Includes Host (linux) and Microcontroller (AVR) Software. Robust and affordable electronics designs are also included.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    The TekBots Universal Programmer is a graphical application to program a variety of embedded hardware devices. Included protocols are Atmel AVR SPI, JTAG, and Cypress ISSP.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 24
    gnome-avrdude is a GNOME graphical user interface (GUI) for the command-line Atmel AVR microcontroller programming software "avrdude" (http://savannah.nongnu.org/projects/avrdude/).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A cross-platform simulator for embedded systems, with a plug-in architecture for adding microcontrollers and other devices. Written in C for maximum compatibilty and speed. Currently has support for AVR AT90S8515 and ATmega128.
    Downloads: 2 This Week
    Last Update:
    See Project