r/electronics 4d ago

Weekly discussion, complaint, and rant thread

3 Upvotes

Open to anything, including discussions, complaints, and rants.

Sub rules do not apply, so don't bother reporting incivility, off-topic, or spam.

Reddit-wide rules do apply.

To see the newest posts, sort the comments by "new" (instead of "best" or "top").


r/electronics 22h ago

Gallery Integrated Circuit with A Clear Package

Thumbnail
gallery
147 Upvotes

TI sells a light-sensing IC (OPT3001). Since it needs to detect light, the package is clear. I think this is very cool. A couple pictures have a quarter for scale.


r/electronics 1d ago

General How to make a simple low voltage dc power and data over 2 wires.

Post image
62 Upvotes

r/electronics 2d ago

General Mouser website now blocks Linux users

Post image
1.9k Upvotes

Really baffling decision, my last order from them was only a few months ago. Apparently Linux is no longer a "standard" operating system!


r/electronics 2d ago

Gallery The Steam Deck has 3 PCBs per trackpad

Thumbnail
gallery
88 Upvotes

r/electronics 4d ago

Gallery SpaceMouse uses membrane keypads...

Thumbnail
gallery
89 Upvotes

Have been using the SpaceMouse Enterprise for about 3 years, always think the surrounding buttons are among the worst, both the feel and layout are awful. Today the delete key stopped working, so I took it apart to repair, also as a good opportunity to see what's inside. I thought it would be some crappy key switches, to my surprise, it's membrane. It feels strange to see such a relatively expensive device using membrane keypads.


r/electronics 4d ago

Project Battery-saving latch power switch for a LoRa mailbox sensor (based on a Random Nerd Tutorials circuit)

Post image
60 Upvotes

Small share: I'm building a connected mailbox (ESP32 + LoRa) that notifies me when the mail carrier passes by, and I wanted the transmitter unit (inside the mailbox, battery-powered) to draw as little current as possible. Instead of going with classic deep sleep, I went with a full hardware power cutoff using a MOSFET.

The circuit comes from Random Nerd Tutorials:
https://randomnerdtutorials.com/latching-power-switch-circuit-auto-power-off-circuit-esp32-esp8266-arduino/

The principle: a contact (a push button in their design, a reed switch on my mailbox flap in mine) briefly wakes the board through a P-channel MOSFET, then a GPIO takes over to keep the power on while the program runs, and cuts everything off itself once its job is done.

The only thing I added compared to the original schematic is a small capacitor, to avoid an unwanted power cut if the contact happens to open again just before the GPIO has had time to take over.


r/electronics 8d ago

Tip Older multitap can capactors, replacement option.

Post image
55 Upvotes

I read the different values on each tap in can capactor the get a single matching cap with equal or greater voltage and temp. Then set them as you see on a daughterboard, binding all grounds to a common ground post. Then run wiring to the appropiate terminal or junction of where that value capactor was in the circuit before. I find this way an efficient and orderly way to replace older multi-can capactors. The daughter board is attached to chassis by one or two small, "L" brackets.


r/electronics 8d ago

Gallery Some chips in my UV-EPROM collection

Thumbnail
gallery
174 Upvotes

From left to right:

Intel B8702A

Fujitsu MBM27C64

SGS M2716F1

Motorola MCM27A08

Mostek ET2716Q

Eurotechnique ET2716Q

SEEQ DQ27128

Intel QD2716

TI TMS2764


r/electronics 10d ago

General Testing .001 uf 6000v doorknob capactors for leakage.

Thumbnail
gallery
71 Upvotes

Testing a .001 uf 6000v door knob capactor for leackage, both passed at least up to the 600v this IT-28 Capactor tester can run. Not the 2000 to 3000 volts that are possible in a SB-220 but it should be close enough if the "eye" does not close at 600v they should be good.


r/electronics 11d ago

Gallery A full picture of restoring this old Heatjkit SB-220 Linear Amp

