Category: Raspberry Pi
Posted in Python
Switch Case – Python
In this tutorial I am going to show you how to implement Switch Case using Python. Unlike other languages like C, C++ and Java, Python…
Posted in Python
Multithreading – Python
Brief Introduction The Multithreading concept needs proper understanding these two terms – a process and a thread. A process can be divided into independent units…
Posted in Raspberry Pi
Raspberry Pi Model B – Turning on an LED with GPIO
Author: Bruno Silva Published Date: March 1, 2019 Leave a Comment on Raspberry Pi Model B – Turning on an LED with GPIO
In this tutorial I am going to show you how to turn on and off an LED using a Raspberry Pi (Model B in this…
Posted in Raspberry Pi
Setup Raspberry Pi via SSH and Remote Desktop Connection with VNC Server
Author: Bruno Silva Published Date: March 1, 2019 3 Comments on Setup Raspberry Pi via SSH and Remote Desktop Connection with VNC Server
In this tutorial I will setup a Raspberry Pi 3 Model B via SSH and I will setup remote desktop connection for my Raspberry Pi…