awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
agners avatar

agners/scd30logger

0
View on GitHub↗
0 星标·0 分支·Python·MIT·3 次浏览

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.

Star 历史

agners/scd30logger 的 Star 历史图表agners/scd30logger 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Scd30logger 的开源替代方案

相似的开源项目,按与 Scd30logger 的功能重合度排序。
  • folke/snacks.nvimfolke 的头像

    folke/snacks.nvim

    7,747在 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
    在 GitHub 上查看↗7,747
  • devbis/micropython-aiosentrydevbis 的头像

    devbis/micropython-aiosentry

    10在 GitHub 上查看↗

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

    Python
    在 GitHub 上查看↗10
  • emilk/loguruemilk 的头像

    emilk/loguru

    1,900在 GitHub 上查看↗

    A lightweight C++ logging library

    C++
    在 GitHub 上查看↗1,900
  • an-dr/micrologan-dr 的头像

    an-dr/microlog

    170在 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
    在 GitHub 上查看↗170
查看 Scd30logger 的所有 14 个替代方案→

常见问题解答

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…

agners/scd30logger 的主要功能有哪些?

agners/scd30logger 的主要功能包括:Debugging and Logging。

agners/scd30logger 有哪些开源替代品?

agners/scd30logger 的开源替代品包括: 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).