UG EE. Anything valuable I can learn this summer?

  • Thread starter Thread starter PrincePhoenix
  • Start date Start date
  • Tags Tags
    Ee Summer
AI Thread Summary
An undergraduate electrical engineering student seeks advice on self-learning opportunities during the summer semester, as a full-time internship is not feasible due to course commitments. The student has basic experience with 8051 microcontrollers and software tools like Multisim, OrCad, and Proteus. They express interest in learning Python libraries for scientific calculations as an alternative to MATLAB, which they will study next semester.Responses emphasize the importance of applying learned skills to projects for better retention, suggesting that self-motivated projects may not yield significant results without practical application. Recommendations include learning programming languages such as C or Python, exploring basic Verilog, and experimenting with microcontrollers like Arduino or PIC. Engaging in hands-on projects, such as building a digital motor controller with Arduino, is highlighted as a valuable way to gain practical experience and reinforce learning. Overall, the discussion encourages a project-based approach to learning new skills in electronics and programming.
PrincePhoenix
Gold Member
Messages
116
Reaction score
2
Hello. :)
I am an undergrad EE student at the end of my fourth semester. I have to take a couple of courses in the summer semester to improve them. So a full time internship might not be possible.

Are there any small things I can learn along the way in the summer, on my own?
Any new software or hardware? Learn to use any new microcontrollers maybe? We have only studied 8051s and as for the software, we have used a little bit of Multisim, OrCad and Proteus (just the bare basics).

What about learning to use Python libraries for different math, science calculations? (as an alternative to MATLAB, although I am going to study MATLAB next semester)

Or anything else you think would be useful.

Thanks in advance. :)
 
Last edited:
Physics news on Phys.org
I advise against randomly learning skills independent of learning them as a necessity while working on a project. The information retention will be low. This is my experience as I tried to learn various statistical packages and graphics programs on my own as a ME/physics student over the past 4 years. I quickly forgot everything as I had nothing to apply the skills to.
 
So any small, one man projects/hacks or anything that I might be able to work on and learn through experience?
So far I have studied the following courses that might be somewhat directly applicable (other than the basic sciences and math):
1. Programming (OOP and basic Data structures and algorithms)
2. Linear Circuit Analysis (mostly circuit analysis techniques), Electrical Network Analysis and Electronic Devices (Diodes, BJTs, MOSFETs, their applications)
3. Digital Logic Design
4. Microprocessor Systems (8086/8088 and then the 8051)

How useful would it be to learn about other microcontrollers? Start with arduino? Bare AVRs?
 
Learning a particular microcontroller will probably not be very useful until you need it in a course/project. It would be better for your resume to get involved in a group project / research of some kind. Self-motivated projects tend not to produce much, although there are exceptions.
 
PrincePhoenix said:
Hello. :)
I am an undergrad EE student at the end of my fourth semester. I have to take a couple of courses in the summer semester to improve them. So a full time internship might not be possible.

Are there any small things I can learn along the way in the summer, on my own?
Any new software or hardware? Learn to use any new microcontrollers maybe? We have only studied 8051s and as for the software, we have used a little bit of Multisim, OrCad and Proteus (just the bare basics).

What about learning to use Python libraries for different math, science calculations? (as an alternative to MATLAB, although I am going to study MATLAB next semester)

Or anything else you think would be useful.

Thanks in advance. :)

There are plenty of things you can start learning that will help you develop projects later. A programming language like C or Python or Tcl/Tk would be good. Learning basic Verilog and experimenting with a Xilinx FPGA or CPLD is a great skillset to get early, to help with projects that you may want to do. Experimenting with a PIC or other microcontroller (uC) board is also valuable.
 
  • Like
Likes 1 person
Python would be a very useful tool to learn.

One thing I did in undergrad that helped my development was buy an arduino. I then made a digital motor controller. That helped me learn more about dc motors, feedback control, PI controllers, BJTs, etc.

I highly recommend you do that. Just buy a $5 motor from radio shack, buy the ardunio starter kit that comes with a breadboard, and go to town. It doesn't have to be a motor driver, but pick a goal that you think you can obtain, then set out and obtain it. If you solve that problem, think of ways to make it better.
 
  • Like
Likes 1 person
Hey, I am Andreas from Germany. I am currently 35 years old and I want to relearn math and physics. This is not one of these regular questions when it comes to this matter. So... I am very realistic about it. I know that there are severe contraints when it comes to selfstudy compared to a regular school and/or university (structure, peers, teachers, learning groups, tests, access to papers and so on) . I will never get a job in this field and I will never be taken serious by "real"...
Yesterday, 9/5/2025, when I was surfing, I found an article The Schwarzschild solution contains three problems, which can be easily solved - Journal of King Saud University - Science ABUNDANCE ESTIMATION IN AN ARID ENVIRONMENT https://jksus.org/the-schwarzschild-solution-contains-three-problems-which-can-be-easily-solved/ that has the derivation of a line element as a corrected version of the Schwarzschild solution to Einstein’s field equation. This article's date received is 2022-11-15...

Similar threads

Back
Top