Ben Nuttall has been having a go with the new Remoting facilities available on the v1.4 release of GPIO Zero. He’s used the virtual joystick on the SenseHAT emulator as the controller and then sent commands remotely to another Pi which has the motor controller and motors on board. He’s then changed the Python slightly to do it ‘for real’ with a real SenseHAT. His complete thought process, together with all the code you need to do it yourself, is available on his blog.
Interview with the creators of retro gaming system RetroPie
Stephen Lovely has just blogged a great interview with the creators of RetroPie, the retro gaming operating system for the Raspberry Pi. It’s really interesting and deals with the development of the software, the team behind it, trademark disputes and their loose relationship with the Raspberry Pi Foundation. You can read the interview here.
Company happiness tracker uses a Raspberry Pi, LEDs and buttons
Katja Budnikov works for a company (shopping24) that has the occasional two-day hackfest where employees get to play around with new technology and come up with non-work related projects. (Sounds like fun!) For the current round of hacking, Katja’s team used a Raspberry Pi, some buttons and LEDs to construct a box which would allow employees to indicate how happy they are on a particular day. The buttons trigger the illumination of LEDs in the shape of a ‘tick’ and also send messages to Graphite, a web-based app which stores and graphs results. The code to do it is written in Python with a healthy dose of GPIO Zero thrown in for good measure. If your German is good, you can read Katja’s account of the project here or alternatively run it through Google Translate for the English. Thanks to Hackaday for spotting this one.
Play Tetris on a Raspberry Pi and a Scroll pHAT
Martin Fitzpatrick has taken a Scroll pHAT and attached it to a Raspberry Pi Zero to create a Tetris game. He’s then added several buttons to allow the user to control the pieces to play the game. One would imagine this will work even better on the Scroll pHAT HD! You can see instructions for how to build it yourself here, together with diagrams, photographs and videos of it in action.
Hiding a Raspberry Pi Zero inside an old hard drive
Logan Rickert wanted to bring a Raspberry Pi Zero into a penetration testing environment but in a covert manner. He decided to repurpose an old hard drive, fit the Zero inside and then power it from the 5V line of the hard drive. That way, when installed, the Zero would be powered and it would look just like an extra hard drive. Read more here.
Portable Raspberry Pi used as a Personal Trainer – feel the burn!
Richard Hayler likes to keep fit but his recent job change has meant that he unable to get to fitness sessions with an instructor. He now exercises in his back garden but wanted some way of having a visible and audible cue to his programme of exercises. Enter the Raspberry Pi. Richard’s taken a Raspberry Pi Zero, Pimoroni Scroll pHAT HD, a Pico HAT Hacker, a couple of buttons and a buzzer to make his own Pi-rsonal Trainer. The exercises are programmed in and the buzzer sounds when he needs to move onto the next one. The Scroll pHAT is used to display the current exercise and the whole thing is portable thanks to USB battery pack. Read more about the build here and see a video of it in action below: