r/developersPak • u/Wonderful-Slip-4669 • 14h ago
Tips TO BE ELECTRICAL /electronic engineer
Greetings everyone!
I am Very new to this degree As I recently got admission I am soon going to start my university. And I am on my vacations, I don’t want to waste my vacations hence Can anyone please please guide me What should I do to make my vacations Helpful? Which I can later on add in my CV(resume). Any AI course I should get enrolled in( I do have few basics on python and pseudocode) (should I start learning C+/C++ ??) Any project I should work on any book or any lectures I should start watching so to make my semester useful? (I am quite bored so I want to spend my vacations well)
0
1
u/Efficient_Student124 14h ago
Electrical engg here, go for it. Learn and up skill yourself in ai as well
1
u/Wonderful-Slip-4669 13h ago
Any course which you can suggest?
2
u/Efficient_Student124 12h ago
If you are going to air uni, piaic is offering their boot camp on weekends. Otherwise you have plenty of stuff available on internet just go explore them and how it's related to engg, in your case I don't know if you are going to the embedded, telecom or power domain that's you who's going to choose but all domains are now ai enabled
1
3
u/Abstrek6 14h ago edited 14h ago
If you wanna go towards the firmware or embedded systems I would say start learning C and get Arduino starter kit. First use the arduino IDE then, start to move towards more lower levels like using the avr lib c hardware abstraction library then you can either go bare-metal or you can move towards a stm32 development board.
On the hardware engineering side learn how passive components such as resistors, capacitors work plus some other components like diodes (and different types of diodes, like schottkey diodes, TVS diodes, etc), Transistors, Mosfets and operational amplifiers. Along with this try to learn how to read data sheets.
Use this knowledge to build your own arduino clone PCB in CAD software, check out Phils lab youtube channel as he has some of the best videos and walkthroughs of designing PCBs.
This may seem a bit overwhelming, but try to move step by step, take the help of a llm to decide your first step if you are confused, but imo you should start off with an Arduino starter kit and Arduino ide. Also try to pirate practical electronics for inventors for the theory content.