Showing 16 open source projects for "serial bootloader"

View related business solutions
  • $300 in Free Credit Towards Top Cloud Services Icon
    $300 in Free Credit Towards Top Cloud Services

    Build VMs, containers, AI, databases, storage—all in one place.

    Start your project in minutes. After credits run out, 20+ products include free monthly usage. Only pay when you're ready to scale.
    Get Started
  • Go From AI Idea to AI App Fast Icon
    Go From AI Idea to AI App Fast

    One platform to build, fine-tune, and deploy ML models. No MLOps team required.

    Access Gemini 3 and 200+ models. Build chatbots, agents, or custom models with built-in monitoring and scaling.
    Try Free
  • 1
    stm32flash

    stm32flash

    Open source flash program for STM32 using the ST serial bootloader

    Open source cross platform flash program for the STM32 ARM microcontrollers using the built-in ST serial bootloader over UART or I2C
    Leader badge
    Downloads: 784 This Week
    Last Update:
    See Project
  • 2
    OpenBLT

    OpenBLT

    Bootloader for STM32, XMC, HCS12 and other microcontroller targets.

    OpenBLT is mostly used as an STM32 bootloader, due to the popularity of STM32 microcontrollers. However, the bootloader’s architecture is such that it can work with any microcontroller and use any type of communication interface to perform firmware updates.
    Leader badge
    Downloads: 82 This Week
    Last Update:
    See Project
  • 3
    HWID Spoofer - Hardware ID Changer

    HWID Spoofer - Hardware ID Changer

    The best HWID Spoofer in 2025.

    TraceX is a powerful and advanced HWID Spoofer designed to bypass anti-cheat systems in games like Valorant, Apex Legends, Warzone, Fortnite, and more. It spoofs critical system identifiers such as disk serials, MAC addresses, BIOS UUIDs, motherboard and GPU IDs, and even EFI boot variables. This HWID Spoofer also includes a full system cleaner that removes traces of game activity, browser data, event logs, Xbox and Discord accounts, and network fingerprints. With deep spoofing of CPU,...
    Leader badge
    Downloads: 1,169 This Week
    Last Update:
    See Project
  • 4

    Tiny Multi Bootloader+

    Serial Bootloader for Microchip, Atmel, NXP, TI, 8051 microcontrolers

    What is it? It's a Bootloader for Microchip, Atmel, NXP, TI and 8051 devices. A Bootloader is a firmware running in the microcontroler device which allows the user to send it's own firmware without the need of a programmer. This Bootloader consists of: - firmwares for many devices (this firmware need to be send to the device's flash memory with a programmer, only once) - a PC software which communicates with the bootloader firmware in the device and send the user's program in its...
    Leader badge
    Downloads: 29 This Week
    Last Update:
    See Project
  • Earn up to 16% annual interest with Nexo. Icon
    Earn up to 16% annual interest with Nexo.

    Access competitive interest rates on your digital assets.

    Generate interest, borrow against your crypto, and trade a range of cryptocurrencies — all in one platform. Geographic restrictions, eligibility, and terms apply.
    Get started with Nexo.
  • 5
    ATTinyCore Universal

    ATTinyCore Universal

    Arduino core for ATtiny 1634, 828, x313, x4, x41, x5, x61, x7 and x8

    ...Half of the tinyNeoPixel speeds have had the assembly routines modified in major ways (there's no more stupid menu for the port), but they are untested. Virtual boot relies on rewriting the vector table, such that the RESET vector points to the bootloader.
    Downloads: 16 This Week
    Last Update:
    See Project
  • 6
    OpenECoSys
    Open source embedded distributed systems based on Microchip's PIC microcontrollers. A software tool called NetworkViewer for monitoring the modules on the distributed network is also available.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 7

    STM324x9I-EVAL QPC port with LWIP

    Port of the QPC 5.3.0 RTOS framework to the STM324x9I-EVAL2 dev kit.

    ...The FW is divided into a number of modules each covering a specific category: Application TODO: Add application submodules and descriptions here. BSP - Bootloader specific BSP that pulls in the shared BSP Shared BSP CMSIS STM32F4xx device drivers Serial/UART Time/RTC Ethernet (STM32 MAC) driver QPC implementation of the LWIP network driver interface STM32 specific init and optimizations. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • 8
    SID Soldering Iron Driver

    SID Soldering Iron Driver

    Soldering iron driver

    ...SID is tested with - HAKKO 907 handpiece - HAKKO 908 handpiece - QUICK 907A handpiece (HAKKO klon, different characteristics of the sensor) - GORDAK handpiece (HAKKO klon, different characteristics of the sensor) - ATTEN handpiece (HAKKO klon, different characteristics of the sensor) - NONAME HAKKO klon (identical RTD characteristics) - SOLOMON SL 10 - SOLOMON HQ 10 - SOLOMON HQ 30 - WELLER PES-51 SID display's data on 16x2 LCD, it has USB port (used attm only for bootloader) and it outputs debug info on serial port of the mcu. It features fully tunable (no auto tuning so far) PID controller for the tip temperature.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 9

    serialLCD ATmega8 (ArduinoBased)

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

    ...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 is required to communicate with serialLCD module. The library & firmware file is released in public domain as open-source project. ...
    Downloads: 1 This Week
    Last Update:
    See Project
  • MongoDB Atlas runs apps anywhere Icon
    MongoDB Atlas runs apps anywhere

    Deploy in 115+ regions with the modern database for every enterprise.

    MongoDB Atlas gives you the freedom to build and run modern applications anywhere—across AWS, Azure, and Google Cloud. With global availability in over 115 regions, Atlas lets you deploy close to your users, meet compliance needs, and scale with confidence across any geography.
    Start Free
  • 10

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

    LED Matrix Spectrum Analyser

    Code displays various user patterns on a 16x8 LED matrix

    Thought I'd test out this new super dense digital strip lighting so I made a matrix with them and used an ATmega32u4 to process the serial output to each LED. The code is based on the Arduino bootloader and has only been tested on Freetronics' LeoStick. The entire matrix runs from one serial output from the ATmega so it's speed and efficiency isn't the best. Thinking of using FFT to make this a Spectrum Analyzer in the future for the audible range of frequencies. ...
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12
    Simple command-line tool to download/upload firmware to/from STM32 MCU with factory preprogrammed serial bootloader. Look <a href="http://openfacts2.berlios.de/wikien/index.php/BerliosProject:STM%20Flasher">wiki</a> for more info.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 13
    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
  • 14
    PC side of the Tiny PIC Bootloader. This is an implementation of the serial protocol used in these microchip PIC bootloader for Linux or like operating systems.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15
    PicOload is a programmer and a bootloader that allow to program a PIC 16f87X / 16f87XA using a RS232 serial line whithout leaving the chip from his support and without disturbing the rest of the device
    Downloads: 0 This Week
    Last Update:
    See Project
  • 16

    STM32491_CPLR

    STM32F4 QPC bootloader, QPC/FreeRTOS, C++ client

    STM32F4 QPC bootloader, QPC/FreeRTOS Application and a C++ client (shared lib and exe) that can talk to them over serial and ethernet.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • Next
MongoDB Logo MongoDB