Українською
  In English
Reddit:Electronics
Striped boards were the solution. Thanks to everyone who recommended them.
| submitted by /u/adkio [link] [comments] |
See you in a bit I guess...
| 18 pair cable from a Toshiba CT scanners got cut... somehow... [link] [comments] |
Whats going on in there heads at Rigol to not be able to put lablels above knobs. What is this knob, button, label layout and gray line spacing. If you are unable to even put a label on straight im not buying a precision instrument from you.
| submitted by /u/TheCorruptedEngineer [link] [comments] |
This is what the Bad Bunny halftime show lanyards look like
| Was at the Super Bowl (a bit drunk ngl) and the hole for the RF control was to the left of the actual LEDs, I can’t stop wondering if I could turn it back on if I had the right equipment. The LEDs also looked a bit strange, not like the normal ones I see. [link] [comments] |
I don't know what I made but it's entertaining - miniSynth from an astable multivibrator circuit
| submitted by /u/Daniels998 [link] [comments] |
Testing my new thermal cam on my dead phone’s remains😆
| submitted by /u/Commercial-Neck-7704 [link] [comments] |
Update: My Z80 homebuild PC is finally working!
| Thank you for everyone’s encouragement earlier and it was cool to read about other peoples mistakes! I finally got my z80 build going - 4mhz beast underclocked to 1mhz for stability and its running best OS out there - BASIC. I really would love to add proper video and audio output next, for a moment serial it is. [link] [comments] |
Proud to say I finally got my hands on a RIGOL DHO804
| submitted by /u/ieatgrass0 [link] [comments] |
I made my own analog computer!
| There was a lot I learned, but this was my first serious project in which I went double over budget, went over my deadline and had a lot of fun! It has 8 potentiometers, 4 inverters, 3 integrators, 2 adders, a multiplier and some. In the first image, it is running damped oscillation, which is simulating something like a mass to a spring. Here is the build on my website if anyone is interested https://paranoidrobot.neocities.org/Analogcomputerbuild [link] [comments] |
Microchip’s New MCU: A 32-bit Upgrade That Still Fits Old 8-bit Systems
Not only it's a drop-in replacement for AVR (sans SW compatibility, since it is ARM), this is first popular 32-bitter MCU that can do 5.5V I/O.\ Being multi-voltage I/O is just a cherry on top.
[link] [comments]
My first power amplifier project - Rod Elliott' P3A + P33
| Just finished my first PA and did a sound check. Used Rod Elliott' P3A schematic but didn't order the PCB's, made my own looking at the component placement he chose. Also did the P33 DC protection and muting circuit from the schematics on his website, also my own PCB design. Ordered a BT module from Aliexpress that worked out great. Did the PCB design in KiCAD and etched the boards. Got screwed on the final transistors, found out they weighed 3 grams less than the originals so ended up ordering other ones from a supplier in Europe. Also the 10.000uF caps were counterfeit and ordered other ones. The toroidal transformer is from Aliexpress from one of those custom order vendors. Had to do an additional source for the BT module to avoid hum/ground loops. Here's how it sounds: https://youtu.be/3uhvbGdac8s?si=9sRjmpB0z5sSqoV8 Had a lot of fun building it. Can't wait for the next project! 😄 [link] [comments] |
Esp 32 dap
| Esp dap [link] [comments] |
I think I need to start looking into PCBs.
| So yeah this is starting to look like a bit of a monster [link] [comments] |
I found my kit from electronics technology at SIU back in 1989/1990.
| Man that program was fun! Engineering C building ftw! [link] [comments] |
Astron xx-35 series linear power supply schematic error found
| In the Astron schematic dated 1987, the violet arrow points to an error in the drawing. It shows the 29 VDC rectified power being routed to the Base connections of Q101 - Q104 series pass transistors. Compare this to the XX-35 series supplies dated 2000. The schematic with the error was found on the internet, but thus far I have not been able to retrace the path to the page of the schematic with the erroneous connections. Here is a link to the Service Manual for the series: Astron RM-35A, RM-35M, RS-35A, RS-35M Service manual [link] [comments] |
I feel so stupid…
| I spent few days trying to make z80 cpu based computer clone. As in every good project first step was performing Hello World output to serial for starters. I got completely stuck as I was getting only letter H and nothing else. I rewired chip selection logic several times, replaced RAM chip, scoped everything I could and only then noticed that top power rails are not connected (you can see top rails are not bridged) meaning RAM was never powered in a first place. I feel like a complete moron… [link] [comments] |
Building I2C-PPS. Part 3 - Schematics Boilerplate
| Having a particular plan for the power supply (as described in the posts before part 2 - Planning and part 1 - Idea) it's possible to start schematics itself. I use and really enjoy KiCAD - it has everything I need for my skills and projects I create. As the first step with the schematics (see - github.com/condevtion/i2c-pps-hw) I decided mostly to transform the diagram from the previous post to a set of pages and define networks and busses to connect them. You can see a screenshot of the root page in the first picture with the result. The second picture contains everything from the rest of the pages. It's not much for now - the controller's symbol, and a bunch of network and hierarchical labels to enable so called "sheet pins". I made the symbol starting from one for BQ25798 existed in KiCAD's global library. The chip is quite different but it can be easily transformed by majorly editing pins. While the footprint and 3D model can be requested from Ultra Librarian site by like provided on TI page for BQ25758S. All symbols and footprints I usually add to local projects libraries just not to mess with global library. In KiCAD its a bit tricky to create nice, short names for busses. You need to create aliases in "File" > "Schematic Setup" > "Bus Alias Definitions" and then you can use them across all pages of a project. For now I came up with following networks and busses:
The next step is to draft every page with actual design probably skipping at first particular values for components. [link] [comments] |
I think I finally understood reflections in signals and what causes them
| First and foremost what are reflections? Reflections in PCB are like echoes on a road for electrons. Imagine a PCB trace (the thin copper line) is a highway. A signal is a tiny super-fast car zooming down that highway. Now… If the road suddenly changes, the trace gets thinner or wider, it hits a connector or the layer changes, it’s like the car suddenly hit a speed bump or a wall. Instead of all the signal energy moving forward nicely, some of it bounces back. This bounce is a reflection. Why does it happen? Because of impedance mismatch. If the trace impedance (say 50Ω) suddenly meets something that is not 50Ω, the signal doesn't have enough voltage or current to pass through and reflects back. What are the three types of impedances a signal encounters? Source impedance, Characteristic impedance and Load Impedance.
The Golden Rule (No Reflection Condition) Maximum happiness is achieved when: Zₛ = Z₀ = Zₗ What happens when one is higher or lower than the other? Now we’re getting into the “who wins the fight” part of signal integrity. Case 1: Z₀ > Zₛ (Trace impedance is bigger than source impedance) The source is “stronger” (lower resistance) than what the trace expects. When the signal hits the load and reflects back, the reflection at the source will be positive. That means, the returning wave adds to the original signal, we will see overshoot and possible ringing as well. We may see the waveform jump higher than it should before settling. Case 2: Z₀ < Zₛ (Trace impedance is smaller than source impedance) Now the source is “weaker” compared to the trace. When the reflection returns to the source, the reflection at the source becomes negative. We may see undershoot, slower settling and reflected wave subtracting from the signal. The signal may dip below expected levels before stabilizing. Image Credits: Right the first time by Lee Ritchey . Best book I have read on signal integrity and design. [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]
PSA: Turns out that ChatGPT is incredibly good at PCB reverse engineering and Identifying chips
| I was trying to identify some IC's recently and found out that ChatGPT is incredibly good at identifying IC parts from their markings with some extra context information. It can require some prodding and trial and error and giving it some hints helps e.g. a description about what you think it does, component footprint, visible marking, the device you found it on. and force it to list number of alternatives. You can also give it a picture and let it find the layout context. Example I was trying to identify the component marked: KP05 5MES. I gave it the picture and the prompt: "" "" One of the suggested components is the MC10EP05 and I could then verify it by looking at the datasheet That's pretty cool [link] [comments] |



