awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoServidor MCPAcerca deCómo clasificamosPrensa
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
agners avatar

agners/scd30logger

0
View on GitHub↗
0 estrellas·0 forks·Python·MIT·5 vistas

Scd30logger

CO2, Humidity and Temperature Logger using Sensirion SCD30 written in Python 3 for MicroPython. Continously logs date, time and sensor data on a file on the SD card. The SD card as well as the sensor module is turned off to conserve battery power (further improvements possible by using RTC…

Features

  • Debugging and Logging - CO2, humidity, and temperature logger.

Historial de estrellas

Gráfico del historial de estrellas de agners/scd30loggerGráfico del historial de estrellas de agners/scd30logger

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Scd30logger

Proyectos open-source similares, clasificados según cuántas características comparten con Scd30logger.
  • folke/snacks.nvimAvatar de folke

    folke/snacks.nvim

    7,747Ver en GitHub↗

    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
    Ver en GitHub↗7,747
  • devbis/micropython-aiosentryAvatar de devbis

    devbis/micropython-aiosentry

    10Ver en GitHub↗

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

    Python
    Ver en GitHub↗10
  • emilk/loguruAvatar de emilk

    emilk/loguru

    1,900Ver en GitHub↗

    A lightweight C++ logging library

    C++
    Ver en GitHub↗1,900
  • an-dr/micrologAvatar de an-dr

    an-dr/microlog

    170Ver en GitHub↗

    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
    Ver en GitHub↗170
Ver las 14 alternativas a Scd30logger→

Preguntas frecuentes

¿Qué hace agners/scd30logger?

CO2, Humidity and Temperature Logger using Sensirion SCD30 written in Python 3 for MicroPython. Continously logs date, time and sensor data on a file on the SD card. The SD card as well as the sensor module is turned off to conserve battery power (further improvements possible by using RTC…

¿Cuáles son las características principales de agners/scd30logger?

Las características principales de agners/scd30logger son: Debugging and Logging.

¿Qué alternativas de código abierto existen para agners/scd30logger?

Las alternativas de código abierto para agners/scd30logger incluyen: folke/snacks.nvim — snacks.nvim is a comprehensive collection of quality-of-life plugins and utilities designed to extend the core… 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. an-dr/microlog — Easy to use - simple API, works out of the box - Advanced filtering and log levels per topic or output - Thread-safety… gpakosz/assert — #include #include. agners/sht15logger — Temperature and Humidity Logger using SHT15 written in Python 3 (MicroPython for the PyBoard 1.1).