Skip to main content Link Search Menu Expand Document (external link)

Institute of Electronics and Electrical Engineers at Stony Brook University

Table of Contents

  1. What is IEEE?
  2. What did I do in IEEE?
    1. Soldering Workshop
      1. Creating the schematic
      2. BOM
      3. Prototyping and Programming
      4. Running the Workshop
      5. Lessons Learned
    2. Open Project Space
    3. Sponsorships
    4. Club Trips
    5. Company Tours

What is IEEE?

The IEEE Logo

IEEE, or the Institute of Electronics and Electrical Engineers is a student-run professional organization that aims to form a community of electrical engineers and further the knowledge, outreach, and networks of all those involved.

What did I do in IEEE?

As the secretary for IEEE in the 2023-2024 school year, I lead techncial workshops and planned social events for the general body. These technical events include the Soldering Workshop, OPS, and more. In addition, I completed normal secretary tasks such as minutes and communication with outside entities.

Soldering Workshop

This Soldering Workshop is being run in collaboration with Stony Brook Robotics Team (SBRT) and Stony Brook Solar Racing.

For the Fall 2023 Soldering Workshop, I created and programmed an ATTiny261A to play Simon Says. Using Fusion360 and JLCPCB, I manufactured a PCB that students would learn to solder on. Ultimately, the goal was to provide students with a credit-card sized trinket that they could be proud of making.

Creating the schematic

Fusion360 was used to develop the design shown below. Screenshot of an electrical schematic. A Fusion360 screenshot showing the schematics of a PCB

Screenshot of an 2d schematic. A Fusion360 screenshot showing the 2d board layout

All chosen compoents are THT (Through Hole Technology) components for this Introduction to Soldering Workshop. A simple low-pass hardware debounce was used to increase the variety of components to solder. Components were also chosen to minimize cost: each student’s project costs $4.81.

BOM

Prototyping and Programming

The PCB was manufactured using JLCPCB.

Screenshot of an 3d schematic. A Fusion360 screenshot showing the 3d board layout

Using AVRDUDE, AVR-GCC, and a makefile, I coded the game Simon Says for students to upload once they have finished programming. The github repo is here: Soldering Workshop. The code used both the ADC and the onboard TCA triggered on user input to enhance randomness.

Running the Workshop

The official workshop lasted over two days and over 63 students came to learn how to solder. There were over 27 components to solder, and students showed a marked improvement between the first and last component soldered.Under the IEEE’s guidance, students

Lessons Learned

Open Project Space

Open Project Space is an initiative began by the IEEE at UCLA, which is designed to teach students fundamental electrical engineering skills. As an instructor, I teach a workshop for 90 minutes a week for 5 weeks, with a new concept every week.

The series of workshops lead up to an internal micromouse competition in the spring, where students will construct an automatic maze solving mouse that will navigate the maze as fast as possible.

Sponsorships

As secretary for the club, I am responsible for coordinating over $3,000 worth of sponsorships from 2 companies - Alltest Instruments and TC Electric. Through Alltest Instruments, we recieved a instrument donation consisting of an 4-channel oscilloscope, a 300W DC Load, a current probe, and more, totalling $2,700.

Club Trips

I have also secured over $5,000 in funding from our Undergraduate Student Government and IEEE Long Island to attend two club trips. One trip took 15 students to the IEEE Region 1 MIT Micromouse competition, where two of our three competing teams took home the “2nd Place” and “Best Design” awards. Another trip took us to Marshall University for the IEEE Region 1 and Region 2 joint conference. Here, two teams attended, taking home a $750 cash prize with 1st and 3rd place.

Company Tours

We have conducted 2 companies so far, one to Alltest Instruments and another to Zebra Technologies. For both of these, I was responsible for coordinating logistics and vehicular transport.


Copyright © 2023 Kyle Han