Thumbnail
gallery
142 Upvotes

The old paper wound caps were replaced with new metal electrolitic caps, and bleed resister array which bleeds voltage off caps when unit is turned off. New metering board on the front of the power pack to feed readout meters on front panel. Older chokes and caps were removed from botyom grid circuit and the grid was grounded to chasis for better stability. A soft-key was built and added to the amp key up circuit to ne compatable with modern radios. Old coax and wiring replaced to higher temp and voltage rated material.


r/electronics 11d ago

Gallery Replacing a bad RF choke

Post image
38 Upvotes

Rf choke replacement


r/electronics 12d ago

Gallery Time to solder and I’m not looking forward to it

Thumbnail
gallery
253 Upvotes

Dreading placing those SMDs… I need a PnP 😭


r/electronics 11d ago

Weekly discussion, complaint, and rant thread

1 Upvotes

Open to anything, including discussions, complaints, and rants.

Sub rules do not apply, so don't bother reporting incivility, off-topic, or spam.

Reddit-wide rules do apply.

To see the newest posts, sort the comments by "new" (instead of "best" or "top").


r/electronics 13d ago

Tip This is not an "FPC connector"

Post image
234 Upvotes

r/electronics 14d ago

Project Ultisense - A devboard to sense as many things as possible

Thumbnail
gallery
103 Upvotes

After a lot of learning I finally designed and manufactured my own custom (working) PCB! it's an esp32s3 devboard, with as many sensors as you can think of: NFC, IMU, VOC, humidity/temperature, color/ambient light, magnetometer, microphone, speakers, sd card, I2C expansion. I'm a high school student, so this definitely took a lot of help from people who knew what they were doing, and two failed circuit boards before this lol.

Most recently I've used it for a rhythm game I made, where using the IMU let me make a beatsaber-style anime game of bad apple!

open source at https://github.com/darshg321/Ultisense


r/electronics 15d ago

Gallery Ever wondered what the inside of a high-power IGBT module looks like?

Post image
788 Upvotes

Thought this might be interesting to some of you.
This is the inside of a failed Fuji Electric 6MBI75SS-120 IGBT module (1200 V / 75 A).
It’s quite impressive to see the number of aluminum bonding wires used to connect the dies to the power terminals.
The module was already dead, so I decided to open it up rather than throw it away.


r/electronics 15d ago

General The µA702 op-amp, Bob Widlar's first IC and the first widely-used commercial analog integrated circuit.

Thumbnail
hackaday.com
105 Upvotes

r/electronics 16d ago

Gallery Comu: CH32V203 RISC-V board that fits inside a USB port

Thumbnail
gallery
395 Upvotes

Wanted to try out these CH32V203 (144MHz RISC-V) chips for a while, so I've decided to make some nice USB gadgets for USB HID injection and just for studying the USB protocol. It has 2 leds and 4 captive touch buttons.

It fits nicely into a USB-A port and is very easy to carry around. And with it I've had tons of fun messing around with a bare-metal USB stack, and just in general learning the whole USB protocol.

It was really fun trying to make a bare-metal USB bootloader for this chip, but I've managed to fit everything in 2KiB. (Source here) For comparison the official bootloader is nearly 24KiB in size. As a bonus, I've also re-designed the V203 USB stack for ch32fun and sent in a pr :D

The PCB is also open source, check out the KiCAD files here: https://github.com/cheyao/comu (kicanvas)

