Sunday, June 21, 2020

Amazing RPi 4 setup with 250GB SSD and 1.5TB storage space!


Of course, this is not the best and most powerful setup but it is an interesting solution. All these hard drives I have laying around so I decided to use them and it is a great addition to Raspberry Pi 4.

Monday, June 1, 2020

How to setup File Server with Raspberry Pi


We are gonna kick off with preparing fresh copy of Raspberry PI OS Lite on empty SD card with Raspberry Pi Imager software. When is all done SD card has to be removed and inserted back into card reader so Windows can see newly created partition. In my case i'm using Notepadd++ to create empty file called "SSH" without file extension and we are gonna save it to boot partition of our SD card.

Programing AT89C2051 using SDCC compiler on Debian Linux

My Homemade AT89C2051 Development Board First and foremost we need to install a compiler and we need a programmer to load the code into the ...