johndoe271828
johndoe271828
  • 27
  • 855 480
Python Objektorientierung ohne Pfusch: Hinweise zur objektorientierten Programmierung
Eine kurze Zusammenfassung von Pattern und Antipattern in der objektorientierten Programmierung in Python am Beispiel einer Finitfeldarithmetik im F_p.
Переглядів: 272

Відео

Industrial Control Systems for Toddlers
Переглядів 5013 роки тому
This video shows a piece of equipment that I built many years back in a 19" 4U housing with a nice aluminum front plate I had manufactured by Schaeffer AG. Since I'm not using it anymore, I've turned it into a toy which my daughter can play with. All it needs now is an acrylic lid and me knocking off all sharp edges, then it's good to go. The firmware of all controllers is open source: github.c...
Korad KA3005P Fan-Control Mod
Переглядів 23 тис.6 років тому
I modded my Korad KA3005P to have temperature control, changed two of the front LEDs and removed the annoying buzzer. In this video I show all the mods that I did to my KA3005P. Source code and schematic of my mod: github.com/johndoe31415/tiny13fanctrl Comparison between Rigol DP832 and Korad KA3005P: ua-cam.com/video/EpIxw90Oku8/v-deo.html Music by www.LukHash.com Video License: CC BY-SA 3.0
Rigol DP832 vs. Korad KA3005P
Переглядів 57 тис.6 років тому
I recently switched from my Rigol DP382 power supply to three Korad KA3005P supplies. In this video I compare both and show you the ups and downs of the respective choices. Detailed video of my KA3005P mods: ua-cam.com/video/_cuEG-wj89E/v-deo.html EEVblog talking about the failed KA3005P: ua-cam.com/video/Fya-4mjV4N4/v-deo.html EEVblog talking about the DP832 power spike: ua-cam.com/video/IaWgF...
AVR ATmega8 and MAX7219 8x8 Dot Matrix Toy
Переглядів 3,1 тис.7 років тому
This is a little toy which I built for a few very nice people. It uses a MAX7219 that drives an 8x8 dot matrix display. The AVR ATmega8 reads the frame data from a connected 24LC64 via I²C and feeds the MAX7219 with the data via SPI; it's pretty straightforward. The schematic and all source code are open source (GPL-3) and can be found here: github.com/johndoe31415/dissding The MAX7219 module a...
Internals of an electric stove (Privileg ProComfort 8200E)
Переглядів 8648 років тому
After around 15 years of operation, my electic stove, a Privileg ProComfort 8200E, broke down. Before throwing the old one out, I took it apart. This video shows the guts that I took out during disassembly and the working of the power regulation of the front panel switches which I found pretty cool. Music by www.LukHash.com Video License: CC BY-SA 3.0
Hacking a micro-USB relay module (ICStation ICSE014A)
Переглядів 10 тис.8 років тому
I bought this 8-channel relay module for about $10 on eBay recently. While trying to get it to work I noticed that the firmware on the STM8 that came with it is utter junk. Ended up putting in my own microcontroller (ATtiny2313) and wrote my own firmware, which has some functions the original is missing. This video shows how I reverse engineered the thing in the first place and how I did the re...
Repair of a blown motherboard transistor
Переглядів 18 тис.8 років тому
I accidently shorted out the fan of my mainboard and the SOT-89 P-FET, a P06P03LCG, immediately blew and created a remarkable fireworks display. In this video I replace it by the SOT-23 IRLML5203. It really doesn't go all that smoothly, but I show everything that went wrong in the video. Music by www.LukHash.com Video License: CC BY-SA 3.0
Repair of a Xerox DocuPrint N2125 "Fuser Failure"
Переглядів 2,8 тис.8 років тому
In this video I show how to repair a Xerox DocuPrint N2125 which failed with error code U4 "Fuser Failure Power Off/On". I walk through the steps of the service manual and show what the ultimate solution was in my case. It's particularly interesting, because it's a failure that isn't detectible with the means supplied in the service manual alone, but some more digging needed to be done. Music b...
Silencing a Rigol DP832
Переглядів 11 тис.10 років тому
The DP832 is a really nice instrument, but has a horrible, cheap and noisy fan. Replacing it seems easy enough, but don't repeat my mistake, because your power supply might otherwise also display "The fan stops, stop the output!" (yeah, really) and stop working. How you can avoid that is something I show in this video. The replacement fan I used was a Noctua NF-R8 (around 8 EUR and really reall...
Flickering Halloween LED light with ATtiny13 and a Linear Congruential PRNG
Переглядів 6 тис.10 років тому
My wife wanted to have an illuminated pumpkin and so I hacked this together. Most other solutions I looked for either used Arduino (don't have one and it'd be really oversized) or flickering LEDs (which I also don't have). In any case it's a nice demo that showcases how to get pseudo-random numbers on a really small microcontroller using a LCG (linear congruential generator). Music by www.LukHa...
CRT Handling Revisited (Discharging CRT and venting the tube)
Переглядів 174 тис.11 років тому
In this video I'll once again discharge a tube (this time you can actually see and hear the sparks, since I specifically charge it up first) to show that the method of discharging that I've shown in a previous video of mine is indeed effective. I also vent the tube and you can listen in to the CRT (quite literally) taking its last breath. Music by www.LukHash.com Video License: CC BY-SA 3.0
Geiger Counter with AVR and SI-8B Pancake Probe
Переглядів 5 тис.11 років тому
I used a Russian-built SI-8B (aka СИ8Б) pancake tube and built a geiger counter with it using a switched inductor buck-boost converter. The probe itself is amazing, although not cheap (around $100 on Ebay) but definitely worth the price in my opinion. In the video I show the main parts, the schematic and compare it to the Gamma Scout in terms of sensitivity. The schematic in the video is wrong ...
Libra 8 DDS3 Tape Changer Teardown
Переглядів 61011 років тому
Teardown of the Libra 8-DDS3 SCSI tape changer dated 1999. It has been standing around in my basement for about 10 years now and I'm going to disassemble it and make some other use of it to get rid of that large hunk of metal. Music by www.LukHash.com Video License: CC BY-SA 3.0
Tips and Tricks for Microcontroller Programming and Debugging
Переглядів 7 тис.11 років тому
In this video I show three tricks that I frequently use to effectively debug microcontroller systems. Music by www.LukHash.com Video License: CC BY-SA 3.0
Unitrend UT61E Ethernet Adapter with ATmega and ENC28J60
Переглядів 10 тис.11 років тому
Unitrend UT61E Ethernet Adapter with ATmega and ENC28J60
EPROMs under the microscope
Переглядів 57 тис.11 років тому
EPROMs under the microscope
Desoldering through-hole components on multilayer PCBs
Переглядів 17 тис.11 років тому
Desoldering through-hole components on multilayer PCBs
Bay Networks 28115/ADV Teardown
Переглядів 74211 років тому
Bay Networks 28115/ADV Teardown
LC200A China L/C Meter Review and Teardown
Переглядів 44 тис.11 років тому
LC200A China L/C Meter Review and Teardown
Greeting card with ATtiny26 (playing RTTTL music)
Переглядів 3,3 тис.11 років тому
Greeting card with ATtiny26 (playing RTTTL music)
LED Tester with discrete constant current sink
Переглядів 1,2 тис.11 років тому
LED Tester with discrete constant current sink
Installation and setup of Lattice Diamond on Linux
Переглядів 6 тис.12 років тому
Installation and setup of Lattice Diamond on Linux
HP LaserJet 6P Disassembly and Teardown
Переглядів 47 тис.12 років тому
HP LaserJet 6P Disassembly and Teardown
Safe CRT Monitor Disassembly
Переглядів 227 тис.12 років тому
Safe CRT Monitor Disassembly
Safe Microwave Disassembly
Переглядів 120 тис.12 років тому
Safe Microwave Disassembly
Pong on a ARM Cortex-M3 Stellaris Luminary Micro DK-LM3S9B96
Переглядів 2,9 тис.13 років тому
Pong on a ARM Cortex-M3 Stellaris Luminary Micro DK-LM3S9B96

КОМЕНТАРІ

  • @DaltonFwBrown-ku5ud
    @DaltonFwBrown-ku5ud 15 днів тому

    What if I want the vacuum tube?

  • @ctomsky
    @ctomsky 26 днів тому

    Great video! Thanks for the help! I laughed a little too hard at the hammer taped to a broomstick.

  • @1kreature
    @1kreature Місяць тому

    Fun video! Shame you didn't have any experience with the STM as it would be nice to just swap firmware. I find the STMs to be more agreable to work with than the AVRs (which I used to use a lot). I am actually in the process of doing so right now on a USB-RELAY04 board. (You have the 08 version with identical hw except for addition of power plug.) The 04 I have do have an extra position for a pin header and it has debug interface, reset and power/ground which is very useful for me right now. Chip was protected but easily erased. I too was really annoyed by the single byte protocol and the lack of any way of reading back state. Also, I would like the card to go to default of host/app is disconnected as I wanted to use these boards in a testing environment where different tests may be run by remote triggering. I don't get your inversion mask though, it adds complexity and less security. I think I will add a Set and a Reset command though so one can easily turn on or off any relay without affecting the rest in addition to a Relay command to set all relays to match state with parameter.

  • @profimax_ru
    @profimax_ru 3 місяці тому

    Good idea! Thanks

  • @graxxor
    @graxxor 5 місяців тому

    I got my DP832 second hand for $150, updated the software to 832A, so I think I'll stick with this... I also have a couple of HM310s... which I will keep to use in tandem.

  • @zirahvi
    @zirahvi 5 місяців тому

    Oh jesus I spent hours fighting with Alien to get the goddamn RPM into a DEB form. Obviously required some stabbing, like installing under /opt instead of /usr/local etc. Should have seen this first.

  • @shkhamd
    @shkhamd 5 місяців тому

    curious if there is a way to callibrate the korad unit to improve the accuracy. 1% or lower would be more than enough for what it costs.

  • @ericastier1646
    @ericastier1646 5 місяців тому

    The Rigol has several hidden design flaws. Like CH2 and 3 and not truly independent, and the type of design flaw pattern they make shows a tendency to cut corners and sweep bad design with dodgy practices. Such as, wasting 5 Watts of power in a regulator pass device to lower voltage from the transformer for the digital section without sourcing a transformer with lower voltage tap. I would not buy equipment from a company with that kind of dodgy philosophy, there will always be another design flaw waiting to manifest itself maybe out of warranty.

  • @ericastier1646
    @ericastier1646 5 місяців тому

    Both crappy options, but the Korad at least has no hidden shortcomings that the rigol has see EEVBLOG review.

  • @KarlHamilton
    @KarlHamilton 6 місяців тому

    Great video, never saw a switch with a display before. Very cool. Must be early 90s.

  • @SurvivalSquirrel
    @SurvivalSquirrel 6 місяців тому

    These are some great tipps! Thanks a lot and have a very nice christmas ;-)

  • @alexdixon3390
    @alexdixon3390 7 місяців тому

    How to replace DHBW coding lecture in 30 min

    • @johndoe271828
      @johndoe271828 7 місяців тому

      So ist das nicht gedacht! 😅

  • @lucasreimold3005
    @lucasreimold3005 7 місяців тому

    Hallöchen Herr Bauer! Fand dieses Video sehr aufschlussreich. Es macht mir tatsächlich jetzt noch mehr Spaß meinen Code umzugestalten! Sie haben in dem Video - nicht wie andere auf UA-cam - kurz und informativ das Thema mit sinnvollen Beispielen belegt und ausprobiert. Finde das Video Hammer und könnte Studierende in den ersten Semestern deutlich weiterhelfen als die ein oder andere Vorlesung.

    • @johndoe271828
      @johndoe271828 7 місяців тому

      Lieber Herr Reimold, vielen Dank für die netten Worte 😊

  • @FelinoAnticomunista
    @FelinoAnticomunista 8 місяців тому

    Hagan todas las pruebas que quieran. Yo me compre una Korad 3005 y va de maravillas. Hace justo lo que necesito. Alimenta mis circuitos, limita la corriente, no genera picos de arranque inportantes, etc. Una maravilla. Lo unico que me gustaría cambiar es el panel numerico de amperios a color verde.

  • @bernardthongvanh5613
    @bernardthongvanh5613 9 місяців тому

    can it kill you? I dismantled more than 15 crt tube when I was yound, to get component for my project, I wasn't using any protection and touching everything, did I escape death? lol

    • @RMED24
      @RMED24 6 місяців тому

      The chance of it killing you is low if you only have one hand in at once. If you had both hands rummaging around then you really got lucky because all it takes is one CRT to not properly have discharged to kill you

  • @rsmrsm2000
    @rsmrsm2000 10 місяців тому

    please more videos

  • @solhaher9114
    @solhaher9114 11 місяців тому

    Thank youu my SIM card had fallen inside l didn’t know what to do

  • @ajshell2
    @ajshell2 Рік тому

    Sigh. I managed to get the discharging done without issues, but I'm having difficulty getting the anode cap to come off. I'm terrified of breaking it. And of course you just cut straight to it being off. Thanks for nothing.

  • @Dezmond2inbox
    @Dezmond2inbox Рік тому

    Buzzer can be disabled...no need to remove.

  • @scotthoward4836
    @scotthoward4836 Рік тому

    What year did microwaves start marking copper coated ali wires in the large transformer?

  • @smdsoldering
    @smdsoldering Рік тому

    You should cover that electrolytic capacitor there that's got The Scorch marks on it

  • @neko2849
    @neko2849 Рік тому

    I have both, always use the Rigol, unless I need the power of the Korad (which is rare).

  • @kirks.2565
    @kirks.2565 Рік тому

    I heard, "Keep one hand behind your back" just in case. You don't want voltage to go through your chest.

  • @evilskunk1
    @evilskunk1 Рік тому

    The safest way to vent a picture tube is to use a pair of tongue and groove pliers on the socket tip of the neck where the CRT board plugs in with a quick squeeze and twist. Doing this not only vents the tube but prevents possible implosion of the CRT. Using a hammer is much more risky.

  • @fusca14tube
    @fusca14tube Рік тому

    Hi... awesome mod! Is there a way to change the unused M5 LED to control the Lock function? So, when the keys are locked, the LED is turned on. Thanks.

    • @Aptypka84
      @Aptypka84 3 місяці тому

      м5 used - press M4 and turn the encoder to the right.

  • @redtex
    @redtex Рік тому

    Может стоило просто поискать датчик тока в цепи вентилятора?

  • @johncrow5552
    @johncrow5552 Рік тому

    I want to turn an old microwave into a turn table. If I disconnect the magnerton and the fan, will that work? (worried about the capacitor. Should I leave that connected?)

    • @dang48
      @dang48 Рік тому

      You're better off removing the capacitor. It's not only safer but it will give you more internal room to work with when you do your conversion. Hope it turned out very well.

    • @johncrow5552
      @johncrow5552 Рік тому

      @@dang48 I found a microwave where the motor voltage was the same as power voltage so all I used was the motor/glass turntable and a switch.

    • @dang48
      @dang48 Рік тому

      @@johncrow5552 Cool! That definitely is a big help.

  • @sioux22
    @sioux22 Рік тому

    Why? 80s and 90s crt tvs are increasingly rare, you could've given it away to someone

  • @alexvids9232
    @alexvids9232 Рік тому

    Thats so dangerous. He used needle nose pliers first...

  • @hansmoser162
    @hansmoser162 Рік тому

    Can the 3 independent Korads be switched in series or in parallel? Their manuals dont't say anything about that.

  • @mikemans2348
    @mikemans2348 Рік тому

    wow ! safest way is to use a small screwdriver and tap the HT hole gently to crack it and listen. jeez the neck !!!

  • @themaritimegirl
    @themaritimegirl Рік тому

    You negated any attempt at safety by using metal pliers in your other hand to lift the anode cup.

  • @bpark10001
    @bpark10001 Рік тому

    There is a safer way to vent the CRT! Lay face down on firm surface. Wrap carpet over the back of the CRT, leaving a small hole st the socket. Strike the CRT "tipoff" in the center of the socket until you hear hissing sound. Wait until the hissing stops. If a crack propagates into the funnel of the CRT, flying glass can travel over 30 feet! The carpet cover prevents this & the small targeted hit makes the chance of this happening. If you scratch the glass around the neck first, that "break" occurs much cleaner. Wrap rag over the neck first, then strike with hammer. The "tunnel" in the electron guns are electrostatic "lenses" to focus the beams. The pod on the long arm is the "getter" (has chamicals to absorb gasses, to maintain the high vacuum over the life of the tube). The wire can be unwound from the deflection coils (if it is not potted). You need to pull out the shadow mask from the CRT. Sit the TV set face up (on boards so you can access it from below). Strike glass first at the neck to start glass breaking, then strike further up to break glass almost up to the front face. The pieces will fall away (have old tarp to catch the broken glass). Lift set off & invert to face-down. You should be able to remove shadow mask by prying loose 3 or 4 arms around the edges. Lift out.

  • @gamingkoalaXXX
    @gamingkoalaXXX Рік тому

    At 10:38, is the orange stuff copper?

  • @therespectedlex9794
    @therespectedlex9794 Рік тому

    The glass electron tube is beautifully phallic. Not my thing, but it's an aesthetically neat sculpture. I was hoping to preserve it. Chisel the screen off, and take out the metal. I imagine that makes it so damn heavy! Am I seriously risking glass injury and mercury poisoning?

  • @thatonescrambler
    @thatonescrambler Рік тому

    How I disassembled these as an adolescent is beyond my adult comprehension I'm grateful to be alive 😂

  • @smorrow
    @smorrow Рік тому

    Motor? Always assumed there was a clock spring.

  • @darrenconway8117
    @darrenconway8117 Рік тому

    As an electronics engineer, I was deeply disturbed by your demonstration. Using those pointy pliers to lift the anode insulator is just inviting a spark to leap across. You don't have to be grounded to get a shock. You are the other plate of a capacitor. Holding the screwdriver in the other hand breaks the one-hand-in-the-pocket rule. Just use the screw driver blade to gently get under the insulator. I think using a screwdriver might work most of the time, but if the alligator clips fall off or don't have a good contact, that screwdriver handle may not protect you from the 1000s of volts.

  • @mohamedanfas7152
    @mohamedanfas7152 Рік тому

    Bro you are not showing probably where you connecting other side ?.

  • @tenthgate8090
    @tenthgate8090 Рік тому

    did this short hurt any of your other components

  • @robertalexander7782
    @robertalexander7782 Рік тому

    Absolutely essential to be safe. These tubes can hold a charge for a very long time unplugged from the power source. Even outside in the weather for many days it can still bite you. Great video!!!

  • @junctek1802
    @junctek1802 Рік тому

    Thank you for evaluating our products!

  • @arendelle_ok
    @arendelle_ok 2 роки тому

    Whats component at 7:27 ?

  • @disastermaster2k
    @disastermaster2k 2 роки тому

    If you ever run into the problem that the adjuster knob dances its values all over the place when you try to increase just a tenth of a volt: you need to solder two 0.1uF ceramic caps in series on the 3 pins of the knob to add some filtering (that is required according to spec) and that will solve the problem for like 95%..

    • @wiedapp
      @wiedapp Рік тому

      Can you clarify that a bit further? Serial connection doesn't make a lot of sense in my understanding. Do you mean to put these caps between the wiper pin and each of the other two pins, so one lefty and one righty?

  • @thunderb0ltplays
    @thunderb0ltplays 2 роки тому

    I wonder how many people died watching this or prevented death by seeing this

  • @bedadabeyene4093
    @bedadabeyene4093 2 роки тому

    nice video

  • @selamuabebe5561
    @selamuabebe5561 2 роки тому

    Amusing

  • @luzng
    @luzng 2 роки тому

    Cool!!

  • @maxwang2537
    @maxwang2537 2 роки тому

    It’s effective to use a big solder ball to transfer the heat to all of the pins that is swamped in it. Otherwise, without using a different device such as a hot air gun, it’s impossible to melt the solder on more than two or three pins.

  • @peterwu831
    @peterwu831 2 роки тому

    I bought LC100A recently, have found that L readings seemed accurate, but not the C reading. On Hi.C my caps were off (smaller) by 3 to 5%, and on regular.C my cap readings were off by about 25%. I wonder if the built-in inductor in my copy is off, and maybe I could add a few windings to correct/compensate the cap readings.