Showing 41 open source projects for "avr isp programmer"

View related business solutions
  • Orchestrate Your AI Agents with Zenflow Icon
    Orchestrate Your AI Agents with Zenflow

    The multi-agent workflow engine for modern teams. Zenflow executes coding, testing, and verification with deep repo awareness

    Zenflow orchestrates AI agents like a real engineering system. With parallel execution, spec-driven workflows, and deep multi-repo understanding, agents plan, implement, test, and verify end-to-end. Upgrade to AI workflows that work the way your team does.
    Try free now
  • Auth0 for AI Agents now in GA Icon
    Auth0 for AI Agents now in GA

    Ready to implement AI with confidence (without sacrificing security)?

    Connect your AI agents to apps and data more securely, give users control over the actions AI agents can perform and the data they can access, and enable human confirmation for critical agent actions.
    Start building today
  • 1
    Open Programmer

    Open Programmer

    An USB programmer for PIC, dsPIC, AVR, serial memories

    An USB programmer for various devices, including PIC, dsPIC, AVR microcontrollers, and various kinds of serial eeproms
    Leader badge
    Downloads: 123 This Week
    Last Update:
    See Project
  • 2

    BitBangISP

    An ISP programmer for 8051 family, without a microcontroller

    An ultra-simple bit of hardware to program the flash memory in AT89S51, AT89S52, AT89S8253, AT89S2051 and AT89S4051. Now you can program the firmware for an ISP programmer built with one of these microcontrollers, without needing an ISP programmer, or you could just use this ISP programmer.
    Downloads: 1 This Week
    Last Update:
    See Project
  • 3
    photo trigger sunjob

    photo trigger sunjob

    фото триггер (high speed photo trigger)

    фотогаджеты, триггеры для скоростной фото съемки (периферия, датчики, исполнительные механизмы) Canon 1Ds mkII - Li-Po батарейный мод NP-E3 high-speed ф.тригеры: - Photo Trigger 1.x (2x555 chip) - Photoduino 2.x mod - CameraAxe 3.0.0.4 mod - контроллер эл.м. клапана - фото синхронизатор (по 1му и 2му пыху) - фото мост (photo gate) Photoduino https://kalanda.github.io/photoduino/ https://github.com/kalanda/photoduino CameraAxe3 http://www.glacialwanderer.com/hobbyrobotics/?p=325 Прочие, не фото-проекты, доработки, моды: AVR ISP MK2 Power Mod - программатор MK61 - прг.калькулятора MK51 - калькулятора JDS6600 Power Mod - генератор KORAD KA 3050D - блока питания Ploter / 2D графопостроитель
    Downloads: 2 This Week
    Last Update:
    See Project
  • 4
    COOK tool

    COOK tool

    Software build-automation tool written in Common Lisp

    COOK is a software build-automation tool made with a goal of letting you, the programmer, to utilize the most elegant and powerful programming language - Common Lisp - for managing your software builds. You write a recipe file which describes what objectives must be constructed. COOK will load and process this file, then produce either a regular Makefile or a Bourne Shell script, which will actually perform the task of building and installing your targets.
    Downloads: 1 This Week
    Last Update:
    See Project
  • Pest Control Management Software Icon
    Pest Control Management Software

    Pocomos is a cloud-based field service solution that caters to businesses

    Built for the pest control industry, but also works great for Mosquito Control, Bin Cleaning, Window Washing, Solar Panel Cleaning, and other Home Service Businesses in need of an easy-to-use software that helps you simplify routing, scheduling, communications, payment processing, truck tracking, time tracking, and reporting.
    Learn More
  • 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: 3 This Week
    Last Update:
    See Project
  • 6

    vnop

    An open source ISP programmer for 89S MCU, USB interface.

    Open source ISP programmer for 89S MCU, USB interface, support Windows, Linux...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 7
    AVR HV Programmer

    AVR HV Programmer

    High voltage parallel programmer for AVR microcontrollers.

    AVR-HV is high voltage parallel programmer for Atmel AVR series microcontrollers. AVR-HV allows programming, reading, verifying and configuring AVR microcontrollers with its high voltage programming interface and it connected with PC using USB interface.
    Downloads: 18 This Week
    Last Update:
    See Project
  • 8

    Atmel USB DFU Programmer

    A command-line programmer for Atmel USB microcontrollers

    A multi-platform command-line programmer for Atmel (8051, AVR, XMEGA & AVR32) chips with a USB bootloader supporting ISP. This is a mostly Device Firmware Update (DFU) 1.0 compliant user-space application. This project has now migrated to GitHub. You can find the new repository at https://github.com/dfu-programmer/dfu-programmer
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9
    It is a software to program ISP based 8051 controllers(89SXX) on Linux. The software decodes the hex file entered from the command line and send it to controller's flash memory using PC's parallel port.The hardware connections are very minimal.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight Icon
    Next-Gen Encryption for Post-Quantum Security | CLEAR by Quantum Knight

    Lock Down Any Resource, Anywhere, Anytime

    CLEAR by Quantum Knight is a FIPS-140-3 validated encryption SDK engineered for enterprises requiring top-tier security. Offering robust post-quantum cryptography, CLEAR secures files, streaming media, databases, and networks with ease across over 30 modern platforms. Its compact design, smaller than a single smartphone image, ensures maximum efficiency and low energy consumption.
    Learn More
  • 10
    BitBurner

    BitBurner

    BitBurner AVR Programmer, a full and complete AVRdude GUI for Windows.

    BitBurner AVR Programmer is a graphical front end for the command line program AVRdude. It is used to transfer programs and data to the Atmel AVR family of microcontrollers. BitBurner is an attempt at a single AVRdude GUI programming solution for AVR developers and experimenters by providing comprehensive device support over a broad range of programming hardware.
    Leader badge
    Downloads: 43 This Week
    Last Update:
    See Project
  • 11

    A-boot: Atmel serial bootloader

    Atmel AVR universal bootloader with flash CRC

    Universal bootloader for Atmel AVR chips. Main features: - small size (<2kB); - flash 16-bit CRC check (flash read is not required); - can test Application flash with CRC before starting it; - interrupts driven (no dead loops); - TEA encryption support; - command line programmer written in plain C.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    Multiprog

    Pic avr memory programmer and logic analiser

    Downloads: 0 This Week
    Last Update:
    See Project
  • 13

    GreenWolf

    ISP Flash Programmer for Linux

    GreenWolf ISP Flash Programmer for Linux. Licensed under GNU GPL V2. The latest version of this program is always available from sourceforge.net/projects/greenwolf Only P89V51RD2 is supported as of now. More support is on the way! This program uses Smash as backend. Get it from smash-tool.googlecode.com
    Downloads: 0 This Week
    Last Update:
    See Project
  • 14
    ISP Programmer
    This software supports programming of Atmel microcontrollers 89Sxx ('51), ATtiny, ATmega and 90Sxx (AVR). It can erase built-in Flash and EEPROM memories as well as read and program them. ISP Programmer also supports serial Atmel DataFlash memories.
    Downloads: 23 This Week
    Last Update:
    See Project
  • 15

    Arduino AVR Dude Programmer

    A simple Arduino programmer.

    A simple Arduino programmer. Use it to program the board with a hex file. Uses AVR Dude as the command line programmer.
    Downloads: 4 This Week
    Last Update:
    See Project
  • 16
    DefendLineII
    ATMEL ATMega1280 based powerful, multifunctional, reliable, expandable and extremely flexible hardware platform for home and industrial processes automation, robotic toys, security systems, education and enjoyment.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    USB programmer for Atmel AVR controllers with additional direct connection between the running target device and PC for logging and controlling purposes - no need for extra COM port at PC side and UART at AVR-controller side.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 18
    Free general purpose loader tool for ATMEL's AVR controllers using arduino board or FTDI's FT232. PCB Files also available.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 19
    A terminal built for the USBasp AVR-ISP programmer, which now has RS-232 in the ISP-connector. It also works with normal COM-ports. Data is presented in a simple console or a regex-based graph-parser! Despite the name it is NOT complex to use :)
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20

    QSerMyAvr

    Serial terminal for Microcontroller communication

    QSerMyAvr is a Qt based graphical serial port ASCII/hex terminal (not only) for use with the mySmartUSB avr programmer. It automatically switches the mySmartUSB to data mode when activated and back when deactivated.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21
    An open source cross platform GUI based In System Programmer (ISP) for ATMEL AT89S5X series of micro-controllers, along with firmware and circuit layout (using GNU PCB) for the hardware.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22
    Simple serial (SPI) programmer for small AVR MCUs written in C++ with Qt4 for Linux. PC interface is compatible with RS-232. HW consist of just a few transistors, resistors and diodes. SW is highly modular and quite simple to understand. Good luck !
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23
    WinLoader is an evolution for another SourceForge project - WinAvrLoader. It allows to program firmware into different devices using various interfaces (such as AVR 'Loader' and L-CARD ARM/AVR USBPROG) with extensible programmer driver support.
    Downloads: 9 This Week
    Last Update:
    See Project
  • 24
    This is a programmer software+hardware+firmware for Atmel AVR family (and more), using USB connection.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25
    a firmware for AVR910 programmer. started from ver3.8 (http://www.mikrocontroller-projekte.de/Mikrocontroller/AVR-Prog/AVR-Programmer.html) upgraded for speed and reliability. provided generic masterSPI interface please mail me on AlexRainPE196@hotbox.ru
    Leader badge
    Downloads: 1 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next