The tall boxes set is ready for download, after successfully completing my tests. You will get carefully designed storage boxes, optimised for 3d print from the ground up. Only this weekend, from 2020-11-27 to 2020-11-29, all STL files in the shop are 20% off. The new set fits well into the series. In the picture…
Category: Common
Organizer Boxes Optimised for 3D-Print
One of the reasons I didn’t publish as many articles are before, is I am still organising my new lab. Because of the current pandemic, everything got delayed and there is still a lot of material which needs to be organised. After reviewing many existing designs and didn’t found one which matched my needs, I…
Circle Pattern Generator
I wrote a small application to generate random circle patterns. You just specify the width and height of the rectangle to fill and the application will fill the area with the circles you specified. The result can be exported in SVG format to use it in other applications. Interface Elements Width, Height: These define the…
My Favourite Board Connectors
In most of my last projects, I used nice miniature connectors from TE. This is, again, no sponsored post. If you ever evaluated connectors, you may know how overwhelming the range of products is. I like to introduce these connectors to you, in the hope you find them as useful as I do. 😅 I…
Well Made Boards from PCBWay
I received new boards from PCBWay for the Always-On project. They are well made for a really low price. As you can see in the previous image, the layer alignment is very good. Also, I do not have to worry about small fonts on the silk layer. I use 1mm labels and fine 0.2mm lines…
Excellent Cases from Distrelec’s RND Brand
First, this is no sponsored post. I like to put my devices into a nice case. It does not only look more professional, but it also protects the electronics from dust and water. If you ever searched for a nice case, you probably know how overwhelming the offered range of enclosures is. Nicer ones, with…
Always-On Project
I just finished a new project, which is called Always-On. This project is a simple bidirectional bridge between the mains-voltage installation and an Adafruit Feather board as a controller. The idea is to have a device integrated into the electric installation. It works as a smart light switch, monitors power lines or works as a…
Snowflake Decoration Available on the Pimoroni Store
We have some great news about my Snowflake Decoration: Starting today, you can buy an assembled version of the project from Pimoroni that can be shipped worldwide. Pimoroni did an excellent job on this project. No soldering is required at all, meaning this is the user-friendliest version of the project ever released! The project comes…
HAL LCD Demo
I added more modules to the HAL layer. The Hitachi LCD driver is now in a stable state. It uses a MCP23008 chip-based backend to reduce the number of wires required to access the display. Video Parts This demo uses a number of Adafruit boards and components: Adafruit Feather M0 (any type) Adafruit I2C /…
Inline AES 256 / CBC Implementation
Today I like to share some encryption code, which can be used in various situations – and is also useful for embedded systems. It is a unique implementation of the AES 256 / CBC crypto algorithm. The goal of this implementation was neither speed nor size. It was written to inline it into existing code….