systemreboot – blog
A Free World
Mar 24, 2012
This is a newsletter we designed for a newsletter design contest conducted in our college on March 2010. The contest was called N’Vogue and it was conducted as part of Verve ’10 by the ELS (English Literary Society) of our college.
Tags: project
Quiz Buzzer
Mar 17, 2012
This is a quiz buzzer system supporting a maximum of 8 teams. It uses an ATMega8 microcontroller unit to continuously read the state of the buzzer switches, find which team pressed the buzzer first, and display the appropriate number in the seven segment display.
Tags: electronics, project
Resistor Color Codes Script
Mar 17, 2012
I just decided to write a Python script to convert resistor color codes to resistance values. Later, I also wrote a script to do the reverse - namely to find the color code of a given resistor.
Tags: electronics, python, software, project
Series Regulated Power Supply
Mar 17, 2012
This is a series regulated power supply that provides an output voltage of about 5.3 V and a maximum current of almost 500 mA.
Tags: electronics
Signal Operations Applet
Mar 17, 2012
This is actually a set of two “applets” we did as part of an assignment for “Signals and Systems” in the fourth semester of college. The goal was to write an application which illustrated basic signal operations such as shifting, scaling, folding and also signal addition and multiplication.
Spherical Coordinates Matlet
Mar 17, 2012
This “matlet” is work we did for an assignment we had in the third semester on Electromagnetic Fields. The problem statement was to create an applet which could plot surfaces in the spherical coordinate system.