Other Projects

Mädchen Machen Technik

Mädchen Machen Technik

The “Mädchen Machen Technik” workshop is designed to give high school students an introduction to microcontrollers. The students will build a flashing light pattern and/or a counter-timer. In the process of building this project, the students will learn about microcontrollers and digital electronics. Here is the parts list for the projects. Introduction to some circuit

Mädchen Machen Technik Read More »

PIC based Oscilliscope

PIC based Oscilliscope

I have seen many examples of microcontroller oscilliscopes on the web and have had an itch to build one myself.  In order to accomplish this my initial thought is to sample an input (ADC) at consistant time increments and then display the waveform on a graphic lcd display.  If I want to change the time

PIC based Oscilliscope Read More »

System Level Schematic

Electrical Subsystem

The goal of the electrical design was to streamline an automatic shift control while keeping manual user input in a fast, user-friendly way, incorporating Advanced Electrical Subsystem Control. The electrical design was driven by the complexity required by the mechanical system. The system takes in rider input in the form of a throttle position sensor,

Electrical Subsystem Read More »

Using Transistor as a Switch

Using Transistor as a Switch

Most of microcontrollers work within 5 volt environment and the I/O port can only handle current up to 20mA; therefore if we want to attach the microcontroller’s I/O port to different voltage level circuit or to drive devices with more than 20mA; we need to use the interface circuit. One of the popular method is

Using Transistor as a Switch Read More »