python

Raspberry Pi RS232 Communication

Exploring RS232 Communication with Raspberry Pi Those familiar with older electronic devices are no doubt acquainted with the ubiquitous RS232 serial port. This classic standard for serial communication has long been the primary means of joining hardware peripherals to computers. While less common nowadays in favor of USB and networking, RS232 remains relevant for communicating […]

Raspberry Pi RS232 Communication Read More »

Access Raspberry Pi 4 UART Using Python

Access Raspberry Pi 4 UART Using Python

Introduction Universal Asynchronous Receiver/Transmitter or UART is a vital communication protocol used for serial communication in embedded systems and microcontrollers. The Raspberry Pi includes a UART controller that provides serial communication capabilities through its GPIO pins. This allows the Pi to interface with various external serial devices. Python offers a simple yet powerful way to

Access Raspberry Pi 4 UART Using Python Read More »

FIG 1 Pin map of HC SR501 PIR motion sensor

Home Security System Using Raspberry Pi

1.Background In modern times, there is a growing emphasis on home security. Home security encompasses the combination of security hardware installed on a property and the implementation of personal security practices. The hardware aspect involves doors, locks, alarm systems, lighting, motion detectors, security camera systems, and other protective measures. However, existing home security devices often

Home Security System Using Raspberry Pi Read More »

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

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 »

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

Scroll to Top