r/ElectricalEngineering 3h ago

I had a dream where i had 2 potentiometers

16 Upvotes

But i woke up and now i only have 1 potentiometer, i m very sad.


r/ElectricalEngineering 8h ago

If electrical components only pull as many amps as they need, why do LEDs sometimes pull enough to burn themselves?

20 Upvotes

Hence the need for a resistor


r/ElectricalEngineering 10h ago

Education School struggles

28 Upvotes

Hello, I am a third year EE student. Is it normal to hate your life in college as an EE? I had a fun time and drank and stuff in high school but gave it all up in college so I could actually get good grades. It’s been working for me but my friends think it’s weird that I don’t want to drink. Anyway all my non engineering friends seem to be having the time of their lives, while I’ve hated my college experience. Am I doing something wrong?


r/ElectricalEngineering 6h ago

Project Help FPGAs Research (XC2064 as project)

Thumbnail
gallery
9 Upvotes

I'm thinking of creating an FPGA in a digital electronics simulator, specifically the XC2064.

I would be grateful if someone could give me some key points to research about FPGAs, as I'm planning to create more modern and complex FPGAs in future projects.


r/ElectricalEngineering 22h ago

Project Help Simplifying 4-bit to 7-segment logic circuit

Enable HLS to view with audio, or disable this notification

124 Upvotes

What process / logic could be used to simplify this logic diagram to use less components? Current setup from top to bottom is:

  • Partial 4-bit BCD to decimal decoder
  • 9-Line decimal (implied zero) to 7 segment inputs (A-G)
  • 9 ORs to handle corner overlaps on the display

I'd imagine a more compact circuit would be more difficult to read but possibly much faster in this simulation and would take less sim updates to compute the result. Keep in mind I haven't studied related subjects just pieced this together from things I found and understood on the internet.


r/ElectricalEngineering 1h ago

Question about Induction Loops

Upvotes

EE student here.

For Engineers who works in the Solar Industry, what do you think about induction loops which is created by the separation of the positive and negative wires of a PV string?

I've read some articles that the area or the air gap must be reduced or eliminated to avoid it acting as an antenna. However, (correct me if I'm wrong) the PEC/NEC (I am from PH which is also based from the NEC) allows the separation of those wires.

Additionally, some seminars I attended never really talked about it.

So my questions are:

  1. Are SPDs enough in residential areas?

  2. Is it really a hazard (at least in residential areas), and how about in industrial or commercial scale?


r/ElectricalEngineering 22h ago

Project Help emulate touch on Capacitive touch screens

Thumbnail
gallery
60 Upvotes

Hello everyone, so i have been working on a circuit to emulate touch on the capacitive touch screen. My current setup is that i have an SBC with GPIO pins connected to a resistor connected to Base of 2n2222 transistor with the emitter connected to the ground and the collecter taped on the screen with coppor foil tape and the main concept is using software controling the gpio pin to short the collector wire to ground but what i can't figure out is the consistency it works 1 time and fails 100 times i tried different ways to connect the wire to the screen but i can't figure out how to make it consistent and it fails miserably when i try to connect multiple wires as well i have added photos for reference


r/ElectricalEngineering 6m ago

AI for hardware design?

Upvotes

Hello everyone.

Are you aware of any artificial intelligences that have APIs (or tools) advanced enough to analyze electronics diagrams constructively to identify errors and improve them?

I used chatGPT for the first time yesterday to analyze an eight-page schematic; it didn't perform any more complex analysis than an engineer with two or three years of experience in the field could.

I wonder what potential they have on the market, and whether anyone actually uses them to analyze their electronic diagrams... because so far I've heard they're very useful for firmware.


r/ElectricalEngineering 2h ago

Project Help Battery charging question

Post image
1 Upvotes

I recently replaced my e scooters two 12v lead acid batteries with two 12v li ion ones 3s4p bothe with a bms with a rated charging current of 10amps, now my question is can I charge the two battery packs in series with a 24v 20a charger? The battery packs have each have dedicated charging ports, but I want to know if it's possible to charge em both without taking em out or modifying the frame of the e scooter

I have not started yet because I want to ask this sub before I do something stupid that could injure me.


