Showing 81 open source projects for "avr code"

View related business solutions
  • Business Continuity Solutions | ConnectWise BCDR Icon
    Business Continuity Solutions | ConnectWise BCDR

    Build a foundation for data security and disaster recovery to fit your clients’ needs no matter the budget.

    Whether natural disaster, cyberattack, or plain-old human error, data can disappear in the blink of an eye. ConnectWise BCDR (formerly Recover) delivers reliable and secure backup and disaster recovery backed by powerful automation and a 24/7 NOC to get your clients back to work in minutes, not days.
  • Automated RMM Tools | RMM Software Icon
    Automated RMM Tools | RMM Software

    Proactively monitor, manage, and support client networks with ConnectWise Automate

    Out-of-the-box scripts. Around-the-clock monitoring. Unmatched automation capabilities. Start doing more with less and exceed service delivery expectations.
  • 1

    Schaukasten

    Alles rund um den neuen interaktiven Schaukasten vor H.310

    Der interaktive Schaukasten wird, wenn fertiggestellt, zahlreiche Systeme miteinander netzen. Das grobe Konzept sieht wie folgt aus: - Raspberry PI als Wiedergabegerät für die Projektionen - Entzerren der Projektionen mittels der SW ofxPiMapper - Eingabegerät: 3D-Touchpad (Atmel AVR), über USB mit Raspberry PI verbunden - Spiegelsteuerung über weiteren AVR (USB) - IR-Codes senden, um den Projektor ein-/auszuschalten - Ein-/Ausschalten der einzelnen Exponate... - ... und natürlich der...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    µOS++ (micro OS plus plus)
    "µOS++" (micro OS plus plus) is an open source, royalty-free, real-time operating system intended for embedded systems built around ARM Cortex M or AVR devices. It is based on a preemptive scheduler written in C++ (more info in the Wiki).
    Downloads: 10 This Week
    Last Update:
    See Project
  • 3
    Ddr-ArdMeg
    This is a small foot print, high performance, type safe device driver library, initially targeting Arduino Mega 2560 and MoteinoMega. The library is stand alone and only requires Avr GCC and avrlib. The design is based on the same ideas as were used for the Ddr-Z8E device driver library (see http://ddrz8e.sourceforge.net/). Heavy usage of hardcoded invariants, constant folding/propagation and inlining ensures both tight code and high performance. Type safe enums (C++11) provides...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4
    Project 2306 IDE Rad MacOS MCU DeveR

    Project 2306 IDE Rad MacOS MCU DeveR

    Electronic design and programming tools suite like Eagle, MpLab

    ... : Similar with mainstream market tools IDE and GUI Wrapper like : LabView©, Proteus©, MPLab©, Eagle CAD©, Tools Suite for Most Market Microcontroller. Tools suite for Arduino, Pinguino, Pic, AVR, ARM, Basic Stamp, Risc, other platform Fully Integrated IDE. Adobe PDF Help section SQL Connectivity Community Avail : https://www.facebook.com/Project-Core-2306-Nextgen-Eda-pcbradide-for-Mcumacoslinuxwindows-138250749681138/?fref=ts
    Downloads: 1 This Week
    Last Update:
    See Project
  • An All-in-One EMR Exclusively for Therapy and Rehab. Icon
    An All-in-One EMR Exclusively for Therapy and Rehab.

    Electronic Medical Records Software

    Managing your therapy and rehab practice is a time-consuming process. You spend hours on paperwork, billing, scheduling, and more. Raintree’s Therapy & Rehab EHR is here to help you manage your practice more efficiently. With our all-in-one solution, you’ll get the tools you need to streamline your therapy and rehab practice, improve patient care, and get back to doing what you love.
  • 5

    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
  • 6
    Using Arduino Libraries in Atmel Studio

    Using Arduino Libraries in Atmel Studio

    Integrating Arduino Libraries in Atmel Studio 6.2

    Arduino is basically a wrapper on top of C/C++ anyway, so technically, it’s possible to combine any Arduino sketch or library with your own custom code. The trick is in setting up your project properly. Here are the steps to create a fully functional Arduino project in AVR Studio 6. Once accomplished, you can keep access to the huge Arduino user-contributed code library, but enjoy all the features of advanced AVR and a real IDE.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 7

    K3NG-Keyer for AVR-Studio 7

    K3NG-Arduino Keyer ported to AVR-Studio 7

    This version of K3NG Morse-Keyer based upon the native Arduino hardware and sketch for the Arduino IDE environment. The Keyers sketch is moved to Atmel-Studio 7 and got some little modifications that was required to fit's the code to an actual GNU-CC Compiler that's shipped with Atmel-Studio 7. The Sketch-Import function of Atmel-Studio7 does not help's to become a usable project. The used MCU is an Arduino unsuported variant of a plain and native ATMega1284P, that's have enought memory (128K...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    flAVR

    A simulator for Atmel's 8/16-bit AVR microcontrollers

    flAVR is a simulator for the Atmel(tm) AVR(tm) microcontrollers written in C. The project aims to implement a cycle-accurate AVR CPU core simulator along with a range of peripherals, allowing firmware written for a variety of parts to be run on a host PC. In addition, flAVR provides enhanced interactive debugging functionality - featuring breakpoints, data watchpoints, execution tracebuffers, flash/RAM/EEPROM viewers, and run-time disassembler. flAVR also implements the GDB remote...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 9

    AvRtos

    Small real time operating system for AVR and ARM microcontrollers

    AvRtos is a small, preemtive, priority based real time operating system for Atmel AVR and ARM microcontrollers. It was written in C. AvRtos provides message queues and semaphores for task synchronization. It uses a static memory allocation scheme. AvRtos is nearly the smallest RTOS out there. Even pico]OS is much bigger. AvRtos can be compiled using gcc compiler. There is a AvrStudio 4 and Eclipse project file to get the example code working very quickly.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Gain insights and build data-powered applications Icon
    Gain insights and build data-powered applications

    Your unified business intelligence platform. Self-service. Governed. Embedded.

    Chat with your business data with Looker. More than just a modern business intelligence platform, you can turn to Looker for self-service or governed BI, build your own custom applications with trusted metrics, or even bring Looker modeling to your existing BI environment.
  • 10
    AVR Plugin for Eclipse
    AVR-Eclipse is a plugin for the Eclipse IDE which adds toolchain support, through CDT, for the gcc compiler for the Atmel AVR series of microcontrollers, and adds a toolbar button to allow quick upload of produced code to a target device.
    Leader badge
    Downloads: 77 This Week
    Last Update:
    See Project
  • 11

    QuadController C port

    Port to C of the QuadController asm code.

    Port to C of the QuadController asm code, as found in http://code.google.com/p/ardupilotdev/source/browse/trunk/QuadControllerV4_5JLN. This code is used to control a quadcopter in X configuration. You can compile the project if you have avr-gcc, build utils and avrdude.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    AVR-SOS

    Simple Embedded Operating System

    It project is a simple operating system for AVR microcontrollers with multitasking and some library to drive lcd , pwm , time ,... The project code has written by Assembly language at AVR Studio 5.0. and simulated by PROTEUS. It is not a complete operating system.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    rodneyspr

    Re-imagining of Heisermann's classic Self-Programming Robot

    This project comprises two main parts: 1. The classic "Rodney" as described in David L. Heisermann's book "How to build your own self-programming robot", with the original Intel 8085 code. In all likelihood, this is for reference only. I don't expect many people are going to build it 2. An updated version, running on more modern hardware, but remaining true to the algorithms published in his book. The end result will be at least three sets of code, for the Alpha, Beta and Gamma...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    Electronic Fuel Injection controller code designed for select AVR chipsets.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    AVR Modbus Serial RTU

    AVR Modbus Serial RTU

    Serial modbus RTU with 16DI 16 DO

    The AVR Modbus RTU is a Serial modbus RTU which has 16 digital inputs and 16 digital outputs. It is based on the free-modbus project. The RTU uses the ATMEGA 128 microcontroller . The source code , the schematics and the hardware production files are available for free. This project was designed for my MSc graduation paper in 2010 @ the Technical Univercity of Sofia / Bulgaria
    Downloads: 3 This Week
    Last Update:
    See Project
  • 16
    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: 2 This Week
    Last Update:
    See Project
  • 17
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Various small OSS projects, like Android nbench, TkUsr, a Linux GUI for USR message modems, and ATMEL AVR based servo controllers.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    Embedded Systems Learning Kit

    Embedde Systems: Code, Documents and Scripts

    A compilation of useful code, documents, scripts and more to be used in conjuction with the Instructable: Embedded Systems written by N.fletch. Download this single compressed folder once and have all the SW tools you need to get started in AVR.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Teensy 3.0 UTFT Library

    Teensy 3.0 UTFT Library

    Utilizes digitalWriteFast() function for I/O pins.

    ... install folder. 2. Unzip the "examples.zip" & "tools.zip". 3. Restart Arduino software. 4. Open "HW_Teensy3.h" & change the const int PIN0 - PIN15 to correct I/O pins on the Teensy 3.0 that are attached to DB0-DB15 accordingly, then save the file. 5. Next in the Arduino software open up the example File->Examples->UTFT->Arduino (AVR)->UTFT_Demo_XXXxXXX 6. In the demo code change the line UTFT myGLCD(); using the right model & pinout as follows UTFT myGLCD(Model, RS, WR, CS, RST)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    AVR beacon

    AVR beacon

    A hamradio beacon project on an AVR MCU

    AVR beacon project utilizes a new approach to RF signal generation using SQDDS method (making RF signals directly from the software, based on a pre-calculated periodic bit-sequence). It is mainly used by the hamradio operators to set up various radio beacons for different purposes, mostly for radio waves propagation discoveries. CW (continious waves, Morze code) is a main modulation mode. Other modes like PSK and FSK are planned to implement in the future releases. User can enter any ASCII...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    C lang code (avr-libc) for door opener with Atmel AVR microcontroler with ID-2 RFID reader.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    Yack is an open source CW keyer library and application for the ATMEL AVR Architecture. It has been natively designed for an ATTINY45 Chip but can be adapted to other chips too. This is a hardware / HAM Radio application. How to install: Download the binary package, flash main.hex file into Flash memory and main.eep into EEPROM using AVRdude. For more details and documentation please retrieve the latest complete source code from the SVN repository. Suggestions, feature requests...
    Downloads: 5 This Week
    Last Update:
    See Project
  • 24
    A small library for accessing filesystem on SD Cards using minimalistic RAM on AVR ATMega chips. Contains much experimental code. I am no longer maintaining or supporting this code. Sourceforge will continue to host the old files, though.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    A code generator for the popular Atmel AVR microcontrollers, optimized for the AVR Studio IDE.
    Downloads: 2 This Week
    Last Update:
    See Project