python

MCC 118 – 100KS/S STACKABLE DAQ HAT FOR RASPBERRY PI

Measurement Computing Corporation (MCC) has released a $99 measurement DAQ (Data acquisition system) HAT for the Raspberry Pi. It is highly optimized for single point and waveform voltage. MCC claims their board allows greater accuracy with high resolution. It has much faster sample rates than many other DAQ HAT add-ons for the Raspberry Pi. The new “MCC 118” provides …

MCC 118 – 100KS/S STACKABLE DAQ HAT FOR RASPBERRY PI Read More »

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 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 »

ONION OMEGA2 PRO – A TINY, OPEN SOURCE LINUX DEV BOARD

A tiny, open source, plug-and-play Linux dev board with Wi-Fi and lots of storage. Meet Omega2 Pro, the most powerful Omega yet. The Omega2 Pro is the next generation of our highly successful Omega2 and the most powerful IoT computer we’ve made yet. It is a standalone device – the processor, memory, gigabytes of storage, …

ONION OMEGA2 PRO – A TINY, OPEN SOURCE LINUX DEV BOARD Read More »

Simple Iot Projects Using Raspberry PI

The Internet of things (Iot) is the network of physical devices, vehicles, home appliances, and other items embedded with electronics, software, sensors, actuators, and connectivity which enables these things to connect, collect and exchange data. Today we will discuss  about Simple Iot Projects Using Raspberry PI. Here are Some Simple Iot Projects Using Raspberry PI …

Simple Iot Projects Using Raspberry PI Read More »

Scroll to Top