The same is also true for keeping items cool – it can be wasteful to run a whole fridge just to make yoghurt – but with a temperature controller, the principle is the same. Instead of activating a heating element, you’ll be activating the plug on a mini-fridge or other cooling element, like a Peltier (thermoelectric cooler) – and of course, the logic will be reversed.
Read more »Temperature Controlled using Arduino
Category: Arduino Tags:
- Login to post comments
7 Segment Display Pinout
A seven-segment display (SSD) is a widely used electronic display device for displaying decimal numbers from 0 to 9. They are most commonly used in electronic devices like digital clocks, timers and calculators to display numeric information.
Read more »Category: Technology Tags:
- Login to post comments
Using Interrupts on Arduino
What's awesome about this is that it structures your system to react quickly and efficiently to important events that aren't easy to anticipate in software. Best of all, it frees up your processor for doing other stuff while it's waiting on an event to show up.
Read more »Category: Arduino Tags:
- Login to post comments
Audio Amplifier with Salvaged Parts
This Instructable is the project I built with a schematic from the IC datasheet and some parts I removed from an old CB radio. Before I call the project completed, I need to add a heat-sink to the amplifier IC and some vent holes in my project box. But as it is right now the amplifier works and sounds great.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Basic Electronics
Getting started with basic electronics is easier than you might think. This Instructable will hopefully demystify the basics of electronics so that anyone with an interest in building circuits can hit the ground running. This is a quick overview into practical electronics and it is not my goal to delve deeply into the science of electrical engineering.
Read more »Category: Technology Tags:
- Login to post comments
Op-amp Circuits
The integrator does just what the name implies. It integrates - in the calculus sense - the input signal to produce the output signal. There is a scaling factor and a minus sign again, but that's pretty much what happens.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Arduino LED Chaser
In this project we are going to interface a ROTARY ENCODER with ARDUINO. ARDUINO UNO is an ATMEGA controller based development board designed for electronic engineers and hobbyists. In ARDUINO we have 20 I/O pins, so we can program 20 pins of UNO to be used as either input or output.
Read more »Category: Arduino Tags:
- Login to post comments
Object Counter Circuit
Object counters or product counters are important applications used in industries, shopping malls, etc. They count objects or products automatically and so reduce human efforts. In this tutorial we are going to design a simple object counter circuit without using any microcontroller.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Making of IR Sensor Module
As per the reader’s request, here is the making of the IR Sensor Module. An IR Sensor module is a sensor that transmits and receives infra-red rays when a surface or object is detected. It is a multipurpose sensor, which can be used in line following robot, obstacle avoiding robot, edge avoiding robot, etc.
Read more »Category: Electronic Circuits Tags:
- Login to post comments
Line Follower Robot without using Microcontroller
Nowadays, every robot is done with the help of the microcontroller, and hence the circuit is too big and tough to understand. For that reason, this Intelligent Line follower robot is developed with a simple concept. This robot is a mobile device that detects and follows the line drawn on the floor. The path must be in a visible black line on a white surface.
Read more »Category: Robotics Tags:
- Login to post comments