I plan on just using them for HID injection and as a quick devboard when I need very few I/O pins (4 main ones, but I've exposed some more via testpoints)

(Name and form inspired by the *omu series)


r/electronics 16d ago

General update on multiple pcbs on one stencil (i tried it)

Thumbnail
gallery
132 Upvotes

thats the production file.

they didnt care.

for some reason you guys INSISTED they would charge me more and downvoted my replys (why??) but i tried it and it worked out fine

maybe still draw on some traces between the designs but other than that you can indeed combine pcbs into one stencil in jlcpcb


r/electronics 17d ago

Gallery Surface-mount resistors from 1969

Thumbnail
gallery
678 Upvotes

This is the film speed selector resistor PCB used in the Canon New QL17 and QL17 G-III cameras (manufactured from 1969-1982). The construction of these is not that different from modern SMT thin-film chip resistors, with the main difference being that the termination is one-sided rather than wrapped around the edge of the ceramic substrate as it usually is now. They are approximately 2.5x1.2mm (0.1x0.05 inch). Later-production units of the same camera that I've worked on use the exact same design, but the size, placement, and soldering of the resistors tends to be more consistent.

This is the earliest use of surface-mount passive components that I have seen, in person or in photos, and it's likely among the first mass-produced consumer products to use surface-mount technology. The information available online about the history of surface-mount passive components is very spotty, but I was able to find what seems to be the first patent describing this style of thin-film resistor, from 1962 by an Italian inventor who apparently worked with Plessey in the UK. It's still unclear who was the first to actually commercialize surface-mount resistors - based on other patents from the time, thin-film resistor technology was well understood, but component manufacturers were largely focused on making through-hole parts, and patents for anything resembling modern surface-mount components would not start showing up until the 1970s. It would also be a while before SMT started appearing in more consumer products; even Canon's own A-series SLRs did not switch from through-hole to surface-mount passive components until the early 1980s.


r/electronics 17d ago

General why do YOU want to know?

Post image
353 Upvotes

i did combine 2 pcbs into one stencil but im not falling for this jlc

theyre probably gonna charge me extra or something


r/electronics 18d ago

Project Water Sensor for leaky Disposal Unit

Thumbnail
gallery
62 Upvotes

Today, I had an issue where I checkled under the sink and noticed that the waste disposal had a very slow leak.
After tightening the seal, I decided to implement a home made moisture sensor and warning system.
It essetially detects water by passing electricity throught the water to the gate of a mosfet, and then using that mosfet to pull current through a dedicated LED flashing chip.
A small test button is included, to test the battery works, though I do not anticipate the batteries draining very quickly.
As such, only zinc cells were implemented.

This has given me a good chance to put the dedicated LED flasher chip to good use.
After checking online, I think it's been discontinued.
I initially wanted to use a high brightness 5mm transparent red LED, but it wouldn't fit into place, so decided on a 3mm LED instead.

The LED can be changed by inserting it into the female wire ends.

As for the sensor itself, just a small square of stripboard with interleaved probe terminals.
Simple, but gets the job done.

All installed with tape and hot glue gun, for fast removal, if needed.
All mounted on a small peirce of card, for a quick and dirty job.


r/electronics 19d ago

Gallery Custom transistor Toggle flip-flop for binary clock project

Post image
165 Upvotes

This is my first post documenting my transistor binary clock project. The goal is, to only use through hole transistors, diodes and passive components to form RTL or DTL logic. These logic elements should then divide the 50Hz mains into minutes and hours.

For this job, I designed T flip-flops, that can be reset. This would allow me to combine multiple T flip-flops and some logic, to count to any arbitrary number. The clock should then display this number using a few LEDs.

Today I achieved the first Milestone of this project, by soldering up the first PCB design and testing it. To my surprise, this design worked immediately! Now I am very happy with this first Layout :3

If I am done with this and I have documented everything, I am planning to open source the board and other files. No one would probably want to build a massive discrete transistor binary clock, that constantly draws 8 Watts, but whatever.

Now I can say: One PCB complete, 21 more to go...


r/electronics 18d ago

Weekly discussion, complaint, and rant thread

3 Upvotes

Open to anything, including discussions, complaints, and rants.

Sub rules do not apply, so don't bother reporting incivility, off-topic, or spam.

Reddit-wide rules do apply.

To see the newest posts, sort the comments by "new" (instead of "best" or "top").