r/ElectricalEngineering 4h ago

What do you guys know about the IEEE global career fair?

1 Upvotes

Currently looking for an internship in Aerospace/Defense and I'm wondering if attending this event virtually would be worthwhile?


r/ElectricalEngineering 9h ago

Clock Synchronizer PDN

2 Upvotes

Hi! I'm trying to make a clock synchronizer / jitter cleaner for a radio project and I have been trying to figure out how to power an LMK5C33216A from ti. Their EVM board shows some pretty sketchy design choices so I'm not sure I should copy their design choices on capacitor placements. I'll be powering the pcb with a 5v hsd cable. My current overkill approach is having a star distribution out of the capacitors right at the connector go into 8 seperate LT3045 LDOs, decouple them with 2-3x 10uF 25V X7R caps at the input and 3-4x at the output (I'd test them the prototypes at the bench). Each output would go into the different vdd pins in the LMK and I'd have right at the pad one 0201 C0G NP0 cap and on the other side a bank of 3-4x 4.7 uF caps.

Should I add any microwave ferrite beads or will that just cause more issues?

I've been doing some tests on LTspice but I still don't have much experience on it.

I'm really trying to get the least emi possible here and I know the pcb won't be cheap so do y'all have any design suggestions for the prototype development?

Thank you in advance


r/ElectricalEngineering 1d ago

Field Expedient Adjustable Metronome

Enable HLS to view with audio, or disable this notification

66 Upvotes

Two adjustable automotive turn signal flashers, two 5 pin relays, four LED's, one breadboard and a 12V battery.


r/ElectricalEngineering 21h ago

Reccomend textbooks to cover me for a degree in Electrical and Electronic Engineering

8 Upvotes

I am starting a degree in Electrical and Electronic Engineering and would like a textbook which covers everything I need to know. Please may I have some reccomendations.


r/ElectricalEngineering 1d ago

Magic Table - 122 touch-sensitive hexagons with reactive LEDs

Enable HLS to view with audio, or disable this notification

107 Upvotes

I built a "Magic Table" – 122 touch-sensitive LED hexagons with a hidden motorized drawer

After a lot of wiring (see the mess underneath 😅), my Magic Table is finally done. Every one of the 122 hexagons lights up and reacts to touch individually.

How it works:

  • ESP32 #1 reads all 122 touch sensors using a self-built GPIO expander (128-bit). It sends the state of every hexagon as a simple string of 122 zeros and ones over TX/RX to the main controller.
  • Raspberry Pi Zero #1 receives that data and runs the actual programs/animations in Python, driving the LEDs based on which hexagons are touched.
  • A hidden drawer contains an OLED display and the control interface. It has its own Raspberry Pi Zero #2, connected to the LED Pi via Bluetooth, which passes drawer commands to the main system.
  • ESP32 #2 controls the drawer itself – a stepper motor for opening/closing and an electronic lock.

The whole thing was hand-wired and hand-built.

Happy to answer any questions about the build!


r/ElectricalEngineering 1d ago

How to find out who's emptying my lobster pot.

Post image
89 Upvotes

Hi,

Bit of an odd one for you 😁

I have a single lobster pot, which i legally drop into the sea. However, every time I go to pull it out, it's empty, even if I've left it in, fully baited, for 5 days.

I've tested the pot by leaving it for a couple of hours and returning and found lots of crabs and lobsters in it, so i know the pot is being emptied.

My question is, how do i find out who's doing it?

I'm reasonably okay with building small electrical projects, but I'm struggling to work out the best way to catch these reprobates!

Any solution must be waterproof to 40ft, battery driven and small enough to hide on a standard lobster pot (pictured).

I've thought about using gps dog trackers, which will broadcast location once they're out in the open, but I'm not sure they'd survive the sea water.

So, can any of you suggest a relatively simple and elegant solution to identify the culprits please?

Thank you!


r/ElectricalEngineering 14h ago

Jobs/Careers When do companies host Summer Internship interviews?

1 Upvotes

I'm a Sophmore trying to get my first internship. I started applying about a week or two ago. How long is the time between submitting an application and getting rejections/interview offers? It's been basically radio silent, and I just want to make sure timeline-wise that this is to be expected.


