using

DIY Power Logger Using I2C & Python

Make your own power logger for electronics that you use in the house using INA219 chip, SSD1306 OLED display, Raspberry Pi 3, and Python.   Story The drive for this project was the inspiration from (my opinion) a well known YouTuber, which presents electronics circuits, projects, and electronics basics videos (how capacitors, inductors, MOSFETs, etc.). …

DIY Power Logger Using I2C & Python Read More »

Using Raspberry Pi through VNC

Contents 1 Setup VNC server on RaspberryPi 2 Accessing through VNC 3 To Automate the above Process on Boot Virtual Network Computing (VNC), is a graphical desktop sharing system used to remotely control a computer’s desktop from another computer. It uses Remote Frame Buffer Protocol (RFB). It transmits keyboard strokes and mouse movement from the controller to the …

Using Raspberry Pi through VNC Read More »

Using Switch with Raspberry Pi – Python

Contents 1 Raspberry Pi GPIO Pin Out 2 Pull Up and Pull Down 2.0.1 Pull Down 2.0.2 Pull Up 3 Circuit Diagram 4 Python Programming I hope that you already go through our tutorial, LED Blinking using Raspberry Pi. Detecting switch status is one of the basic step in learning Raspberry Pi GPIO operations. Here we using Python programming language. I hope that you …

Using Switch with Raspberry Pi – Python Read More »

Using UART on Raspberry Pi – Python

Contents 1 Freeing up UART pins on Raspberry Pi GPIO 2 Using Python 2.1 Installing pySerial 2.2 Example Program UART stands for Universal Asynchronous Transmitter / Receiver, a popular serial communication interface which provides full duplex communication between two devices. The term universal means that transmission speed and data format are configurable. As it is asynchronous it doesn’t need to send clock signal …

Using UART on Raspberry Pi – Python Read More »

Using A Joystick On The Raspberry Pi Using An MCP3008

While browsing eBay looking at electronics stuff I found a few interesting items to connect to the Pi. The first item was a small 2-axis analogue joystick. They are similar to the thumb-sticks you would find on a modern games console controller. These modules are cheap and easy to connect to a circuit so I decided to …

Using A Joystick On The Raspberry Pi Using An MCP3008 Read More »

Using Phidgets on a Raspberry Pi 2

Hello Makers, In this instructable I will be showing you how to prepare a Raspberry Pi2 for use with a Phidgets Interfacekit 8/8/8 The Products from Phidgets allow you to connect sensors an actuators to your pc/pi/mac through the usb port. Most of the sensors do not require any soldering. http://www.phidgets.com/ There are plenty of …

Using Phidgets on a Raspberry Pi 2 Read More »

Scroll to Top