
This blog post should answer (or at least try to) the question, if Fusion 360 could be used for a living space’s interior design. The reason why I decided to make a post about it, because at one point in my life I was searching for a such answer myself. To tell you the truth, … Read more

An angle grinder is a useful and universal tool which can be used to cut lots of different materials – wood, metal, concrete etc. In this blog post you will find how to use it for cutting concrete walls using a 3D printed DIY addon for a vacuum cleaner. Intro Although the one of the … Read more

This is a continuation of tinyAVR how-to series. This blog post is going to be about AVR CPU, its possibilities and registers. Features 8-Bit, High-Performance AVR RISC CPU: 135 instructions Hardware multiplier 32 8-Bit Registers Directly Connected to the Arithmetic Logic Unit (ALU) Stack in RAM Stack Pointer Accessible in I/O Memory Space Direct Addressing … Read more

There are lots of cheap USB-Serial adapters on the market which most of the time are perfect solution if you want to flash a MCU or you need a data connection between a PC and some kind of device with serial interface. But those cheap solutions are not suitable if electrical isolation between a PC … Read more

If you have ever designed your own PCB with ESP12 module on it, probably you have left some kind of a connector to program the module. But what if you don’t want to have an extra connector or you don’t have enough space on a PCB? Then you could use an pogo addon for ESP-12 … Read more

Handful of older generation AVR MCUs needs ISP (In System Programming) connector to flash your own firmware. Usually if you design your own PCB, you will place somewhere 6 pin header (2×3 pins) as ISP connection. Most of the time it makes sense, unless PCB needs to be small especially in its height. In these … Read more

This tutorial is about an UV exposure method for making you own PCBs in home environment. This method allows you to etch boards suitable even for tiny SMD components (except maybe for BGA parts). Although it takes some effort, making PCBs at home allows you to design, make, solder and test prototypes faster than ordering … Read more

So, I have received the PCBs which were designed for the DIY portable signal generator. This post will be more about the PCBs and its manufacturing tutorial than a regular update on the project. So, it might be useful for those who wants to get their own PCBs manufactured, but don’t know how to do … Read more

This post is going to be about a graphical user interface for DIY generator’s display I have talked about earlier. Also, this post will be a short one. Two libraries were used to display the interface. The first one is TFT_eSPI. Although it has its own screen drawing/writing functions, its main purpose is to be … Read more