raspberry pi
95 postseverything filed under raspberry pi
-
2018-06-17
Pi Camera stop motion animation
In preparation for a Raspberry Pi event I decided to create a simple GUI for creating stop motion animations using the Pi camera module to use for a demo.
-
2017-12-29
Setup Raspberry Pi Samba share
I almost always setup a samba share on every Raspberry Pi I install, it allows me to easily share files and work on my projects - so I thought I had better write down how I do it. Install samba:
-
2017-07-07
Python Bluetooth RFCOMM Client Server
As part of the Blue Dot project I needed to create a simple Bluetooth client / server library so that the communication could be managed. This library, btcomm, is part of bluedot but its not exclus...
-
2017-05-05
Raspberry Pi Touchscreen Portrait
I recently wanted to turn my Raspberry Pi Official Touchscreen portrait (i.e. sideways!), which turns out is a bit of pain.
-
2017-04-24
Blue Dot - a bluetooth remote for Raspberry Pi
Blue Dot is a really simple way to add Bluetooth remote control to your Raspberry Pi projects.
-
2017-01-05
Raspberry Pi - 4 digit 7 Segment display, gpiozero
I recently picked up some ‘retro 4 digit LED displays’ from pimoroni, noticing there was no support in gpiozero for 7 segment displays (either single or multi digit) I decided to add them and creat...
-
2016-12-08
Raspberry Pi - bash memory split check
I needed a bash script which would only launch a program on a Raspberry Pi if there was enough memory dedicated to the GPU.