Install Telegram Python Lib

From: https://github.com/eternnoir/pyTelegramBotAPI#a-simple-echo-bot $ git clone https://github.com/eternnoir/pyTelegramBotAPI.git $ cd pyTelegramBotAPI $ python setup.py install

Change VNC screen resolution

# uncomment to force a console size. By default it will be display’s size minus # overscan. framebuffer_width=1900 framebuffer_height=1024 in /boot/config.txt

Install Arduino IDE 1.8.19 on Raspberry Pi 2

Go to Downloads Folder cd ~/Downloads/ Download ARM Linux 32-bit  wget https://downloads.arduino.cc/arduino-1.8.19-linuxarm.tar.xz Unpack with tar -xf arduino-1.8.19-linuxarm.tar.xz cd arduino-1.8.19/ sh install.sh You might get error messages about failing to remove some files. That just means you already had another version of the Arduino IDE installed. That’s ok, you can ignore these rm: cannot remove ‚/usr/local/bin/arduino‘:…

USB Wifi Stick Installation (Broken)

Source: https://forum-raspberrypi.de/forum/thread/38463-treiber-fuer-externen-wlan-stick-installieren/?postID=325962#post325962 sudo apt-get install linux-image-rpi-rpfv linux-headers-rpi-rpfv raspberrypi-kernel-headers dkms build-essential bc Download zip: rtl8812AU_8821AU_linux-master or from here: https://github.com/abperiasamy/rtl8812AU_8821AU_linux Copy folder inside zip to raspberry (e.g. Download directory) nano Makefile Change lines: CONFIG_PLATFORM_I386_PC = y CONFIG_PLATFORM_ARM_RPI = n to CONFIG_PLATFORM_I386_PC = n CONFIG_PLATFORM_ARM_RPI = y Save. cd .. cd .. cd boot sudo nano config.txt # Following 2 lines added…

LTE Stick installieren

SIM Karte einlegen und LTE Stick anstecken Network Manager installieren: sudo apt-get install network-manager network-manager-gnome rebooten. Über VNC die LTE Verbindung im Network Manager (Taskleiste) einrichten. Wenn Passwort verlangt wird: qweasdyxc Automatisches Verbinden im Network Manager für LTE aktivieren Ethernet abstecken rebooten, warten bis wieder über VPN SSH erreichbar (1-3 Minuten, je nach LTE Empfang)…

Setting up BeerBot

Download and Install Raspberry Pi OS to SD card using Imager. Manually downloading the OS (zip-file), extracting the .img and using that seems to be more reliable than letting the Imager download the OS. https://www.raspberrypi.org/downloads/ Enable SSH Server: For headless setup, SSH can be enabled by placing a file named ssh, without any extension, onto the boot…

Hello world!

Welcome to WordPress. This is your first post. Edit or delete it, then start writing!