Blog

Tags

Development[34] Tips[22] DIY[17] Raspberry[13] Games[12] Arduino[11] Web[10] Reviews[10] Books[10] Life[9] Xbox[7] Tutorials[6] Windows[6] Php[5] Gaming[5] Business[4] Mysql[4] Websites[4] Server[3] Exitshop[3] Azure[3] 3d-Printing[3] Programs[3] Python[3] E-Commerce[3] School[3] Retro[2] Review[2] Video[2] Ai[1]

Posts

2024-05-24

Rainwater tank level monitoring with Raspberry Pi Pico W

I have a rainwater tank in my garden and I’m a tinkerer, so I decided to do some water level monitoring. For this I used a Raspberry Pi Pico W, which is small, cheap and has integrated Wi-Fi.

2023-02-03

How I Built My Own Arcade Cabinet

Who could resist building their own gaming console? I decided to build an Arcade Cabinet, in the “tabletop” version, also known as a Bartop. I watched several American videos (they all do it the same way) and adapted it a bit for Czech conditions and my own needs (no nail gun, no joysticks, no rubber around the edges). Finally, I found a reasonable use for my Raspberry Pi 3A, which was “lying around in a drawer”. All I had to do was install Retropie on it. I had already done that in the past, but the whole point is to have your own “hardware”, or better yet, a box.

2022-01-23

Heating Dashboard, Tecomat Scraping in Node.js, WiFi Thermometer on ESP8266, and More

In our house, we have underfloor heating controlled by a Tecomat box, which opens and closes valves based on the temperature in each room and the set target temperature, allowing hot water to flow into each room separately.

2022-01-02

How to Play Steam Games on Your TV?

Not all games are available on Xbox, so every gamer surely has Steam. However, sitting in front of a PC may not be comfortable, and while you can connect your laptop to your TV via HDMI, it’s not convenient. What if your desktop is in another room?

2021-09-22

My humble DIY weather station

I built my weather station a few years ago, but only now do I dare to write an article about it. The weather station is open source, but there is no documentation or anything like that. You can find it on GitHub for inspiration. It’s really just a project for fun.

2019-11-21

Make a gaming console out of Raspberry Pi with RetroPie

Another use for the Raspberry Pi microcomputer can be a retro gaming console. What we will need:

2019-10-06

Controlling a 3D Printer with OctoPrint

When 3D printing, you have three options:

2019-09-05

How to connect LM75 thermometer to Raspberry Pi

We have already shown how to measure the temperature of the processor and receive email notifications when the temperature exceeds a certain threshold.

2019-08-28

How to download torrents on Raspberry Pi

If you use Raspberry Pi as a server, turning it into a torrent client/server is a great idea - it’s always online, so you can download day and night.

2019-08-06

How to Monitor Temperature on Raspberry Pi

You don’t want your Raspberry Pi to catch fire, do you?

2019-07-31

How to create a shared storage from Raspberry Pi

Today we will show you how to create a shared disk in your local network. We will use Raspberry Pi and Samba software for this purpose.

2019-07-31

How to Make a Media Server from Raspberry Pi

Today we will show you how to make a media server in your local network. We will use Raspberry Pi and MiniDLNA software for this purpose.

2019-07-31

How to Make a Web Server with Raspberry Pi

Raspberry Pi is a tiny computer that can be used for many things. We will show you how to build your own web server on it. It won’t have any graphical interface, we will control it like proper nerds through the command line.