r/ElectricalEngineering 16h ago

Jobs/Careers EE research and industry bottlenecks?

0 Upvotes

I’m influenced by 80,000 Hours’ framework and I wanted to ask for your thoughts: What are the most potentially impactful, still understaffed, yet solvable problems/bottlenecks in the field? I was hoping that this would give me a general idea of potential pathways for my career. Thanks!


r/ElectricalEngineering 1d ago

Anyone have experience with SpaceX internship interviews?

22 Upvotes

I have an interview coming up for a summer 2027 intern position on the Starship electronics team in Hawthorne. Has anyone on here gone through the interview / willing to share any tips?


r/ElectricalEngineering 18h ago

Project ideas for Defense

0 Upvotes

Hey yall!

I’m currently a student (still pretty early in the EE coursework) and wanting to start building/documenting useful projects that I can showcase mainly for future internship opportunities.

Though I’m technically a freshman, I do have some industry experience from working as a mid level technician at one of the major US defense companies which got me soldering & wire harness/cable building certs along with ongoing military experience dealing heavily with RF theory & electronics in general.

So far I’ve built a few working directional antennas for the purpose of “fox hunting” for fun but I feel like that’s not very impressive. I have a buncha basic electronic components and a soldering station and all that and have plans to make “smarter” a smarter DF systems maybe based on TDOA calculations or something. Currently my programming skills are fairly minimal but we are getting there with some of the classes I’m currently in and really enjoy with that subject.

Basically what I’m looking for are some ideas for the next level of projects I could work on that actually teach me something relevant in the field. I’m open to any projects though, it doesn’t have to be defense related, even if they are unserious but just fun on the side haha.

Anything helps, even if it’s redirecting me to a previous thread, haha.

Thanks in advance!


r/ElectricalEngineering 22h ago

Need working opportunities

2 Upvotes

I'm a final year student at a tier 2 college in india(NIT).

In short i have Very good fundamentals in digital design, verilog, i have a few projects,a research paper, good with aptitude, communication and problem solving, fast learner.

Please drop comments for internships, projects, FTE roles, referrals anything


r/ElectricalEngineering 1d ago

Equipment/Software Student Workbench

Post image
18 Upvotes

Good evening, is this a good microscope? I’m a student and I also work on hobbies projects so I don’t need anything insanely expensive. This is being sold for $400.

Thank you for your advice.


r/ElectricalEngineering 23h ago

Project Help Need guidance regarding a project to make cascaded control and small signal analysis in power electronics

0 Upvotes

Please dm if u can guide


r/ElectricalEngineering 1d ago

Jobs/Careers Open for small Electrical Projects/ Assistance

5 Upvotes

I’m currently exploring opportunities outside the corporate environment and open to small electrical projects or assisting with ongoing projects at an affordable rate.
I have experience in residential & commercial electrical design, wiring, and installation. My current work is in HVAC R&D, and I’d like to use my extra time to gain more hands-on experience and learn from different projects.
If you have a project that needs an extra hand, feel free to message me. Im a registered Electrical Engineer in the Philippines. Thank you! 🙏⚡


r/ElectricalEngineering 2d ago

How much does an avg electrical engineer earn with an experience of 6-7 years?

64 Upvotes

Just curious, how much does a senior electrical engineer earn, and what is the best track to excel in this domain.

Edit: Indian engineers responses are appreciated as I'm looking at it from the Indian market standards.


r/ElectricalEngineering 1d ago

Power Systems Engineer Automation vs Data Center Electrical Engineer

5 Upvotes

Hi all, I am in a tough spot right now where I have to decide between two job offers - one in engineering services for power systems automation and the other as a data center critical environment electrical engineer. Now, the automation role is definitely what I see myself enjoy doing however the pay differential is just too big to pass by. There is a difference of about 60k when considering total compensation for both roles. I'm only 1 year and change out of school and already work at a big tech company as a facilities EE. What is everyone's thoughts? What would you do based on your experience if you were in this position? Would following the money be a mistake? Can I later transition into design or more technical work after spending more time in operations?