Device with an ESP8266/ESP8285 chip Any variation of the ESP8266 chip can be flashed with Tasmota. See a list of supported devices here https://blakadder.github.io/templates/us.html Serial-to-USB adapter with 3.3V supply The power supplied to the device is one of the most important elements for both flashing the device and for stable operation. You must ensure that the device receives sufficient power (current AND appropriate…
Device with an ESP8266/ESP8285 chip Any variation of the ESP8266 chip can be flashed with Tasmota. Download a Tasmota binary (.bin) file. If you’re not sure which binary is the right one for you consult the builds table or just start with tasmota.bin. Tasmota firmware Download a Tasmota binary (.bin) file. If you’re not sure which binary is the right one for…
Connecting from Windows PC Find my Raspberry Pi IP Address Using the Pi with a display and keyboard. If you boot to the command line instead of the desktop, your IP address should be shown in the last few messages before the login prompt. Using the terminal (boot to the command line or open a…
References https://www.raspberrypi.org/ magpi Raspberry Pi Setup Raspbian Buster Lite Link – https://www.raspberrypi.org/downloads… Etcher Link – https://www.balena.io/etcher/ Putty Link – https://www.chiark.greenend.org.uk/~s… Installation Instructions Install Raspian Buster Light sudo apt-get install lightdm sudo apt-get update sudo apt-get dist-upgrade sudo apt-get install network-manager sudo apt install git sudo raspi-config (select option 3 to configure desktop GUI Option) Tips…