arduino

Arduino: Build Your Own High-Frequency Counter

In the world of electronics, accurately measuring high-frequency signals is crucial for a wide range of applications, from RF circuit design to audio analysis. While professional-grade frequency counters can be expensive, leveraging the power of …

ee-diary

Laplace and Z-Transform Arduino PID controller

In my previous post on using Laplace and Z-Transform for building PID controller with Arduino . In that post I provided the schematic but did not explain. So I am writing this note on the hardware interfacing aspect. 🧰 Part 1: Hardware Interfacing…

ee-diary

Automatic Changeover Switch with Ardiuno

I am at early stage(although its 2 years now) of building a WISP(Wireless Internet Service Provider) network. And since I am deploying the WISP network in rural mountainous area. But I have realized that I need UPS( Uninterruptible Power Supply) fo…

ee-diary

LED control with Serial Communication between PC and Arduino

Looking to control an LED using your Arduino and a serial connection? In this tutorial, we’ll show you how to use Tera Term(a popular terminal emulator) installed on a PC to send commands through a DB9 connector and MAX232 chip to turn an LED on and…

ee-diary

BJT H-bridge Circuit Operation with Animation

H-bridge circuit can not only be built with MOSFET transistors bu also with bipolar BJT transistor. Here I wanted to post about BJT based H-bridge circuit to drive motors which can be useful in robotics. The H-bridge circuit is constructed using tw…

ee-diary
Load More
That is All