A minimal table to compare the Espressif's MCU families.
ESP8266 | ESP32 | ESP32-S2 | ESP32-S3 | ESP32-C3 | ESP32-C6 | |
---|---|---|---|---|---|---|
Announcement Date | 2014, August | 2016, September | 2019, September | 2020, December |
Unbuntu is no longer support by the Home Assistant project. | |
The installation commands previous listed here, are not up 2 date, not recommended, not supported and, therefore, removed. |
#!/usr/bin/env python3 | |
from subprocess import check_output | |
from re import findall | |
import psutil | |
import sys | |
import os | |
import threading, time, signal | |
from datetime import timedelta | |
import datetime as dt | |
import paho.mqtt.client as mqtt |