The Raspberry Pi comes with a 1-wire Interface bus used to connect sensor modules when working on IoT projects. For example, one such sensor is the DS18B20 used to measure temperature. 1-wire interface is basically a single wire which can carry out multiple functions, including low-speed data transfer, power over a single conductor, and signaling. Practically, the Raspberry Pi supports …

  • Oracle VM VirtualBox is free and open-source software developed by the Oracle Corporation. This great software was created by Innotek and acquired by Sun Microsystems in the year 2008. Thereafter, it was obtained by Oracle in 2010 up to date(2021). The software can be installed on all operating systems without raising any incompatibility issues.

  • MobaXterm is an enhanced terminal for Windows Operating System used for remote computing. It has an X11 server, a tabbed SSH client, and other essential computer utilities that help ease the remote computing process (RDP, VNC, and rlogin). In addition, the MobaXterm terminal fetches all the useful UNIX commands and puts them in a single; and portable ‘exe’ file on …

  • File Transfer Protocol (FTP) is an old technology but is still used by many systems and hardware devices. Some IP cameras allow you to save photos to an FTP server. A Raspberry Pi can be used to create an FTP server. However, it would be best if you had in mind that there are different file-saving formats that you can …

  • VMware is generally a virtual machine software that allows one to run multiple copies of the original Operating System. This, therefore, means that we can test Raspberry Pi without its hardware designed and optimized to run in the Raspberry Pi Module. This handy feature helps many people, especially developers or anyone who loves exploring other OSs and doesn’t have a …

  • Since its first release in 2012, the Raspberry Pi has never shipped with a power button. Of course, that is due to cost matters and the idea of making the Pi flexible to handle an array of projects ranging from anything like embedded IoT projects, Media Center, Network Attached Storage (NAS) to using it as a regular Desktop. However, you …

  • Do you want to turn your PI into a Network-Attached Storage solution? Well, that’s exactly what we will look at today. OpenMediaVault is a Debian-based software that you can use to set up a NAS solution on your Raspberry Pi. Previously, we did a post on how to use Samba to turn your Pi into a NAS. Today we will …

  • The Raspberry Pi is arguably one of the most popular small board computers (SBC) we have in the market today. It’s affordable, has large support from various Software developers, and it’s versatile. You can use it to carry out small personal projects like IoT, Software development, Media server, or even set it up as a Desktop PC. If you decide …

  • Hardware

    Raspberry Pi 400 unit overview

    by Tony G

    Most of us know of the Raspberry Pi board that looks more like an open motherboard with various ports and GPIO pins to connect our devices (monitor, mouse, keyboard, etc.). However, the Raspberry Pi 400 unit is something you should really check out. The whole Raspberry Pi board is built into a compact keyboard, as shown in the image below.

  • An Arduino board is an open-source electronics platform that uses both Sofware and Hardware to implement tasks. It takes input in various formats. From a fingerprint sensor, light sensor, text message from Twitter or SMS, sound sensors, and much more. It comes very much in handy if you are carrying out an IoT-related project.

  • As you perform more resource-intensive tasks on your Raspberry Pi like running a media server, web server, etc., temperature monitoring becomes important. Even though this Small Board Computer is designed to operate even at very high temperatures than most standard laptops and Desktops, above 80 degrees, the CPU will throttle. If you don’t take caution and it exceeds 85 degrees, …