Українською
  In English
Reddit:Electronics
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] |
Yamaha DX7 reverse-engineering, part III: Inside the log-sine ROM
| submitted by /u/goldensyrupgames [link] [comments] |
PIR Sensor Trap
| submitted by /u/huico42 [link] [comments] |
Dead bugged a WSON 6
| 1206 resistor for scale, and it works! This is a led driver TPS92201a, those legs are now antennas. [link] [comments] |
Open sourced raspberry Pi pico macro board show-and-tell
| A few months back I shared a board I designed here. I loved the support from the community so I will be open sourcing the design for everyone to enjoy this. Open source link - https://github.com/NoamanKhalil/Keyboard-pico [link] [comments] |
Megavoltage Hydrogen Thyratron
| Thyratron inside a Varian EDGE (linear accelerator). [link] [comments] |
Made a keyboard diode matrix for the first time
| Not exactly a keyboard, but the plan is to hook this up to a Pi pico whenever it arrives and use it as the F1 - F24 keys for a CCTV project I'm working on as a "Camera Control Panel" With all the IO ports on a pico I'm pretty sure I could have gave each switch it's own dedicated IO, but this felt more fun lol [link] [comments] |
Building I2C-PPS. Part 2 - Planning
| Continuing from the idea published a couple of days before - Building a programmable DC-DC Power Supply with I2C Interface (I2C-PPS). Part 1 - Idea. I decided to get some intuition about overall device structure before gathering its schematics. As I sketched it in the picture the buck-boost converter can be seen as the set of several blocks - a power stage, input and output filters with respective current sensors, a set of programming resistors, a digital I/O plus indication circuit, and a master switch. The power stage consist of 4 power MOSFETs and the inductor. The input and output filters are sets of capacitors mixed with current sensing resistors. The converter's operation mode and HW limits on voltage and current are set by programming resistors. And digital I/O with indication circuit provides interface for RPI and some leds for us - humans. The master switch makes it possible to start or shutdown the thing as it needed independently by RPI as it's needed. Normally, it should stay off and should go off if RPI goes down turning the converter off when input voltage is here without running RPI. For the switcher TI provides a design calculator in form of an excel spreadsheet and schematic design checklist which allow to select values for main components with desired input and output specs in mind. As for now I decided to go with 4-6V input window but it really should stay at 5V and set HW input and output current limits at 5A. With 250kHz switching frequency many 10uH inductors with Isat > 7A and DCR in recommended range should work along with set of recommended power MOSFETs. More details you can find in the project repo - github.com/condevtion/i2c-pps. Looks like it's time to pull KiCAD into the project. [link] [comments] |



