Pressure and Data Acquisition: A Comprehensive Guide

Pressure Problem 7

Pressure (Pascal or N/m2) = Force (N) / Area (m2)

Air pressure decreases with increasing altitude

Static pressure measurement= NO MOTION Dynamic pressure measurement= WITH MOTION.   Absolute pressure is measured relative to a vacuum (0 N/m2). Gauge pressure is relative to ambient atmospheric pressure. Differential

Pressure is like gauge pressure, but a specific reference pressure is used instead of the atmospheric pressure.

Locations to measure differential pressure: ACROSS FANS,

Read More

Exploring Art Techniques and Materials: A Comprehensive Guide

Exploring Art Techniques and Materials

1. Supports in Art

1.1. Material Properties of Supports

The materials that form a support give it a series of qualities such as absorption, flexibility, transparency, and texture. Examples include:

  • Absorbent: Paper, cardboard, plaster walls
  • Flexible: Paper, cardboard, fabric
  • Rigid: Walls, wood, ceramic
  • Transparent: Plastic wrap, celluloid, acetate
  • Opaque: Cloth, wood, paper, walls
  • Smooth: Satin and smooth papers and cardboards
  • Textured: Rough papers, walls, wood

1.2.

Read More

E-commerce Technology and Business Models Overview

Chapter 1

Eight Unique Features of E-commerce Technology

Ubiquity//Global reach//Universal standards//Information richness//Interactivity//Information density//Personalization//customization//Social technology

Web 2.0

User-centered applications and social media technologies
User-generated content and communication
Highly interactive, social communities
Large audiences; yet mostly unproven business models
Examples: Twitter, YouTube, Instagram, Wikipedia, Tum

Chapter 2

Eight Key Elements of a Business

Read More

Door Operation Types, Parts, and Performance Criteria

DOOR OPERATION TYPES

  • Single side hung
  • Double lead
  • Sliding
  • Swinging (oscilante)
  • Centre folding (cierre de casa, varias hojas)
  • Folding (solo dos hojas)
  • Revolving
  • Overhead up-and-over (garage)

PARTS OF A DOOR

  1. Frame
  2. Leaf
  3. Threshold
  4. Connecting jamb
  5. Hinge
  6. Lock/hatch

PERFORMANCE CRITERIA FOR EXTERNAL/INTERNAL DOORS

External Entrance

  • Resistance to wind load (1,2,3,4,5, A,B,C)
  • Watertightness (1A-9A)

Internal Entrance Door

  • Air permeability(1,2,3,4)
  • Thermal insulation criteria (declared value)
  • Burglary resistance (1,2,3,4,5,6)

Internal

Read More

Understanding and Troubleshooting PC Power Supplies: A Comprehensive Guide

Understanding and Troubleshooting PC Power Supplies

The Power Supply Unit (PSU)

The PSU is a crucial component that converts AC power to DC and delivers the required voltages to various computer parts. It’s physically attached to the case and often uses a fan for cooling.

Types of Power Supplies

There are two main types of PSUs:

  • Switching: More efficient, smaller, and lighter, but can generate electromagnetic interference (EMI).
  • Linear: Uses a transformer, generates less EMI, but is larger and less efficient.
Read More

IR Remote Control for Servo Motor with Arduino

Code Explanation

This code controls a servo motor using an IR remote and an Arduino. It includes functions to decode IR signals, validate remote codes, and perform actions based on the received key presses.

IR Remote Codes

The code defines arrays to store IR codes for both white and black remotes, along with their corresponding key names. These codes are specific to the Robojax IR remote but can be modified for other remotes.

White Remote Codes (Non-PCB Version)

unsigned int whiteRemote[] = { ... };

White
Read More