awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

4 Repos

Awesome GitHub RepositoriesEmbedded Device Debugging

Tools for monitoring and commanding embedded hardware via raw binary data exchange.

Distinguishing note: Existing candidates focus on personalization, dashboards, or security scanning, not raw binary debugging.

Explore 4 awesome GitHub repositories matching hardware & iot · Embedded Device Debugging. Refine with filters or upvote what's useful.

Awesome Embedded Device Debugging GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • raspberrypi/documentationAvatar von raspberrypi

    raspberrypi/documentation

    5,575Auf GitHub ansehen↗

    This is the official documentation repository for Raspberry Pi hardware and software. It covers the complete range of Raspberry Pi single-board computers, the RP-series microcontrollers, and the Raspberry Pi operating system. The documentation provides reference material for setting up devices, configuring hardware, and using the system for tasks including AI inference, camera and video capture, embedded development, and remote access. The documentation covers the full boot chain from the GPU firmware and EEPROM bootloader through to kernel loading, with detailed guidance on boot configuratio

    Documents SWD debugging of Pico-series devices using a dedicated debug probe.

    Pythonasciidocdocumentationraspberry-pi
    Auf GitHub ansehen↗5,575
  • stlink-org/stlinkAvatar von stlink-org

    stlink-org/stlink

    5,093Auf GitHub ansehen↗

    stlink is a toolset for ARM Cortex-M flashing, firmware management, and debug server operations, with specific support for STM32 microcontrollers. It provides an ARM Cortex-M flash programmer for writing binary and hex files, an ITM trace logger for real-time instrumentation data, and a SWD/JTAG debug server. The project includes a graphical user interface for managing MCU firmware and exporting memory, as well as a remote server that allows external debuggers to control execution and inspect registers on target hardware. The toolset covers microcontroller memory management through flash era

    Provides a Serial Wire Debug (SWD) interface to manage microcontroller memory and processor state.

    Carmboardchip
    Auf GitHub ansehen↗5,093
  • jetkvm/kvmAvatar von jetkvm

    jetkvm/kvm

    4,731Auf GitHub ansehen↗

    Dieses Projekt bietet KVM-over-IP-Hardware und -Software für die Fernverwaltung von Computern. Es fungiert als ATX-Power-Management-Controller, Remote-Serial-Konsolenserver und Virtual-Media-Emulator. Ein WebRTC-Remote-Access-Gateway wird verwendet, um NAT und Firewalls für hardwarenahe Steuerung mit geringer Latenz über einen Webbrowser zu umgehen. Das System zeichnet sich durch die Fähigkeit aus, physische Peripheriegeräte auf Hardwareebene zu simulieren, einschließlich HID-Geräteemulation für Tastatur- und Mauseingaben sowie USB-Massenspeicheremulation für das Streamen von ISO-Images. Es verfügt über eine UART-zu-Web-Bridge für den Remote-Zugriff auf die serielle Konsole und nutzt H.264-Hardware-Encoding für hochauflösendes Video-Streaming. Die Plattform deckt breite Funktionsbereiche ab, darunter die Steuerung des Energiezustands für ATX- und DC-Systeme, NAT-Traversal und Cloud-basierte Konnektivität sowie Firmware-Management. Sie unterstützt zudem Hardware-Erweiterbarkeit durch dedizierte Pins für die Entwicklung eigener Module und stellt 3D-Designdateien für physische Modifikationen bereit. Systemkonfiguration und administrative Aufgaben werden über eine Weboberfläche oder sicheren SSH-Zugriff mittels Public-Key-Authentifizierung abgewickelt.

    Enables interaction with system logs and boot messages via serial console for low-level hardware troubleshooting.

    TypeScriptkvm
    Auf GitHub ansehen↗4,731
  • pyserial/pyserialAvatar von pyserial

    pyserial/pyserial

    3,507Auf GitHub ansehen↗

    pyserial is a cross-platform Python library for reading and writing binary data to serial ports and hardware devices. It provides a serial port enumeration tool for identifying available hardware and retrieving device path metadata. The project includes a network implementation for controlling remote serial port functions and signal lines over TCP/IP via the RFC 2217 standard. It also features a serial-to-TCP bridge for forwarding raw data between local ports and network sockets, as well as a specialized interface for managing half-duplex RS485 communication and RTS toggling. The library cov

    Enables reading and writing raw binary data to embedded devices to monitor traffic and send commands.

    Pythonpythonserial
    Auf GitHub ansehen↗3,507
  1. Home
  2. Hardware & IoT
  3. Embedded Device Debugging

Unter-Tags erkunden

  • Serial Wire Debug ProbesArm Serial Wire Debug connections for low-level debugging of Pico-series microcontrollers. **Distinct from Embedded Device Debugging:** Distinct from Embedded Device Debugging: specifically covers SWD protocol debugging, not general binary data exchange.