micropython-tinyrtc-i2c VS micropython-lib

Compare micropython-tinyrtc-i2c vs micropython-lib and see what are their differences.

micropython-tinyrtc-i2c

MicroPython driver for TinyRTC I2C modules with DS1307 RTC and AT24C32N EEPROM (by mcauser)

micropython-lib

Core Python libraries ported to MicroPython (by micropython)
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
micropython-tinyrtc-i2c micropython-lib
2 20
60 2,248
- 1.1%
0.0 8.1
over 1 year ago 5 days ago
Python Python
MIT License GNU General Public License v3.0 or later
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

micropython-tinyrtc-i2c

Posts with mentions or reviews of micropython-tinyrtc-i2c. We have used some of these posts to build our list of alternatives and similar projects.
  • Is the Pico i2C implementation less robust than a typical Arduino boards?
    1 project | /r/raspberrypipico | 13 Feb 2023
    I just recently started messing around with the RP Pico and Pico W and was considering using it for a project that would be running 24/7 and needing a battery backed up RTC to ensure time after a reset/power cycle. However, in trying to get a common tiny RTC (DS1307), I have failed to get it to work with the library I found (I'm using micropython), here link. The RTC appear to be the same as that shown in the github link. Also, interestingly when I run i2c.scan, I get results for both devices (RTC and EEPROM) as follows: i2c devices found: 2 Decimal address: 80 | Hexa address: 0x50 Decimal address: 104 | Hexa address: 0x68
  • Empty I2C scan result with ds1307 and pi pico
    1 project | /r/AskElectronics | 4 Feb 2022
    I would strongly recommend you to use a DS1307 micropython library instead of reinventing the wheel by reimplementing the protocol required in the datasheet.

micropython-lib

Posts with mentions or reviews of micropython-lib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-04-22.

What are some alternatives?

When comparing micropython-tinyrtc-i2c and micropython-lib you can also consider the following projects:

python-webrtc - a Python extension that provides bindings to WebRTC M92

micropython-umqtt.simple2

mu - A small, simple editor for beginner Python programmers. Written in Python and Qt5.

buzzer_music - RPI Pico / Micropython library to play music through one or more buzzers, can automatically replace chords with fast arpeggios to simulate polyphony with a single buzzer. Music can be easily taken from onlinesequencer.net

OctoPrint-EEPROM-Marlin - A plugin for editing the EEPROM data of Marlin Firmware, from within OctoPrint.

pycopy-lib - Standard library of the Pycopy project, minimalist and light-weight Python language implementation

MaixPy - Easily create AI projects with Python on edge device

trezor-firmware - :lock: Trezor Firmware Monorepo

bleak - A cross platform Bluetooth Low Energy Client for Python using asyncio

pycopy - Pycopy - a minimalist and memory-efficient Python dialect. Good for desktop, cloud, constrained systems, microcontrollers, and just everything.

picoweb - Really minimal web application framework for the Pycopy project (minimalist Python dialect) and its "uasyncio" async framework

micropython-ssd1327 - MicroPython driver for SSD1327 128x128 4-bit greyscale OLED displays