digital

HSM 20G Interface

HSM-20G Interface with Arduino Uno

The HSM-20G is an analog humidity and temperature sensor that outputs analog voltage respects to relative humidity and temperature. However from this sensor relative humidity is found along with temperature. Relative humidity is the percentage of moistures of airs for a particular temperature [1]. Feature: 1. Storage range: -20°C to 70°C 2. Operating range: 0°C …

HSM-20G Interface with Arduino Uno Read More »

LabVIEW Interface for Arduino

Interfacing LabVIEW With Arduino

Interfacing LabVIEW With Arduino In previous article of Getting Started with LabVIEW, we have seen about LabVIEW and how it can be graphically programmed and executed in computer (software level). Now in this article we learn about How to Interface LabVIEW with Arduino Board. Requirements To interface LabVIEW with Arduino, you require the following software’s and hardware’s, …

Interfacing LabVIEW With Arduino Read More »

Serial Call and Response with ASCII encoded output

Serial Call and Response with ASCII-encoded output using Arduino

This example demonstrates string-based communication from the Arduino board to the computer using a call-and-response (handshaking) method. The sketch sends an ASCII string on startup and repeats that until it gets a serial response from the computer. Then it sends three sensor values as ASCII-encoded numbers, separated by commas and terminated by a linefeed and …

Serial Call and Response with ASCII-encoded output using Arduino Read More »

Digital Read Serial Circuit

Digital Read Serial using Arduino

This example shows you how to monitor the state of a switch by establishing serial communication between your Arduino and your computer over USB.   Hardware Required Arduino Board A momentary switch, button, or toggle switch 10k ohm resistor breadboard hook-up wire Circuit image developed using Fritzing. For more circuit examples, see the Fritzing project page Connect three wires …

Digital Read Serial using Arduino Read More »

Tri Mode Digital Clock

Tri-Mode Digital Clock with ATtiny85 and RTC

Story Hello everybody, This is my first project using ATtiny85 microcontroller and also including a Real Time Clock (RTC) working with it. The use of ATtiny85 is a very interesting way to shrink your Arduino projects in a final tiny version. The Three-Modes Digital Clock includes a version with common decimal clock and also with two versions …

Tri-Mode Digital Clock with ATtiny85 and RTC Read More »