Raspberry Pi

Raspberry Pi[English] 

Hi, welcome to my blog. As you might have noticed, most of what I write here is in Dutch. I am sorry if that means you won’t be able to understand it. But it is just that most of my readers (and myself) are Dutch, so that language made the most sense.

Some of the Raspberry Pi instructions, like the setup for SMA-Bluetooth are in English. If there is anything written in Dutch, that Google Translate can’t make sense of, please let me know (just mail me in English).

Note: I have not written SMA-Bluetooth and I have been getting a lot of questions related to it no longer working with newer versions of the code etc. I am sorry but I currently lack the time to figure out all those specific problems. Please try posting them at the SMA-Bluetooth forums instead.

[Nederlands]

Ook ik werd aangetrokken door de charme van het Britse initiatief waarbij je voor minder dan €40,- de beschikking kon krijgen over een klein, compact, niet al te krachtig moederbordje voor een computer. Met een micro-USB voeding + een SD-kaartje met het besturingssysteem + een omhulsel was het mogelijk om voor minder dan €100,- een computer te bouwen. Nee, geen desktopmachine waar je zwaar rekenwerk op kon doen. Maar wel een computer vergelijkbaar met de ‘plugcomputers’ zoals de Sheevaplug waar ik een paar jaar geleden mee heb mogen spelen.

Op de Raspberry Pi website en op het forum vind je veel spannendere voorbeelden van wat mensen met hun Raspberry Pi doen dan dat ik ooit van plan ben. Hoewel ik meestal in het Nederlands schrijf, vond ik het wel zo praktisch en handig om deze instructies in het Engels te schrijven. Dat maakt ze wat breder toepasbaar en alle materiaal dat ik zelf over de Raspberry Pi kan vinden is ook in het Engels.

Raspberry Pi and PVOutput

I use the Raspberry Pi to read the data from my SMA Sunny Boy 1600TL inverter, The Raspberry Pi connects every 5 minutes and sends the data to PVOutput.org. A more extensive description of the hardware used is available in Dutch here, the install instructions for the software are available in English here.

Daily report via e-mail

One addition I created for the Raspberry Pi is a script that mails me every day at 9PM. Attached to the mail is an image with the energy production for that day. See this posts (in Dutch) for more information and this page (in English) for the step-by-step to set it up.

If you want the temperature line included, then see this page (in English).

Arduino + Raspberry Pi – Measuring Temperature and Humidity

My first project connecting an Arduino an Raspberry Pi together to measure temperature and humidity while displaying the result on a website. It uses Python and the serial connection over USB between the Raspberry Pi and the Arduino.
See instructions in English here.

Arduino + Raspberry Pi – Learning about Serial Communications

The thing that amazes me still, is that if you learn something new, afterwards you cannot imagine that you did not already know what you learned. The same is true for learning to use the serial connection between the Raspberry Pi and the Arduino. Now, after many hours struggling with it, I am starting to understand how it works. And now I am wondering why I didn’t do it this way right from the beginning.

You can read about my second version of the  measurement of temperature and humidity on this page (in English)

Auto reset with mail notification

This setup makes sure that the Raspberry Pi reboots automatically when it freezes and sends you a mail.
Read the instructions here.