using

ina sketch bb ts7pYzmCkt

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 »

Capture 12

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 »

Capture 3

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 Phidgets on a Raspberry Pi 2

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