Kollaboratives Arbeiten mit VR im Produktions-Entwicklungs-Umfeld
Wer ist denn der fesche Bursche da ab Minute 3:00 😀
Wer ist denn der fesche Bursche da ab Minute 3:00 😀
Unser Feynsinn virtuelles Lackiertraining ist sehr erfolgreich. Jetzt mit einer Microsite: https://paintshop.training Und an der Entwicklung der umgebauten Pistole habe ich einen sehr großen Anteil.
Und da ist er. Mein selbst gebauter und selbst programmierter digitaler Bilderrahmen aus den Teilen meines alten Formac 2010 Monitor. Der ist zwar alt, hat aber immer noch eine tolle Farbwiedergabe. Nettes Detail, ein E-Ink Display mit Informationen zum Bild.
I just updated my GIT Repos. 1. I uploaded my current version of my SmartHome Display https://github.com/webfraggle/SmartHomeWebRemote 2. Added a LG WebOS Websocket Proxy https://github.com/webfraggle/lg_websocket_proxy
Display Rotation First change display rotation in /boot/config.txt display_rotate=1 Edit Hyperpixel touch driver Then you need to edit the touch driver. Luckily it is a python script. I have the Information from here https://forums.pimoroni.com/t/hyper-pixel-rotate/5276/4. But the script has changed. sudo nano /usr/bin/hyperpixel-touch So here are my changes. In the upper part Exchange 480 by 800 and viceversa: (e.ABS_X, AbsInfo(value=0, min=0, max=480, fuzz=0, flat=0, resolution=1)), […]
To autostart chromium on start / boot, without Desktop Environment, you have to do the following: 1. Install Chromium My tutorial to install chromium an Raspberry Pi without desktop Environment. 2. Use raspi-config to configure sudo raspi-config -> Boot Config –> Desktop / CLI —> Console Autologin 2. Add your start script at the end of „.bashrc“ Mine is xinit /home/pi/start-c.sh Don’t forget the xinit. […]
I wanted to rotate my Rasperry Pi Touch Display by 90 degrees. But I noticed this isn’t possible via boot parameters in the config.txt file. It is possible to rotate the display in config.txt, but the touch input will not work correctly. There is also a change in the newest raspbian xinput driver releases. xinput set-prop ‚FT5406 memory based driver‘ ‚Evdev Axes Swap‘ 1 does […]
Hardware I want to build a smart home display for my living room. Additionally it should go to to sleep/screensaving automatically and I want it to wake up if someone walks by. So I buyed a cheap infrared PIR motion sensor. Something like this: Look at amazon Then I connected it to 5V, GND and GPIO Pin 4: Search Google for images And now the […]
Start with a Rasbian light version. Install chromium and x-server sudo apt-get install chromium-browser sudo apt-get install xserver-xorg sudo apt-get install xinit If you now start chromium-browser it will show the following error: Failed to put Xlib into threaded mode. Gtk-WARNING cannot open display this is because you have to start it with xinit: xinit chromium-browser Chromium will start, but you will need a minimal […]