Posts by Ibrar Ayyub:
Breadboarding the 68K
Posted on: 25 Apr 2016
My 68K breadboard computer is alive! It’s always a thrill when a pile of random chips does something recognizably computer-ish for the first time. Blinking some LEDs in sequence is great; running BASIC is super extra great. I’m excited. This simple breadboard machine is a prototype of the 68000 single board computer I plan to […]
Arduino Accelerometer mma7361
Posted on: 25 Apr 2016
Hey guys, I am a teaching assistant for an introduction to engineering class for biomedical engineering majors at Vanderbilt University this semester. I created this video to explain analog-to-digital conversion to them because time ran out during class and I did not get to this point in the lecture. I ran across the Teach It! […]
Arduino DS1307 Clock
Posted on: 25 Apr 2016
1) Introduction and Images Hello friends, today I am going to build a Digital Clock using Arduino UNO and famous DS1307 Real Time Clock IC. Before we begin, here are some images of the completed project. You can find the YouTube video at the bottom of the page 2) DS1307 RTC IC DS1307 is a […]
MCP41100 an Arduino Controlled Potentiometer
Posted on: 25 Apr 2016
We know the analog potentiometer , is a three-terminal resistor with a sliding contact that forms an adjustable voltage divider . MCP41100 an Arduino Controlled Potentiometer: 1)volume controls on audio equipment. 2) Control the amplifier Gain and offset . 3) Transducer ” displacement transducers “. and many Other application , But did you you want […]
Arduino Bipolar Stepper Motor
Posted on: 25 Apr 2016
It is a well known fact that Stepper motors are awesome! The only downside is that they can be a bit trickier to get going than servos and plain old DC motors. If you are interested in the inner mechanics and theory of stepper motors, check this excellent post on PCB heaven. If you happen to have one […]
Low-Frequency Converter
Posted on: 24 Apr 2016
Among the signals below 550 kHz are maritime mobile, distress, radio beacons, aircraft weather, European Longwave-AM broadcast, and point-to-point communications. The low-frequency converter converts the 10 to 500 kHz LW range to a 1010 to 1550 kHz MW range, by adding 1000 kHz to all received signals. Radio calibration is unnecessary because signals are received […]
How To Generate Square Wave Using Arduino
Posted on: 24 Apr 2016
Any AVR microcontroller based board which follows the standard Arduino schematic and is flashed with the Arduino bootloader can be called an Arduino board. The Arduino is refered to as open source hardware and the Arduino IDE is also open source and anybody can contribute their libraries to the Arduino. All arduino boards should be […]
Arduino and Transistors Question – RE: School Musical Production
Posted on: 23 Apr 2016
One of the directors has asked me to create a special backdrop for our college musical. This particular backdrop has a particular design (see below) that includes LED strip lighting to give the feel of a 1920s casino sign – similar to what is seen today in Las Vegas. I have done up a detailed […]
Tektronix RSA306 USB Real-Time Spectrum Analyzer Review and Experiments
Posted on: 22 Apr 2016
In this world exclusive episode, Shahriar takes a close look at the all new Tektronix Real-Time USB Spectrum Analyzer. The RSA306 has an RF bandwidth from 9kHz to 6.2GHz with a real-time analysis window of 40MHz. While being entirely powered form a single USB 3.0 interface, it provides a 100% Probably of Intercept for any […]
Build Arduino Based Home Security System Using PIR Motion Sensor
Posted on: 22 Apr 2016
PIR sensors are widely applied in wireless residential security systems, home alarms systems and many more security circuits as motion detector sensors. A typical PIR sensor detects the infrared red (IR) waves from human body and so it is also known as ‘human sensor’. It would be wonderful if we interface PIR sensor to Arduino […]