Mini-PC

  • Chuwi LarkBox
  • Beelink Gemini T34
  • Beelink Z83-V
  • Beelink U57
  • VENOEN
  • ACEPC GK3V

Chuwi LarkBox

  • Intel Celeron J4125

Beelink T34

  • Intel Celeron Apollo Lake J3455

Beelink Gemini T34

  • Intel Celeron N3450

Beelink Z83-V

  • Intel Atom X5-Z8350

Beelink U57

  • Intel Core i5-5257U

VENOEN

VENOEN


ACEPC GK3V

Microsoft Teams oder Skype für ARM64 (Raspberry Pi, etc.)

Windows 10 ARM

Raspberry Pi: Windows 10 installieren – so klappt’s
github.com/WOA-Project/guides/blob/master/GettingWOA.md, Getting Windows 10 ARM
Windows 10 auf einem Raspberry Pi 4 installieren
How-to: installing windows 10 arm64 (17134) on your raspberry pi 3 and 4

Emulator

Raspberry Pi: x86 Emulator ExaGear installieren
x86-Programme auf dem RasPi ausführen

Teams

How to use a Raspberry Pi with Microsoft Teams

Please support MS Teams on arm64 linux (Raspberry Pi 4B is a decent desktop for the masses)

Microsoft Forum: Microsoft Teams on Linux ARM64

github.com/IsmaelMartinez/teams-for-linux/releases (arm64, etc.)

$ sudo dpkg -i teams-for-linux_1.0.5_arm64.deb 
Selecting previously unselected package teams-for-linux.
(Reading database ... 134971 files and directories currently installed.)
Preparing to unpack teams-for-linux_1.0.5_arm64.deb ...
Unpacking teams-for-linux (1.0.5) ...
dpkg: dependency problems prevent configuration of teams-for-linux:
 teams-for-linux depends on libxss1; however:
  Package libxss1 is not installed.

dpkg: error processing package teams-for-linux (--install):
 dependency problems - leaving unconfigured
Processing triggers for gnome-menus (3.36.0-1ubuntu1) ...
Processing triggers for desktop-file-utils (0.24-1ubuntu4) ...
Processing triggers for mime-support (3.64ubuntu1) ...
Processing triggers for hicolor-icon-theme (0.17-2) ...
Errors were encountered while processing:
 teams-for-linux

$ sudo apt-get install -f
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Correcting dependencies... Done
The following additional packages will be installed:
  libxss1
The following NEW packages will be installed:
  libxss1
0 upgraded, 1 newly installed, 0 to remove and 193 not upgraded.
1 not fully installed or removed.
Need to get 8’080 B of archives.
After this operation, 32.8 kB of additional disk space will be used.
Do you want to continue? [Y/n] y
Get:1 http://ports.ubuntu.com/ubuntu-ports groovy/main arm64 libxss1 arm64 1:1.2.3-1 [8’080 B]
Fetched 8’080 B in 0s (39.5 kB/s)      
Selecting previously unselected package libxss1:arm64.
(Reading database ... 135066 files and directories currently installed.)
Preparing to unpack .../libxss1_1%3a1.2.3-1_arm64.deb ...
Unpacking libxss1:arm64 (1:1.2.3-1) ...
Setting up libxss1:arm64 (1:1.2.3-1) ...
Setting up teams-for-linux (1.0.5) ...
chmod: cannot access '/opt/teams-for-linux/chrome-sandbox': No such file or directory
Processing triggers for libc-bin (2.32-0ubuntu3) ...

Teams for Linux (amd64, armhf)

$ lsb_release -a
No LSB modules are available.
Distributor ID:	Ubuntu
Description:	Ubuntu 20.10
Release:	20.10
Codename:	groovy

$ uname -a
Linux snm-rpi1 5.8.0-1006-raspi #9-Ubuntu SMP PREEMPT Fri Oct 16 12:55:30 UTC 2020 aarch64 aarch64 aarch64 GNU/Linux

$ sudo snap install teams-for-linux
error: snap "teams-for-linux" is not available on stable for this architecture (arm64) but exists
       on other architectures (amd64, armhf).

Microsoft Forum: Native ARM64 Version of Teams Now Available

Native ARM64 Version of Teams Now Available


Skype

Run Skype On Raspberry Pi

Thermocouple / Thermoelement


MAX6675

Thermoelement Set K-Typ Thermocouple mit MAX6675 0-800 Grad
github.com/adafruit/MAX6675-library


ADS1115

ADS1115 16-Bit ADC – 4 Channel with Programmable Gain Amplifier
Adafruit 4-Channel ADC Breakouts
github.com/adafruit/Adafruit_ADS1X15, Adafruit_ADS1015


ADS1118

github.com/denkitronik/ADS1118


Thermoelement

RS PRO Thermoelement Typ T bis +250°C, Fühler 1m, Kabel 1m, IEC
RS PRO Thermoelement Typ T bis +250°C, Fühler 2m, Kabel 2m, ANSI


Display / OLED

SSD1322 (Newhaven)

github.com/winneymj/ESP8266_SSD1322
github.com/cvonk/arduino-SSD1322


Filter

  • LTI = Linear Time-Invariant

Analogfilter
Digitales Filter
Signalverarbeitung

Lineares zeitinvariantes System
Filter (Elektronik)
Glättung und Siebung

ZHAW

  • C5515
  • EVM5515
  • TMS320C5515, Fixed-Point Digital Signal Processor

gitconfig

$ git config --system -l
http.sslbackend=openssl
http.sslcainfo=C:/Program Files/Git/mingw64/ssl/certs/ca-bundle.crt
credential.helper=manager

$ git config --global -l
filter.lfs.required=true
filter.lfs.clean=git-lfs clean -- %f
filter.lfs.smudge=git-lfs smudge -- %f
filter.lfs.process=git-lfs filter-process
user.name=Andreas Bachmann
user.email=bachi@te-clan.ch
core.editor="C:\Users\andreas\AppData\Local\Programs\Microsoft VS Code\Code.exe" --wait

$ git config --local -l
core.repositoryformatversion=0
core.filemode=false
core.bare=false
core.logallrefupdates=true
core.symlinks=false
core.ignorecase=true
submodule.active=.
remote.origin.url=https://github.zhaw.ch/dermolockin/ThermoMed.git
remote.origin.fetch=+refs/heads/*:refs/remotes/origin/*
branch.master.remote=origin

How to set multiple `core.excludesfile` in `.gitconfig`?