Martin O’Hanlon has written an excellent tutorial on using Minecraft: Pi Edition’s API using Python. Read the tutorial here
Category: Programming
Connecting LM75 temperature sensor to the #RaspberryPi, reading it in Java
Jan Krueger has written an in-depth tutorial in connecting up a bare LM75 temperature sensor to the Raspberry Pi. Plenty of photographs to show the connections and a table to show the pin connections. He has then used the Pi4J…
Python web application server on the #RaspberryPi with Flask
James Jesudason has written a great blog post on setting up the Raspberry Pi as a web server using the Flask application framework. Read the tutorial here.
NodeJS + #RaspberryPi – The easy way with pijs.io
Interesting way of running NodeJS on your Raspberry Pi. Read more here
Manhattan Island on Minecraft #RaspberryPi edition / @Raspberry_Pi
Martin O’Hanlon has adapted his 3D-model-to-Minecraft conversion script to generate a Minecraft version of Manhattan on his Raspberry Pi. This is truly impressive work and shows just how complicated models on the Pi can get! Read more here and explore Manhattan…
Using Scratch with the #RaspberryPi and #Arduino
Ken over at The Maker’s Box has been experimenting with the Raspberry Pi’s GPIO using MIT’s visual programming environment Scratch. Read more here
#RaspberryPi controlled sous vide water bath
Chris Swan has been using the Easter weekend to work on a Raspberry Pi-controlled sous vide water bath. He’s used a radio controlled mains socket from Maplin and a Github project called Raspberry Stroganoff to make it happen. Read more about…
Dealing with issues with the Adafruit I2C libraries on the #RaspberryPi
Blogger “Static” has been writing about his issues with the Adafruit I2C library, in particular reading sensors such as the BMP085. Apparently the newest version has been changed enough that it can produce random readings. He has got a modified…
Build C# apps on your #RaspberryPi
Jeremy Morgan has been experimenting with writing and running C# console applications on his Raspberry Pi by using Mono. Read more here if C# is your thing!
Learn Python for the #RaspberryPi with this series of articles
David Briddock has been hard at work writing a series of blog posts about Python and how to use it. This series caters for beginners of all ages who want to learn how to program and don’t know where to…