KatPadi's Point

Category: Hobbies

Time-Lapse Video Generator Using Raspberry Pi

So, I’ve been tinkering with my Raspberry Pi for the past couple of days. This weekend, I started with my time-lapse video generator using Raspberry Pi and its camera module. Taking snapshots is easy because RPi has a built-in raspistill command: raspistill -hf -vf -x -o melody.jpg There are many options which you can find here. When I connected the camera…

Setting Up Raspbian on Raspberry Pi

The very first thing that I did was to download an OS that my Raspberry Pi will use. There are many options like NOOBS and Ubuntu Mate but everyone’s sold with Raspbian so I chose it as well. Setting Up Raspbian on Raspberry Pi After I’m done downloading the OS here, using was not as easy as transferring it…

DxS: The Coffee Slayer

A clone of the game Heavy Bird created using the Phaser framework which is a clone of the widely-popular game Flappy Bird. It’s basically cloneception! Anyway, the main difference is that it doesn’t score up when you get pass a tower. It scores++ when you collect Starbucks drinks. I also made it shake and throw random blocks when you…