awesome-repositories.com
Blog
MCP
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
·
M

majoson-chen/micropython-ulogger

0
View on GitHub↗
0 Stars·0 Forks·1 Aufruf

Micropython Ulogger

Logging on micropython is not an easy task. micropython has many unfinished interfaces, so the log content that can be recorded is very limited. I designed this ulogger library based on the situation of micropython.

Features

  • Debugging and Logging - Lightweight logging module.

Star-Verlauf

Star-Verlauf für majoson-chen/micropython-uloggerStar-Verlauf für majoson-chen/micropython-ulogger

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Micropython Ulogger

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Micropython Ulogger.
  • folke/snacks.nvimAvatar von folke

    folke/snacks.nvim

    7,747Auf GitHub ansehen↗

    snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core functionality of Neovim. It serves as a multi-purpose toolkit providing a UI framework, navigation enhancements, and integrations with external services. The project distinguishes itself by combining a wide array of specialized tools into a single suite, including a picker-based file explorer, a deep GitHub integration for managing issues and pull requests, and a set of development utilities for profiling Lua performance and inspecting code execution. Its broader capability surface

    Lua
    Auf GitHub ansehen↗7,747
  • an-dr/micrologAvatar von an-dr

    an-dr/microlog

    170Auf GitHub ansehen↗

    Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety via external locking injection - Customization - only data you need - Extensible - add your own features via public API, set of predefined extensions - Support for embedded…

    C
    Auf GitHub ansehen↗170
  • devbis/micropython-aiosentryAvatar von devbis

    devbis/micropython-aiosentry

    10Auf GitHub ansehen↗

    Here is a class for sending an exception with stacktrace from your micropython instance to Sentry.

    Python
    Auf GitHub ansehen↗10
  • agners/sht15loggerAvatar von agners

    agners/sht15logger

    0Auf GitHub ansehen↗

    Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1).

    Python
    Auf GitHub ansehen↗0
Alle 14 Alternativen zu Micropython Ulogger anzeigen→

Häufig gestellte Fragen

Was macht majoson-chen/micropython-ulogger?

Logging on micropython is not an easy task. micropython has many unfinished interfaces, so the log content that can be recorded is very limited. I designed this ulogger library based on the situation of micropython.

Was sind die Hauptfunktionen von majoson-chen/micropython-ulogger?

Die Hauptfunktionen von majoson-chen/micropython-ulogger sind: Debugging and Logging.

Welche Open-Source-Alternativen gibt es zu majoson-chen/micropython-ulogger?

Open-Source-Alternativen zu majoson-chen/micropython-ulogger sind unter anderem: folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core… an-dr/microlog — Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety… devbis/micropython-aiosentry — Here is a class for sending an exception with stacktrace from your micropython instance to Sentry. emilk/loguru — A lightweight C++ logging library. agners/sht15logger — Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1). agners/scd30logger — CO2, Humidity and Temperature Logger using Sensirion SCD30 written in Python 3 for MicroPython. Continously logs date,…