Category Archives: DIY
Car on-board diagnostics (ODB II) with android, first tests
Short version With an android phone and ODB adapter one can get access to the standardized diagnostic interface(s) of a car. I bought an ODB II bluetooth adapter to find out what information is available from a car. With a … Continue reading
Raspberry Pi and physical interfaces, part 2
This blog continues from the previous blog Raspberry Pi and physical interfaces. Case: GPIO with 1 LED output and 2 inputs First the push button & LED example is modified to include also another input, a hall switch. For the … Continue reading
Fritzing, tool for documenting Raspberry Pi projects
Fritzing is an open source tool, which is great for documenting your Raspberry Pi projects. Their library contains several electronic parts, and if needed, one can create own components too. For advanced usage, one can even order PCBs (Printed Circuit … Continue reading
Raspberry Pi and physical interfaces
Raspberry Pi contains several GPIO pins, which can be used as digital input or outputs (GPIO = General-purpose input/output). For example, if GPIO4 is defined as output, then setting the output value to 1 provides 3.3V into that physical pin … Continue reading
“Tiger in the cage” examples, bow-tie analysis as part of risk assessment
Bowtie analysis might be an helpfull tool for risk assessment. I used yEd to create my own bowtie (see the source at the end). Bow tie analysis in the ISO 31010. Bow tie analysis is a simple diagrammatic way of … Continue reading
Raspberry Pi as security device, first look on IPFire
Raspberry Pi is an interesting candidate for a low cost, low power, small and open source based security device to be used at small office or at home office (SOHO), or for protecting your home automation… However, some preconcerns were … Continue reading
Murmur, tool for simple and secure voice conference
Murmur is an open source alternative for DIY voice conferencing using encrypted communication. It is used especially in gaming, but it can easily be used for small working teams or for family multiparty talks. Plus: Quick and easy to setup … Continue reading