AutoConnect VS ezTime

Compare AutoConnect vs ezTime and see what are their differences.

AutoConnect

An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface (by Hieromon)

ezTime

ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more. (by ropg)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
AutoConnect ezTime
8 2
876 312
- -
0.0 0.0
11 months ago about 1 month ago
C++ C++
MIT License MIT License
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.

AutoConnect

Posts with mentions or reviews of AutoConnect. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-08-30.
  • Bluetooth or WiFi for apps?
    4 projects | /r/esp32 | 30 Aug 2022
    And for Wifi management on ESP32, this awesome repo that "does it all": https://hieromon.github.io/AutoConnect/ -- this repo creates its own access point you can connect to with your phone to pop-up a "captive portal" (like you see at hotels or airports) to enter your own Wifi credentials -- this is only done once -- after that, the ESP32 will connect to the last known good Wifi network. If you don't want that, just use the built-in Wifi functions to create a local Wifi hotspot to connect to. Then creating web pages on the ESP32 is easy -- you can use the "PageBuilder" JSON syntax, or host regular HTML/JS/CSS files on the SPIFF/LittleFS partition and server those in response to incoming requests.
  • Is there an example in the RTOS SDK that lets you enter the wifi name and pass from another device? (instead of hardcoding?)
    2 projects | /r/esp8266 | 30 Mar 2022

ezTime

Posts with mentions or reviews of ezTime. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-07-06.
  • Time... is not on my side
    2 projects | /r/arduino | 6 Jul 2021
    I use the ezTime library to poll NTP servers, manipulate time variables and schedule events. ezTime requires the hour, minute, second, day, month and year when creating a scheduled event.

What are some alternatives?

When comparing AutoConnect and ezTime you can also consider the following projects:

Time - Time library for Arduino

ESP32Time - An Arduino library for setting and retrieving internal RTC time on ESP32 boards

ESP32-A2DP - A Simple ESP32 Bluetooth A2DP Library (to implement a Music Receiver or Sender) that supports Arduino, PlatformIO and Espressif IDF

ESPHome-Arduino-Port-Expander - An Arduino Port Expander for ESPHome with added Arduino Mega 2560 support

ESPresense - An ESP32 based node for gathering indoor positioning and transmitting to mqtt

knock-esp32 - ESP32 WiFi provisioning over BLE

IoTaWatt - IoTaWatt Open WiFi Electric Energy Monitor

ESP8266_RTOS_SDK - Latest ESP8266 SDK based on FreeRTOS, esp-idf style.

InfluxDB-Client-for-Arduino - Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

Arduino-HomeKit-ESP8266 - Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

RemoteDebug - Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor