Raspberry Pi – mounting USB drive
Raspberry PI by default has only one memory available – SD card which also holds kernel itself. Unless you are using large SD, eventually you are going to run out of space -especially if you are...
View ArticleTime to make Raspberry Pi go wireless
Raspberry Pi Model B comes with Ethernet interface built in where you can plug cable and have internet access. In many cases this is enough, but what if you want it to be more portable and still be...
View ArticleUsing SQLite in Raspberry Pi
If you are doing some data logging, sensor reading or other routine task with raspberry Pi, then you probably are thinking of using database. The list of database software choices is quite long, but in...
View ArticleWorking with SQLite in Raspberry Pi using Python 3
Last time we did few basic operations with SQLite in Raspberry Pi. We learned how to set up SQLite3, create first database file and fill with data. Using SQL commands we were able to select data and...
View ArticleTransferring files with SCP between raspberries
I was playing with Raspberry Pi Model B for quite a long time. Tweaked few settings, wrote couple helper scripts. After some time second Raspberry Pi 2 arrived. I realized that most settings and...
View ArticleRaspberry Pi 3 goes 64-bit and adds more features
When first Raspberry Pi board was introduced it literally changed the understanding of small computers by bringing Linux closer to us. With great support, low board prices and huge community it stayed...
View ArticleContinuously running Raspberry Pi torrent client
Previously we have configured basic NAS storage on Raspberry Pi. Having such power and doing nothing with storage is a waste. To prove its usefulness Next logical step is to implement torrent client on...
View ArticleNetwork attached storage (NAS) with Raspberry Pi
There is a Raspberry Pi 3 out there which is much faster than version 1 and 2. While latest two are faster than first model, I thought it would be great to give some purpose to first Raspberry Pi model...
View ArticleStart Working with Raspberry Pi and Motion Systems
Technology is something which has come forward in leaps and bounds over recent years, and it is something which Progressive Automations in particular has taken advantage of. Technological advancements...
View ArticlePowerful open source SQLite manager for Raspberry Pi
SQLite is a lightweight but powerful database management tool. It occupies a little space on the device – a bit more than 500KB, but offers most of the features that are implemented on other SQL...
View Article