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 |
| esphome: | |
| name: garage | |
| platform: ESP8266 | |
| board: esp01_1m | |
| wifi: | |
| ssid: !secret wifi | |
| password: !secret wifi_pw | |
| # Enable logging |
| # First, we need to find our device. BEFORE inserting your USB drive, run the | |
| # following: | |
| diskutil list | |
| # This will output a bunch of info about all of the disk drives connected to | |
| # your Mac. Each entry will have a header in the form "/dev/diskX", where X is | |
| # some number starting at 0. Now, insert your USB drive and run the command | |
| # again. You should see a new entry. Make note of the name (ie, /dev/diskX). | |
| diskutil list |
| GOAL: Send a push notification after the (vibrations from the) dryer cycle has completely stopped. | |
| USING: | |
| * Inexpensive hardware (see below) | |
| * ESPhome (http://esphome.io) for chip firmware | |
| * Home Assistant (http://hass.io) for sensor state machine and push notification. | |
| --- | |
| SHOPPING LIST: |
This is an update to EDLver for TrueNas 12 core. It is an attempt to move my personal urBackup server from Windows 2012 server VM on ESXi to a jail on TrueNAS core server. Mostly it is an academic test, but might lead to actual production changes
(See also installing Distroboxm, which is included in SteamOS 3.5 and newer: https://distrobox.it/ )
(See also installing Nix package manager: https://determinate.systems/posts/nix-on-the-steam-deck )
You can install Homebrew (a package manager for macOS and Linux) without disabling the read-only partition with sudo steamos-readonly disable.
The package manager can be used alongside Flatpaks. Some software is only available on Flathub, and some software is only available on Homebrew.
| FROM eclipse-temurin:21-jdk-jammy AS builder | |
| # Build args to make this reusable | |
| ARG TOMCAT_MAJOR=11 | |
| ARG TOMCAT_VERSION=11.0.3 | |
| # Set environment variables | |
| ENV CATALINA_HOME=/usr/local/tomcat | |
| ENV CATALINA_BASE=/opt/tomcat |