Search Results for "arduino libraries avr" - Page 4

Showing 177 open source projects for "arduino libraries avr"

View related business solutions
  • Passwordless authentication enables a secure and frictionless experience for your users | Auth0 Icon
    Over two-thirds of people reuse passwords across sites, resulting in an increasingly insecure e-commerce ecosystem. Learn how passwordless can not only mitigate these issues but make the authentication experience delightful. Implement Auth0 in any application in just five minutes
  • Point Of Sale Software for SMBs | Bravo Icon
    Point Of Sale Software for SMBs | Bravo

    Simplify Business with All In One Point of Sale for Specialty Retailers

    Bravo is changing the point of sale software game for small business specialty retailers with our easy to use, all in one solution. Say goodbye to working in multiple systems. Say hello to Bravo.
  • 1
    Sistop

    Sistop

    Measuring and managing laptimes at kart-slalom races

    The sistop-project was made to take and manage lap-times in slalom-kart races (german ADAC conditions). It consists of a stopwatch, that can be connected to a PC for managing the drivers times. The project contains all schematics for building the hardware and code for the used Arduino. Sistop is the management software, based on QT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 2
    VSCP Protocol & Friends
    A project for a highly scalable protocol and framework and a collection of software tools for m2m (machine to machine communication) and IoT Internet of Things. The programs here works on Windows and Linux and are based around VSCP, The Very Simple Control Protocol. Repository is here: https://github.com/grodansparadis/vscp_software and here https://github.com/grodansparadis/vscp_firmware
    Downloads: 3 This Week
    Last Update:
    See Project
  • 3
    dlCAM

    dlCAM

    Open Source Digital Laboratory - CAM module

    This is CAM module for Open Source Digital Laboratory project (https://osdlab.sourceforge.io). Reccommended for russia shool education. Based on C++/Qt.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Did the pets eat?

    AM/PM Digital Reminder (Pets, Pills, etc.)

    If two or more people are responsible for something, either both do it, or none. Less often it only gets done once. This is an AVR ATTiny84 project that has features like putting the microcontroller to sleep to save battery. One button is to change from AM or PM, and the other is to turn on one of the LEDs representing the current choice for 5 seconds. The unit then goes to sleep, and the LEDs are off. It is powered by an 18650 and I put it all in a medicine bottle. A description of it's...
    Downloads: 0 This Week
    Last Update:
    See Project
  • Easy-to-use fundraising event management solution for charitable organizations Icon
    Easy-to-use fundraising event management solution for charitable organizations

    Design the auction mix that's right for your group, from small silent auctions to large galas to online auctions - we've got you covered

    Whether your nonprofit group is running a traditional auction, with paper bid sheets and paddles, or want to implement mobile bidding, SchoolAuction.net has you covered with a full-service auction-management system. Sell tickets, solicit donations, build your catalog, and print all the collateral you need before your event, then manage the entire event night, from check-in through check-out. Use our credit-card processor, or connect your own (must be compatible with Authorize.net or one of our other supported gateways).
  • 5
    AVRpal.NET

    AVRpal.NET

    A Windows based GUI for popular avrdude command line utility

    A Windows based GUI for popular avrdude command line utility for AVR microcontroller Programming.It has got many features with a lightweight easy to understand interface. AVRdude is provided with it. It previously used LibUSBdotnet but now it uses LibUSBK for compatibility(http://libusbk.sourceforge.net/UsbK3/index.html) .Supports only USBasp programmer but if you can code,you can change it to work with your programmer.Feedback is necessary friends
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • 6

    PyUltimateRobot

    Controls any Robot in Python

    Developed on Python to leverage state-of-the-art extensibility and easily integrated plugins Able to use low cost robots with the accuracy and dexterity of much more expensive robots, achieved in part by: a) Ability to drive movement by inexpensive DC gear head motors, including the inherent ability to specify movement by applied force rather than strict space/time control that steppers impose. b) Arms and linkages don't have to have super tight tolerances, because accuracy is...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7

    LBSP

    Real-Time Processing Library for OSHW Biomedical Sensors

    ... cycles) were analyzed in the low-cost platform Arduino-Genuino. This library is free to use for research. Please cite above publication.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 8

    ATFinder (lib)

    BT configuration by AT commands for Arduino (lib)

    Bluetooth module configuration finder by AT commands with auto-configure options for Arduino. How to install a library: https://www.arduino.cc/en/Guide/Libraries
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    ATFinder

    Configuration finder by AT commands with auto-configure options

    Bluetooth module configuration finder by AT commands with auto-configure options for Arduino
    Downloads: 0 This Week
    Last Update:
    See Project
  • The ultimate digital workspace. Icon
    The ultimate digital workspace.

    Axero Intranet is an award-winning intranet and employee experience platform.

    Hundreds of companies and millions of employees use Axero’s intranet software to communicate, collaborate, manage tasks and events, organize content, and develop their company culture.
  • 10
    NiboRoboLib
    C and C++ library for the NIBObee, NIBO burger and NIBO 2 robots. The library contains libraries for AVR Studio and Arduino developement, USB drivers and the RoboDude programming software.
    Leader badge
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    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
  • 12

    JetiExSensorCppLib

    Simple C++ Library to send telemetry values via JETI DUPLEX EX

    ... implementation shows demonstration values on your transmitter Display. Use Arduino IDE 1.6 or later. There are no dependencies to other 3rd-party libraries. Find it also on Github: https://github.com/Sepp62/JetiExSensor
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13

    RC Turbine ECU telemetry sensor library

    Simple code to read display data from an ECU turbine controller

    This is a Arduino library to connect to a R/C turbine control unit (ECU) as a telemetry sensor. The display content of the electronic data terminal output is captured and parsed. Tested with Orbit AECU T17 Should also work with Jakadowsky Pro ECU (untested) There is an example included which delivers a ready to use implementation with Jeti Duplex EX telemetry. Run this code on an Arduino Mini Pro 328 board and Teensy 3.x. Use the projects and libraries on Arduino IDE 1.6...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 14
    Involt

    Involt

    Inject hardware interactions directly into HTML layout

    An easy way to think outside the box. Simplicity of HTML and CSS combined with hardware interactions. Create your app using only basic knowledge of HTML, CSS, and Arduino. Instead of learning advanced coding focus on overall experience and quickly develop results. Using CSS allows you to work on the layout and interfacing with the device at once. Involt comes with a UI kit to help you get started. The foundation of Involt is overcoming obstacles that block many concepts from making...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    DMX Library for Arduino

    DMX Library for Arduino

    DMX Library and usage examples for Arduino

    This Library includes a DMX Master, DMX Slave and various examples on how to use its implementation. This projects has been started to support the use of our Shielded DMX / RDM Shield for Arduino. The library is made available under the GNU Lesser General Public License If you would like to make contributions to the source code feel free to contact the project admin
    Leader badge
    Downloads: 44 This Week
    Last Update:
    See Project
  • 16
    VE_AVR C++ Class Library

    VE_AVR C++ Class Library

    Vanyamba Electronics library of C++ Classes for AVR.

    VE_AVR C++ Class Library is the extendable set of classes that describes in C++ programmming language AVR8 microcontrollers functions. This library is not official software, completely made on microcontrollers datasheets. Especially for Arduino users VE_AVR Library released as VEduino Library.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    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
  • 18

    DvdOuden AVR Libs

    Lightweight libraries for 8-bit AVR family of micro controllers

    Small, lightweight libraries for the 8-bit AVR family of micro controllers. Focused on being easy to use, reusable and lightweight.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19

    ArduinoVGA

    Librería para generación de señales de VGA con Arduino estándar

    http://luispichio.blogspot.com.ar/ http://luispichio.blogspot.com.ar/2015/05/arduino-generacion-de-senales-de-vga.html http://luispichio.blogspot.com.ar/2016/06/arduino-generacion-de-senales-de-vga.html Videos Arduino DUE https://www.youtube.com/watch?v=ZNadrVivVIQ https://www.youtube.com/watch?v=tSK98D-VxVg Arduino https://www.youtube.com/watch?v=WqUPCK4U-yc https://www.youtube.com/watch?v=_LDAx8MQrDc
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    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
  • 21

    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
  • 22

    MerDAQ

    A DAQ solution in Python 2 for your Ardruino

    MerDAQ is a data acquisition GUI and other tools for collecting and storing time dependent. Originally designed to collect 4 temperature data vs. time and plot one of the temperatures in real time with matplotlib. Ideal for use with Arduino.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Java-Arduino Communication Library

    Serial Communication between Java and Arduino made simple.

    Serial Communication between Arduino and Java has never been simpler. A better alternative to the RXTX library, the JavaArduinoLibrary is an easy to use library with simple methods that allow you, the JAVA programmer, to read and write from the serial port. Seamless serial communication with the port of your choice. Consists of a class that extends the JComboBox to provide a list of all available ports for selection. Overloaded functions for serialWrite() and serialRead() allow multiple...
    Downloads: 15 This Week
    Last Update:
    See Project
  • 24

    ardublockEdu

    ArduBlock is a Block Programming Language for Arduino.

    ArduBlock is a Block Programming Language for Arduino. The language and functions model closely to Arduino Language Reference. This version of ArduBlock is tweaked to more closely resemble the Arduino language, and is meant to teach kids programming basics before transitioning to C or C++.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 25
    Arduino Doodles
    Various sketches and/or libraries for Arduino that people might find useful.
    Downloads: 0 This Week
    Last Update:
    See Project