Українською
  In English
Reddit:Electronics

Found this old Apple Ram From 1991 in my Friends "PC Graveyard"
![]() | submitted by /u/LostResort_ [link] [comments] |
Doorbell incompatible with home chime. Attiny to the rescue
![]() | submitted by /u/UserName8531 [link] [comments] |
Guess the component
![]() | submitted by /u/MrRandom93 [link] [comments] |
Maxlite LED FA
![]() | Had some LED lightbulbs die after a year or two so decided to open one up. Big electrolytic vented and assuming that the two damaged LEDs went at the same time as the cap. An LED might be able to last for decades but that driver circuit sure can't. [link] [comments] |
Cool switch i ordered
![]() | submitted by /u/c4arb0n [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]
Does anyone know the name of this electronic part? would be so helpful
![]() | submitted by /u/MUM7x [link] [comments] |
Any alternatives to this small PCB speaker? It is a door chime speaker out of a 2002 Subaru outback. Looking to see if there any of these with a different tone. TIA
When you forgot to add diodes on the first run of PCBs
![]() | Sketchy bodge to add the diodes I forgot on the first runs of a new PCB design. Do whucha gotta do! Corrected in the next run. [link] [comments] |
Using draw.io for Circuits Diagrams
![]() | submitted by /u/sudo_nick [link] [comments] |
Some fun old equipment. Recently acquired. The older boxes were the pinnacle of precision in the last 60’s
![]() | submitted by /u/roaddog1977 [link] [comments] |
Designing a burn in board for LM399 voltage references. My first attempt at designing a board in software.
![]() | submitted by /u/roaddog1977 [link] [comments] |
Hate it when pads pull up when soldering. Thankfully there are workarounds.
![]() | submitted by /u/TheRealFailtester [link] [comments] |
Now I get why Logic Analyzers are sooo expensive...
For those who like to work with bare metal instead of simulations, a logic analyzer is IMHO an almost indispensable tool for observing the behavior of multiple digital signals in the circuit. It is possible to find options from tens of US$ (8 bits, 24MS/s, based on PC), around US$200 (where I live) when we go to 16 channels or well above when you need more than 16 simultaneous channels . Then I went to do some calculations:
For a 5 second capture of just the signals from a Z80 (38 signals) from any of these MSX/Spectravideo, ZX-Spectrum, TRS-80, and also the RC2014 and those SBCs retrocomputers, I would need 3.58M*4=14.32MS/s*5s =71.6MS*38bits= 2.72GIGABYTES!
"Rounding up to commercial values", I would clock at least 14.31818MHz (plausible) to run the address counter; I think 486 motherboard cache memories - 25ns SRAMs -40MS/s- would be reasonably fast for that. If these are the ones (they normally have 256k addresses) it would be 28 chips to fit the 71.6ms, times 5 to fit the 38 bits. ONE HUNDRED AND FORTY FRIGGIN 32k chips! There are bigger chips (64k, 128k, 256k, 512k... besides, operating at 5V, it's harder to find) now....
if you dare, you could implement in more modern memories, K6-2 used PC-100 SDRAM memory (100MHz, 64bit wide) Pentium MMX/2/3 used PC-133 memory, Pentium 4/Athlon used DDR memories (-DRAM) (real 133/166/200MHz, double because they operate both on the rising and falling edges) and more than that I don't dare (by the way, I don't think I have the competence to even make a board with 64 bits of data at a rate of 100MHz). Besides, these memories already operate with 3V3 or less, you have to use level converters...
Addendum: I bought some 486/pentium cards to take advantage of the SRAMs and SIMM memory sockets. bought 4 for just under US$30 (again, where I live) but two of them didn't have DIP SRAM chips. normally these boards have 4 or 8 memories, so I would have to buy TWENTY more boards with those chips, and assuming all of those memories are working, I would have spent US$180. Only on old motherboards.
[link] [comments]
Programable 6502 LED Matrix.
![]() | submitted by /u/Ouch-nice [link] [comments] |
Multifunctional dynamic bicycle light
![]() | Hi all. It's my first post on this subreddit. Are you interested in stories about my experiences with researching and building electronic devices? Can I publish such posts on this subreddit? I am an engineer, and in the past, I worked with electromechanical systems. Now I disassemble and research different electronic devices and make some circuits myself. I also have help from my friends. Do you want dynamic LED turn signals for your bicycle? Do you also want a dynamic brake light? Or maybe you want an emergency signal? And all that WITHOUT a microcontroller? (only logic circuits) Multifunctional dynamic bicycle light WITHOUT a microcontroller (model) https://reddit.com/link/11q9kab/video/e245yqgp9ina1/player Part one. Basic functionalityIf you drive a car, it's very likely that you've come across an uncomfortable situation involving a cyclist at least once or twice in your life. Bikes can be quite unpredictable on the road and you often have to guess what maneuver they'll pull next. Electrically-powered bicycles and scooters are especially erratic when it comes to sharing the road. And once it gets dark out, the situation worsens twofold. Recently, I started dabbling in electric biking myself. However, I would say that factory reflectors on it aren't the best way to make your electric steed easily noticeable on a bike path. Therefore, it's time to unholster my trusty soldering iron and make this world brighter put together some LED turn signals. I really like the dynamic LED turn signals that come pre-installed on some modern cars. I wish I had something like that on my bike. The most obvious solution would be to use an Arduino and LEDs with a WS2812 chip. Nowadays you can find a microcontroller with its own firmware in something as mundane as a teapot and no one would be surprised by it. However, the fact that this can be realized by just using some "hard" logic and without a microcontroller can really leave some modern electronics engineers scratching their collective heads. Unsurprisingly, that's exactly what I found myself doing when I came across the "RF74xxID The Multifunction Passive 7400 RFID Tag" project on the interwebs. At the time I was so absorbed by microcontrollers that I didn't even think about the fact that just a couple of decades ago, electronics engineers somehow managed to get by without them, and even launched rockets into space. Anyway, at some point this became an obsession for me, and I decided to design a dynamic turn indicator circuit using only 7400-series integrated circuit. And with that, I welcome you to dive a little bit into retro electronics with me. The proposed dynamic turn indicator control circuit doesn't involve any expensive or scarce components. It's easy to reproduce and it works immediately after assembly (if everything is soldered properly). The circuit lights the LEDs in a strip one by one immediately after the power supply voltage is applied to the J1 connector. Once all the LEDs are lit, they will continue to stay lit as long as the power supply voltage is present. If you power this circuit from a car turn signal relay, you get a dynamic turn signal effect as a result. The speed at which the LEDs in the strip gradually light up is set with the RV1 variable resistor at 50kΩ. Thus, you can pick a speed that's to your liking. At the maximum resistance of the variable resistor, all 8 LEDs will light up in about 0.6 seconds after power is applied. You can choose a position for the resistor that makes all the LEDs stay lit for a little bit after the strip is fully powered, but that's up to you. If your turn signal relay flashes once per second, you can replace the RV1 variable resistor with a regular 43kΩ resistor. The standards for rear turn signals are a bit of a mess right now. On some cars they're red, while others have yellow ones. Therefore, the selected R1-R8 resistors are for red and yellow LEDs with an operating voltage drop of about 2.2V. The operating current should be about 10mA. But remember that the maximum output current for the 74HC164 per output is 25mA. This value should not be exceeded. Choose whichever turn signal color you like more. If you believe that 8 LEDs are too many for your liking, you can reduce their number down from the bottom to the top, i.e. first remove D8, then D7, and so on until you have the desirable number of LEDs left. Conversely, if 8 LEDs aren't enough, you can safely scale this circuit without any problems or catastrophic price spikes. All you need to do is add the necessary number of shift registers, as shown in the following diagram. The high output of the first shift register is connected to the data input of the second register. You can also connect the data input of the third register from the high output of the second register. Then you can just keep going with this chain pretty much endlessly. When adding another circuit, you should immediately add a trim resistor with a lower resistance. I recommend using 20kΩ. Now let's talk a little bit about powering the circuit. The 7805 voltage regulator allows you to get +5V to power the circuit. The input voltage can vary from +7.5V to 15V. But don't forget that the 7805 can heat up quite a bit, in which case you should use it with a heat sink. The 7805, like any other radio component, also has an operating current limit. Take this into account when selecting the operating current for the LEDs. The total simultaneous current consumption of all the LEDs must not exceed the maximum operating current of the voltage regulator. It would be even better to have a safety margin of about 20 percent. Do not use this circuit to modify a car! Personally, I'm against modifying cars from their factory state. But you can very well implement this circuit on something like a children's electric car, for example. If you really want to use this circuit to modify a bicycle or kid's electric car, a turn signal relay is not an absolutely essential component. The circuit can flash on its own as long as there's a supply voltage. For this, all you need to do is connect a transistor instead of the D8 LED. The Q1 transistor will reset the outputs of the shift register after all the lights are activated. For this setup, I recommend using an RV1 variable resistor with a resistance of 100kΩ. If you cross the first two circuits and replace the yellow LEDs with red ones, you get a dynamic brake light. You could simply connect the second strip of LEDs in parallel to the first one, but it is better to use a second circuit board. Firstly, it won't overload the current outputs of the shift registers, and secondly, it will be much easier to trace the board in the form of a narrow strip. Part two. Cool device :)Even at the design phase of the previous dynamic turn indicator circuit, I realized that its functionality wasn't enough for me. I decided to pack both the right and left turn signal functions into a single strip of LEDs. The dynamic way in which LEDs light up is very good at indicating my intended turn direction. I also decided to add some functionality to the circuit to allow for a "sidelight/parking light" mode. I don't usually ride very fast, so I thought that having brake lights seemed excessive. Besides, it would mean that I have to add additional sensors and wires to the system. The "challenge" is also supplemented by some rather strict conditions. The device must be built around eight 5050 RGB LEDs which will dynamically light up to indicate right and left turns, and it has to include a parking light/sidelights mode. An important condition was that the circuit had to be made on a single-sided printed circuit board with the LEDs placed in the center of the board. In the end, I formulated the following requirements for the circuit's functionality:
The previous turn signal circuit was realized using a shift register. It only had the function of indicating a turn in a single direction. But now I need to have the same dynamic lighting effect, but to show turns in either direction using the same strip of LEDs. However, doing this with shift registers and a diode matrix seemed like overkill even to me. But there had to be some kind of special feature in the circuit. The basis of the circuit is a block of comparators, which control a line of 8 LEDs. The comparator compares the linear rising voltage from the LRVG (Linear-Ramp Voltage Generator) with the reference voltage from the RVS (Reference Voltage Source) also known simply as a voltage reference. The RVS generates 8 trigger thresholds to control each individual LED. The LED control scenario depends on how the control logic switches the RVS. The RVS is a voltage divider made with resistors. There are voltage leads between the resistors that connect to the inverting inputs of the comparators. The voltage divider also has three special lines: "Up", "Center", and "Dwn". The reference voltages at the comparator inputs can change depending on how these lines are connected to the power circuits. The control logic can switch the RVS in the following ways:
The first version of the circuit turned out to be even simpler than I could have imagined. I double- and triple-checked the circuit several times in the simulator and analyzed it empirically. According to my estimation, everything should work. However, this circuit didn't make it to the prototyping stage. To facilitate installation to the bike, the right and left turn buttons are closed to ground. There is an OR circuit on the D9D10 diodes and the R21 resistor. The Q5 transistor inverts the button signal to control the Q7 transistor. The Q7 transistor closes when either button is closed and disconnects the "Center" lead from the positive power supply. At the same time, one of the half-bridges (Q1Q2 or Q9Q10) diverts its side of the voltage divider to the positive power supply. The other side remains diverted to ground. The NE555 timer generates the sawtooth pulses. The Q6 transistor provides a linear charge to the C2 capacitor. The C2 capacitor is charged to 2/3 of the supply voltage. Then the timer switches and the capacitor is discharged through the R19 resistor. The resistor limits the discharge current of the capacitor. This also allows the timer to trip when C2 discharges to 1/3 of the supply voltage. Thus, the sawtooth pulse has a range of 1/3 to 2/3 of the supply and has a rising shape. The R9, R17, and R36 resistors have a higher resistance than the other elements of the voltage divider reference. This is necessary so that the divider's voltages are in the same range as the sawtooth pulses. The complete circuit differs from the previous one in that it has slightly more complex logic for controlling the LEDs. I decided not to mess around and make it on CD4000 series logic chips. Compared to the 74NS00 series, the CD4000 has an extended supply voltage range. Thus, the circuit works from 2.7V to 9V. Another NE555 oscillator has been added to the circuit for the emergency signal mode. Its pulses determine the timing of the red and blue flashes. The rest of the circuit works in the same way as the previous one. I once again double-checked everything. The circuit turned to be incredibly simple, which is probably why I continued to doubt up to the very last moment that it would work when put to the hardware. With the help of an iron, I quickly assembled the prototype and everything worked as it was supposed to on the first try. The board looked excellent when it was printed in green! All it took was six simple microchips and a handful of passive components, and there you go – another puzzle is solved. The results of the work can be found in the video. Multifunctional dynamic bicycle light WITHOUT a microcontroller (model) https://reddit.com/link/11q9kab/video/8jxe2jj0bina1/player Thank you for your attention, and I hope this post was helpful to you. =- [link] [comments] |
4 Bit Asynchronous Counter
![]() | finishing up my 4 bit asynchronous counter using 16 transistor. [link] [comments] |
segregation
![]() | submitted by /u/antek_g_animations [link] [comments] |
Project Keuropal part 2: Modding external angel eye buttons onto a GE Café refrigerator display PCB
![]() | submitted by /u/doitaljosh [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]