Blogartikel, Anleitungen und Tipps rund um den Raspberry Pi Singleboard Computer und verwandte Themen.
We will post information about the Raspberry Pi SBC and related topics, like Arduino, Making, Embedded Development, etc.
Blogartikel, Anleitungen und Tipps rund um den Raspberry Pi Singleboard Computer und verwandte Themen.
We will post information about the Raspberry Pi SBC and related topics, like Arduino, Making, Embedded Development, etc.
Abmessungen Raspberry PiEin Raspberry Pi 3B+ hat, als Vergleich, die Abmessungen: 85 mm x 56 mm für die Basisplatine. (USB & LAN, sowie andere Stecker ragen teilweise über die Platine hinaus). Hutschiene / DIN-SchieneHutschiene: TS35, U-förmiges Profil. Standarisierte Befestigungsschiene für Gehäuse, Racks, Schaltschränke, u.s.w. Sie wird vielfach in der Industrie eingesetzt. Einer der ersten Einsatzzwecke [...]
If you want to host your own Raspbian repository, this article is for you.A Raspbian repository consists of a special directory structure on a webserver. The files, including the packages, are all static – therefore this repository could also simply be hosted on an Amazon S3 instance, for example.The sources.list entry in Raspbian/etc/apt/sources.listdeb http://raspbian.raspberrypi.org/raspbian/ stretch [...]
The official Pi Zero W case is white, whereas the default TEK-BERRY sold as white is in reality RAL light-grey – a bit darker than white.Here’s two pictures. When placed side by side you can see the difference, otherwise it is hard to tell that the case is not indeed 100 % white:The cases are [...]
Beamer RechercheTechnologienLCDJe Farbe ein LCD Panel, werden zusammen projiziert (Licht wird durch die LCD Paneele hindurchprojiziert)zweitbeste KontrastwerteGut für Helligkeit.Nachteile:· Fliegengitter-Effekt ("screen door effect")· staubempfindlich· LCD-Memory-Effekt (Einbrennen)DLPnutzt kleine Spiegel auf einem Chip, um Licht an / aus zu modulieren.Meiste Modelle haben ein Farbrad um sequentiell Farbe aufzubauen. Einige High-End Modelle haben drei DLP chips (einen für [...]
Technische GrundlagenAndroid™ basiert auf dem Linux-Kernel, optimiert ihn aber besonders auf embedded Systeme & mobile Plattformen.Android nutzt den Linux Kernel mit einigen Anpassungen. Es unterscheidet sich jedoch grundlegend von üblichen Linux Distributionen, wie bspw. Debian / Raspbian / Alpine Linux.Üblicherweise nutzen Distributionen die GNU C Bibliothek (glibc), und einen X server (bspw. Xorg) für grafische [...]
This is a series of questions and answers for our LetsTrust TPM module. If you have an industrial project, and are looking at 100+ units, we’re happy to work with you to modify the product, if necessary. Contact us for details.Is there the possibility to support the TPM module on the Linux Kernel 3.1? Which [...]
Usually the WLAN password for the Anonymebox 3B+ is set to a random password during manufacturing. It is shipped to you with a silver label, carrying the WLAN password on it which is set.If you order the image, or upgrade from an earlier Anonymebox firmware, there is a default password which is set.The default WLAN [...]
Alpine 3.9.0 ships a new version of the init script in it’s initramfs.left: Alpine 3.9.0, right: Alpine 3.8.2There are a number of interesting changes:better and earlier networking support for the boot process, with an additional kernel parameter for cmdline.txt: BOOTIF, allowing you to specify the device interface you want to use for boot purposesnetworking is [...]
Motivationpidoctor is written in Python (as there was no easy way to get Crystal to work on ARMHF / musl). This means a dependency on Python – which adds overhead. I suspect that this overhead is the reason that pidoctor will not run on 256 MB Raspberry Pi’s – because the RAM is exhausted by [...]