Posts by Ibrar Ayyub:
RC Quadrotor Helicopter
Posted on: 11 Jul 2016
This project is a RC quadrotor helicopter (quadrocopter, quadcopter, quadricopter, etc). It’s a RC helicopter that uses 4 rotors. You need some pre-requisite skills: How to use Arduino, enough to get started Soldering, wiring, basic electronic skills Basic hand tool operation A quadrotor helicopter flies with 4 spinning propellers on a + shaped frame. When […]
The Zeta minimal Z80 toggle-switch computer
Posted on: 10 Jul 2016
The Zeta is a minimal Z80 toggle-switch computer. It has a Zilog Z80 microprocessor, 256 bytes of RAM and the only interface is the front panel which directly sets and reads the address and data buses. There is a video of it executing Euclid’s algorithm: https://www.youtube.com/watch?v=0GmY_UrbXnA At the moment, there is only one real source […]
LTC3807 38V Micropower Synchronous Buck Controller with VOUT to 24V – Video Product Brief
Posted on: 09 Jul 2016
The LTC®3807 is a high performance step-down switching regulator DC/DC controller that drives an all N-channel synchronous power MOSFET stage. A constant frequency current mode architecture allows a phase-lockable frequency of up to 750kHz. The 50μA no-load quiescent current extends operating run time in battery-powered systems. OPTI-LOOP® compensation allows the transient response to be optimized […]
[FTC] Open Feathercoin ATM
Posted on: 09 Jul 2016
Open Fethercoin ATM is an open-source automated teller machine for education and experimentation. Based on John Mayo Smith’s OpenBitcoinATM which can be seen in action here A “voucher” is printed containing a private key QR Code that has been pre-loaded with the correct value of Feathercoin for the denomination deposited during the setup stages. Designed […]
Mentor meets Digi-Key, low-cost CAD results
Posted on: 08 Jul 2016
When we first encountered the offspring of this Digi-Key/Mentor CAD collaboration, it was still in beta, and the pricing model was unclear. Now that it’s here for real, let’s take a quick look. For more detail: Mentor meets Digi-Key, low-cost CAD results
Scooterputer
Posted on: 08 Jul 2016
I spend a fair amount of time zipping around town on my scooter, and thought it would be cool to add a voltage monitor to warn when the battery might need recharging. Waiting until the electric starter no longer works is somehow lacking. So after an evening with an Arduino Duemilanove, I had a simple […]
Visualizing Comparator and Op Amp Hysteresis
Posted on: 07 Jul 2016
Hysteresis can be added to a comparator circuit to improve its stability, especially when the input signal is noisy. In this post, we will examine the hysteresis characteristics of some common comparator and Op Amps using an oscilloscope. Perhaps the most intuitive way to visualize the hysteresis in a circuit is to plot the input […]
Arduino Tutorial – Chapter 2.3: Schematic and Breadboard Diagrams
Posted on: 07 Jul 2016
Schematic Diagram You may remember, if you studied electronics as part of your science course at school, that there is a specific way of drawing circuit diagrams. Each component has a particular symbol (which may vary slightly depending where in the world you live) that allows anyone to look at the drawing and build the […]
LTC2983 – Multi-Sensor High Accuracy Digital Temperature Measurement System
Posted on: 06 Jul 2016
The LTC2983 measures a wide variety of temperature sensors and digitally outputs the result, in °C or °F, with 0.1°C accuracy and 0.001°C resolution. The LTC2983 can measure the temperature of virtually all standard (type B, E, J, K, N, S, R, T) or custom thermocouples, automatically compensate for cold junction temperatures and linearize the […]
I2C Temperature Sensor & Real Time Clock
Posted on: 05 Jul 2016
RTC or real-time clock is a kind of computer clock for keeping track of the recent or most current time. Commonly, RTCs are present in almost all or any device, which are electronic in nature that needs to keep time accurate. Meanwhile, temperature sensors are devices that gather data concerning the temperature from a source […]