Українською
  In English
Reddit:Electronics
ESP32 project
| | Hello, a little update from my recent post. I tweaked few things and organized a bit better. I also added the remote control. If you could please check and review the boards, it would help me a lot. Thank you in advance Project Description – 24V DC Motor Drive System with BLE Remote Control 1. OverviewThe project consists of a complete 24 V DC motor control system that integrates:
The system allows:
The remote control unit uses the Raytac MDBT42V (nRF52832) module to wirelessly transmit control commands (button presses) to the ESP32 receiver using Bluetooth Low Energy (BLE). 3.2 Hardware Design
[link] [comments] |
The progression of wafer sizes through the years at the fab I work at.
| 3 inch to 8 inch. Fab has been around since the 60s. Currently the 8 inch is our production size but the 6 inch is still used in the company and they float around as engineering wafers. [link] [comments] |
My humble workbench
| My simple lab in my dungeon. Recently picked up the Kepco Programmable Power Supply and Agilent 54622D oscilloscope from work. We’re moving buildings and they’re tossing a lot of stuff. I’m running an Intel NUC with Win11, HP Slice with Fedora, RPi 4b (in the 3D printed green and black Fractal case) with RPi OS, and a Dogbone running Debian. It’s a very simple setup compared to a lot of yours but I love it. A nice place to escape. [link] [comments] |
I’m learning and teaching this at the same time. Boolean algebra is awesome!
| submitted by /u/Alchemist_Joshua [link] [comments] |
My First DIY Automatic Fan Controller — Temp: 22°C, Mode: Auto, Gear: 2 🚀
| | Fantastic!!! STM32-based project with an LCD display and a PIR + temp module. [link] [comments] |
"Professional Company" Repair. Now out of business, I wonder why. Some people love botching electrics. SMD resistors with two legs soldered on. How hard it is to order the correct through hole resistors.
| submitted by /u/JustBe-Chillin [link] [comments] |
broke my resistor while working on a project. Gotta buy another one
| | im k [link] [comments] |
Ever seen a green transistor before? In an old Metz camera flash unit.
| submitted by /u/Successful_Panic_850 [link] [comments] |
Vintage Siemens Photodiode from an old Metz camera flash
| | I just parts-salvaged a Metz camera flash with a burnt-out charging transformer, and found this vintage beauty on the inside. Tell me what you think! [link] [comments] |
Crime scene
| This bloody LM2576-33 (new) gave out 10V instead of 3,3V. Killed two STM32 before I figured out WTH was going on. I am, of course, going to widlarize it, as it it written in the ancient scrolls. [link] [comments] |
I found the issue with my LCR tester
| After addressing the issue with the shorted Kelvin Leads this instrument a FNIRSI LC2010E, it has so far proven to be a handy tool to have going above and beyond my Fluke DMM. [link] [comments] |
Made my own Lipo charger
| | Today I milled another working pcb (for practice) and its turned out great! In the basic TP4056 chip, only replaced the leds with bigger ones. [link] [comments] |
Weekly discussion, complaint, and rant thread
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").
[link] [comments]
Arduino releases a new board - the UNO Q
| | Qualcomm acquired Arduino. This is a result of that acquisition. That was quick! - Qualcomm QRB2210 (- 0.4mm pitch BGA package) - STMicroelectronics STM32U585 - 8 layer board [link] [comments] |
Was boored and was playing around with a Toroidal coil and function Generator wich results was surprising.
| | As you can see it's a green little toroid with a "secondary" made using green metal wire used for flowers etc 3 windings. Gave the coil some 19MHz 24VPP Sinus wich gave me a result of 5.89VPP 19MHz on osciloscope but with multimeter i got 149.9V in both AC and DC. [link] [comments] |
Original motorola MRF240 and MRF247 spec sheets. 1979 copyright date
| | Not to sure if this belongs here but i aquired these with an order of vintage NOS. I am trying to find a way to scan these and digitize them correctly. Ill post or link the scans once i can get them done. [link] [comments] |
1955 vs 2025
| submitted by /u/Electro-nut [link] [comments] |
Alright DigiKey. Now you're just messing with me 😄
| DigiKey is known for comically over-packing their orders. A regular $50 order usually leaves you with a lifetime supply in ESD bags and packing material. But today they really went "hold my beer!". [link] [comments] |
DIY Amplifier with Power supply
| | I wanted to start a small side project to 'calm down' from my last big one. And because we need something to replace the old FM radio in our dining room, I started building this, an active smart speaker. Currently, I have what you can see on the pictures. I pulled all the parts out of an old multimedia system my mother gave to me. The donor-board can be seen on one of the pictures. It was to big to fit in the speakers I am planing to use, so I decided to split it up by transferring the components onto a self soldered PCB and throwing out unnecessary parts out in the process. The amplifier board was quite easy and done in a few hours, but the power supply took quite long as I paid careful attention while building it because you know, things plugged into the mains. The PSU originally put out multiple voltages for not only the Amp itself(24V) but also the Vacuum fluorescent display and other shenanigans I don't need. I threw out everything except the 24V for the amplifier and the 5V rail to power the RPI and micro-controller that I will put into the device for the 'smart' part. I still have to isolate the bottom of the Power supply and build a small shielding for it to eliminate noise as it will be sitting directly behind the amplifier part. Like I said, apart from these two PCBs I will also be putting a RPI1 and a STM32 with a LCD screen and rotary encoder into this thing to give it streaming capabilities. I will keep you up to date on the progress! [link] [comments] |
Crossover Distortion in LM358 Op-Amps and How to Fix It
| I wanted to share a common issue with the LM358 that might help others troubleshooting similar problems. The Problem (Left Circuit)Built a simple non-inverting amplifier (gain ≈ 4.9) using an LM358 with ±9V rails. The output showed significant crossover distortion around zero-crossing - you can see the characteristic "flattening" in the waveform. Root Cause The LM358 uses an NPN output stage that pulls high well but relies on an internal current source to pull low. When driving high-impedance loads (like a scope probe directly), there's insufficient sink current to rapidly transition through zero, creating a dead zone. A Solution (Right Circuit)Adding a 1kΩ pull-down resistor (RL) from output to the negative rail (-9V) completely fixed it:
Hope this helps someone debugging similar issues! The LM358 is a low cost and accessible op-amp great for general or educational/hobby use, but understanding its output stage limitations is key for clean signals. This came up while documenting some lab exercises, and I thought it was worth sharing since it's such a common gotcha. [link] [comments] |



