Posts by Ibrar Ayyub:
Bluetooth Wireless Voltage Meter using Wiimote + Pic Chip + AutoIt
Posted on: 02 May 2023
In this tutorial I’m going to be showing you how you can send voltage values to your pc using a Pic chip, Wiimote, and Autoit3 scripting language. The process works by wiring a pic chip to the button pads of a wiimote. Then using the pic chips Analog to Digital Converter, we obtain a 10bit binary […]
Visualizing comparator and Op Amp hysteresis
Posted on: 02 May 2023
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 […]
Sol-gel Capacitor Dielectric Offers Record-high Energy Storage
Posted on: 01 May 2023
Using a hybrid silica sol-gel material and self-assembled monolayers of a common fatty acid, researchers have developed a new capacitor dielectric material that provides an electrical energy storage capacity rivaling certain batteries, with both a high energy density and high power density. If the material can be scaled up from laboratory samples, devices made from […]
Programmable Stiffness Joint using pic-microcontroller
Posted on: 01 May 2023
Team Members Amanda Care (Senior in Mechanical Engineering, Northwestern University) Eric Nickel (Graduate Student in Biomedical Engineering, Northwestern University, BS in Biomedical Engineering from the Milwaukee School of Engineering) James Yeung (Junior in Electrical Engineering, Northwestern University) Overview The “Programmable Stiffness Joint” is a device which is able to internally modify the rotational stiffness of […]
PIC16F1787 Programmer Board (for Almost all 40 pin 16Fxxx)
Posted on: 30 Apr 2023
Intro This is my first Instructable so I’m sorry for mistakes. Critics are always welcome 🙂 So in this project I made a development board for PIC16F1787. Now most of you guys aren’t familiar with this particular model. Some might even think why I chose 16Fxxxx series IC when I could have easily used 18Fxxxx […]
LTC3807 – 38V Micropower Synchronous Buck Controller with VOUT to 24V
Posted on: 30 Apr 2023
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 […]
chipKIT Tutorial 7: Using Nokia 5110 LCD
Posted on: 29 Apr 2023
In Tutorial 4, we learnt interfacing an HD44780-based LCD to a chipKIT board for displaying alphanumeric output. Today, we will see how to connect a NOKIA 5110 graphical LCD (used in Nokia 5110 cell phones), which is a 84×48 pixel monochrome display of about 1.5″ diagonal in size. The display can be used for graphics, text, and bitmaps. Theory Nokia […]
WiFi Smoke Detector
Posted on: 29 Apr 2023
This is a simple WiFI Smoke Detector that texts me when it senses smoke. I made this for my battery storage area in case of a lithium polymer fire. I still have all of my regular smoke detectors installed and I don’t suggest relying only on this, but rather as an extra layer of protection. […]
chipKIT Project 5: Digital stopwatch on seven segment LED display
Posted on: 28 Apr 2023
In this project, we will use the chipKIT Uno32 board to build a digital stopwatch capable of timing minutes, seconds, and 1/10th of seconds, and with a basic start and stop control feature. A MAX7219-driven 8-digit seven segment LED display is used to display the time elapsed. The Reset switch on the Uno32 board will be used […]
chipKIT Project 4: Digital light meter
Posted on: 28 Apr 2023
A light meter is used to measure the intensity of illumination in a given area. It is widely used in schools, warehouses, factories, hospitals, office buildings, museums, art-galleries, parking garages, stadiums, and many more, to measure and maintain proper lighting levels. The intensity of illumination is usually expressed in Lux or foot-candles. As the 4th project in our […]