Fixing KitchenAid Blender Coupler
2:30
Broken Remote Buttons? How to Fix
2:44
SLIC Audio Filter and Mute Circuit
25:11
LTSpice Noise Voltage Source
8:09
Sketchy Tool's Software Concept
18:56
DTMF Decoding with MT8870
11:07
2 жыл бұрын
Twin T Filter Overview
6:43
3 жыл бұрын
Пікірлер
@strangehermitage2299
@strangehermitage2299 16 сағат бұрын
Good work, btw.
@strangehermitage2299
@strangehermitage2299 16 сағат бұрын
I have the MXR EVH. The script switch is bullshit; the difference between that and block is imperceptible.
@strangehermitage2299
@strangehermitage2299 16 сағат бұрын
Feel free to disagree. Welcome to feedback.
@gadgetsideload
@gadgetsideload 11 сағат бұрын
I know it is very subtle and hard to tell if there’s a difference but it’s been a while since I tried changing it. I think I once read that it changes a resistor value but I can’t remember what it is supposed to do. maybe some buzzwords like making it more mellow or less harsh which might translate to changing the depth of the sweep and maybe we need younger ears because maybe the change is only in the upper frequencies. an oscilloscope comparison might be interesting.
@BrendanMacsGuitarGear
@BrendanMacsGuitarGear Күн бұрын
That looks like the same pedal that The Guitologist had the same issue with
@gadgetsideload
@gadgetsideload Күн бұрын
i’ll have to look for that and check it out. I just recently watched him tear apart that Apple charger.
@goutammanna7350
@goutammanna7350 3 күн бұрын
This video was very helpful from basics of understanding dds i spent 4 hours reading books articles thoose went above my head. Thanks for this video. Keep it up.
@DustinWatts
@DustinWatts 3 күн бұрын
The AliExpress is pretty decent, although I'm missing quite some high end and it sound a little brittle...
@TheEmbeddedHobbyist
@TheEmbeddedHobbyist 3 күн бұрын
Hi Dustin, happy new year.
@DustinWatts
@DustinWatts 3 күн бұрын
@@TheEmbeddedHobbyist Hi Thanks! You too of course!
@gadgetsideload
@gadgetsideload 3 күн бұрын
it sounds to me like the waveform of the low frequency oscillator is not the same because the sweep seems different. I’m curious about studying the schematic and then tracing signals to see what it’s doing at some point.
@addictive_noise
@addictive_noise 7 күн бұрын
Very well explained!
@nournawar1762
@nournawar1762 27 күн бұрын
Great to see someone using LTspice on a Linux machine!
@jonathanmackenzie2570
@jonathanmackenzie2570 Ай бұрын
Thanks so much for this. U helped me out in NZ. I was turning the thing the wrong way. Reverse thread!
@suhasvaidya5041
@suhasvaidya5041 Ай бұрын
My blender keypad top cover rubber sheet has damaged ,can you help me fix it,not getting support from vender
@hvttnvn
@hvttnvn Ай бұрын
Thankyou so much!
@raymundhofmann7661
@raymundhofmann7661 Ай бұрын
The multiply by time missing when I tried is what made me doubt if "white()" works. But actually this multiplication by time and then the function truncating it to an integer, gives additional flexibility. "time" is seconds, BTW, when viewed in the plot.
@andynguyen1505
@andynguyen1505 Ай бұрын
can you do this but with the most current version
@PatricksBasics
@PatricksBasics Ай бұрын
Thank you so much for the tutorial! It worked great for me. I will definitely recommend this to others.
@calholli
@calholli 2 ай бұрын
These are only twenty on all^3xprezz right now.
@curious_c
@curious_c 2 ай бұрын
I downloaded but didn't get .CIR file
@DariusEshragh
@DariusEshragh 2 ай бұрын
@Gadget Sideload any idea where I can buy those conductive button pads that are in this radio? I have an old clock radio and all my pads are worn out and need to be replaced, yours has the exact same ones as I need
@gadgetsideload
@gadgetsideload 2 ай бұрын
when I need to replace those conductive pads I glue on one from a kit that is close to the same size Button pad repair kit: Amazon.ca: amzn.to/3VRAIYi Amazon US and others: amzn.to/4aAK6ni
@RAWSKILLZ1223
@RAWSKILLZ1223 2 ай бұрын
Great video! Came for the punch down but stayed for the whole thing.
@GnuReligion
@GnuReligion 2 ай бұрын
Yeah, the latest version of Micronucleus might not be recognized by Arduino (last I tried). Might be safer to image the Digispark one. I like to fuse out the reset pin, giving you 4 pins free IO (plus the D+/D- USB bootloading/debugging.) This way, you can make a cool USB to 4-pin ISP out of one of those Digisparks, without the need for jumpering your Uno.
@TheEmbeddedHobbyist
@TheEmbeddedHobbyist 2 ай бұрын
looks like something id hold it back, you should be able to get 860 samples per second. which is about 1.1ms conversion time. Were you using single shot or continuous sampling, continuous sampling should speed things up as you don't need to wait for sample to complete, you just read the last sample. were you doing fast i2C @ 400kHz?
@gadgetsideload
@gadgetsideload 2 ай бұрын
I was using whatever the default wire library would do with the Adafruit ADC library and I think it was just single readings, I pulled up a sketch from years ago and just added extra channels to make sure I could get it going but it also looks like the library for it has changed over the versions, had to fight off compile errors. So I need to look into it all again and get up to date and try some more in-depth testing now that I know it’s a viable thing
@TheEmbeddedHobbyist
@TheEmbeddedHobbyist 2 ай бұрын
@@gadgetsideload one of the reasons i stopped using the Arduino IDE. Libraries should be backwards compatible, if you change the methods you should leave the old one in place. but anybody can post a library and no one cares how well they are written. Plus i find they only contain the easy bits of the datasheet or the the one bit the writer wanted to use. Far easer to write your own, plus your learn a lot more about the chip in the process.
@gadgetsideload
@gadgetsideload 2 ай бұрын
at some point along the way I started noting in the comments at the top of sketches, the version number of every library and every board file that I used at the time I was working on the project. and then eventually I also started making note of the Arduino IDE version because even that caused problems. there was something going on with ESP board files I can’t remember if it was affecting ESP 8266 or ESP 32 but certain things would not work unless I rolled back to version one something. I recall some problems with SD card libraries, I don’t know if that’s the same problem.
@GnuReligion
@GnuReligion 2 ай бұрын
I like these, very interesting. Would really love for you to check out the linear-ness of the V measurements, and the accuracy / precession of the internal voltage refs. Would not expect stable measurements in the last three bits, but that is fine.
@gadgetsideload
@gadgetsideload 2 ай бұрын
I think I first used these five years ago and back then I remember reading something about how even though they are called 16 bit there might only be 15 practical bits but I forget why. I have to dig into it all again. One thing I do need to look more into, I was running these at 5 V but later when I tried at 3.3 I was getting weird readings like suddenly whatever inputs had ground versus 3.3 V, I was seeing those readings show up on different channels in the serial monitor but they were working fine at 5 V so I don’t know if it’s because I was using the esp that was acting strange or a different library version, some debunking to do.
@GnuReligion
@GnuReligion 2 ай бұрын
@@gadgetsideload I've been frustrated for years, trying to make an inexpensive measuring tool for multiple battery voltages. Dedicated chips seem to work better than MCUs ... but still, hard to get real stable, fast 3-digit accuracy.
@TheEmbeddedHobbyist
@TheEmbeddedHobbyist 2 ай бұрын
good luck in measuring the characteristic of a 16bit ADC, been there and done that as part of design verification of an asic which was being designed for us. Takes a lot of expensive equipment and way too much time to want to do it for fun. I had to re-run after every change made don't know how many months (close to a year) I must have spent just checking the ADC. 😞
@TheEmbeddedHobbyist
@TheEmbeddedHobbyist 2 ай бұрын
@@GnuReligion how fast to you need them to be, I've found batteries to be quite slow to do things. i'd go for dedicated chips every time.
@moormoor4281
@moormoor4281 2 ай бұрын
Thanking you most kindly from English England
@carinavaughan8405
@carinavaughan8405 2 ай бұрын
O M G....THANK YOU for making this video!!! The blown part of your blender looks almost identical to what mine currently does! I was sick when this happened yesterday😢 I've had it for years but have only used it about 15+/- times, literally. You have given me hope, THANK YOU🙏 P.S.... were the pieces that blew apart hard molded plastic type material originally? I ask b/c mine is actually somewhat flexible....I was wondering if that material deteriorates over time.
@gadgetsideload
@gadgetsideload 2 ай бұрын
I think it is some kind of hard rubber and that’s why it sort of melts over long periods of time and becomes goo but if it was just plastic it would probably become brittle and fracture as solid pieces of plastic
@engineered.mechanized
@engineered.mechanized 3 ай бұрын
This was amazing, solved the issue over here.
@stoseckert3394
@stoseckert3394 3 ай бұрын
On point !
@sc0or
@sc0or 3 ай бұрын
The only useful vid spotted some slightly documented but very demanded features. Thank you
@fododude
@fododude 3 ай бұрын
Sounds like the theme from 70s TV show, Ironside. kzbin.info/www/bejne/aHyoXo2bYruDm6c
@canhurel5309
@canhurel5309 3 ай бұрын
Hi, my soldering station always blinking on 350 and sometimes shows E-3. It not possible to change values. Soldering unit gets warm but very slowly. Any idea?
@elvinhaak
@elvinhaak 2 ай бұрын
Are you in a 110V place with a tip on 220Volt ? You probably need to switch out the small heater-unit inside the iron. Just my guess...
@Afrorack
@Afrorack 3 ай бұрын
Good stuff
@psy28core
@psy28core 3 ай бұрын
Wonderful circuit analysis! I want to know more... like how are you hooking up your mic and output to the breadboard? Is that other breadboard your 555 circuit? I'd love a close up or a combination build video. Thank you for this great vid.
@gadgetsideload
@gadgetsideload 3 ай бұрын
I can’t remember exactly how things were hooked up but glancing at what I see on the table, that other breadboard does look like it has the 555 with a variable duty cycle possibly as an audio test source. The final audio output was that orange amplifier and I had a clip on microphone laying on the table to pick up the audio and record it on a zoom H1 which is sitting beside the orange amplifier. and the audio going to that orange amplifier is from the green cable with the black stripe and that’s going over to the breadboard with the echo circuit so it must be coming out of the actual Eco circuit directly. I can’t seem to follow the cables for the other circuit board to the left of the battery pack it looks like the 555 audio is going on the green cable into that White circuit board and then there’s two outputs I think it’s a splitter to buffer that, but it looks like one of those cables doesn’t go anywhere and the other one is probably going to that black mixer so maybe I was using the white board as a buffer or maybe I was trying something else and it didn’t work so the board just got left there because it wasn’t hurting anything. so overall it looks like maybe the 555 oscillator is going into the black mixer and so is the talking microphone and then the output of the mixer somehow gets connected to the input of the echo circuit and then it goes to the orange amplifier and gets recorded by a clip on microphone.
@psy28core
@psy28core 3 ай бұрын
@gadgetsideload wow thanks for your reply. I'm trying to hook my output to a scarlett solo interface as we speak. Wish me luck!
@PSUQDPICHQIEIWC
@PSUQDPICHQIEIWC 3 ай бұрын
I don't know why YT recommended this, but I'm frankly surprised and slightly relieved to know that replacements for this dumb part actually exist. I was assuming you were going to _make_ a new one.
@BusyElectrons
@BusyElectrons 4 ай бұрын
When I'm doing a repair like this and the conductive part of the rubber contact is worn out I place a thin self-stick conductive pad over it. I use the kind from ButtonWorx, which I got on Amazon. I keep a universal kit of these self-stick pads in stock in my lab (part number BW-70KIT). There may be other brands that do the same thing, but this is the only one that seems to be readily available in my area. This approach has saved many items from the landfill over the years. I have no affiliation with ButtonWorx, I'm just a satisfied customer. (edited to correct spelling).
@marn1924
@marn1924 4 ай бұрын
I’m so glad you did this. I’m sure because of planned obsolescence we’re not going to see any 40 year old electronics being revived in the future.
@RetroRepair
@RetroRepair 4 ай бұрын
I can't tell you how cool I find this. I can't work out how this hasn't got more exposure. I can't wait to build a couple!
@captainjacksparrow1518
@captainjacksparrow1518 4 ай бұрын
Why are you following T568B ? I thought USA followed T568A mainly
@DVToxico
@DVToxico 4 ай бұрын
So I just stuck some adhesive aluminum duct tape underneath the button and it reestablished the conduction, i dont know how long this will last but it works for now atleast thanks for educating me on how these buttons work.
@glenosborne1122
@glenosborne1122 2 ай бұрын
Works a treat ☺️
@yasirshahzad3732
@yasirshahzad3732 4 ай бұрын
Can someone help how this solder iron is working without 24V power Supply?
@yasirshahzad3732
@yasirshahzad3732 5 ай бұрын
I'm confused about the power supply for this soldering iron, which requires 24V to function. The circuit doesn't appear to include a 24V transformer or any other obvious means of providing the necessary voltage. Can someone explain how the iron is being powered in this setup?
@elvinhaak
@elvinhaak 2 ай бұрын
Well, I think it is running on mains (so 220 Volt here). So both for the iron as for the hot-air part. I just don't know how it is calculating the temperature since there is no visible thermistor or such in the handle. So I guess it is somehow calculating the resistance in the heating-element and by a lookup-table or formula in the processor switching the heater on/of very fast.
@CAXRAMEDIA
@CAXRAMEDIA 5 ай бұрын
I am interested, how to decoding Call Progress using esp32 without extra ic tone decoder eg. cmx673, cmx683, and so on
@gadgetsideload
@gadgetsideload 5 ай бұрын
Goertzel algorithm libraries might be able to decode the frequencies in the audio but I’ve never tried it and some people have found it to be inconsistent. Maybe if the chip is doing too many other things it could be even less reliable to the point where you need a separate chip anyway. www.hackster.io/MM_Shoaib/dtmf-decoder-using-only-arduino-872502
@CAXRAMEDIA
@CAXRAMEDIA 5 ай бұрын
@@gadgetsideload I have successfully detected DTMF with Goertzel. However, for Call Progress, I still depend on CMX673, I would be very grateful if you could create a library to detect Call Progress Tone, especially to detect Bussy Tone, and Hello Voice :-)
@CAXRAMEDIA
@CAXRAMEDIA 5 ай бұрын
@@gadgetsideload kzbin.info/www/bejne/pqqZpoewj5Vqn6Msi=AyFb04gPjdhGzUfz
@AmbroseAlberts
@AmbroseAlberts 6 ай бұрын
I followed the PTC schematic before I found your video and I immediately get a 2.5V drop on my 5V rail after you connect it to the chip. Any ideas on what I’m doing wrong? Is it worth troubleshooting or should I just look into a chip analysis like you described here. Much appreciated!
@gadgetsideload
@gadgetsideload 6 ай бұрын
if the main voltage supply rail is being dragged down dramatically when something is connected it sounds like a short circuit or bad component drawing excessive current.
@rubenmejia4881
@rubenmejia4881 6 ай бұрын
Try re capping the console that might take care of it.
@AnotherMaker
@AnotherMaker 6 ай бұрын
Very thorough. That punchdown holder is pretty essential. It really sucks to have that punchdown slip and go into your palm.
@DontEatFibre
@DontEatFibre 7 ай бұрын
So my RX is 5V as well, while the TX is 3.3v This is when powering from USB. Powering from 3V3, RX is 2.6V and TX is 3.3V.
@DontEatFibre
@DontEatFibre 7 ай бұрын
If someone can tell if the RX dropping that low is to be expected while not transmitting, please let me know.
@gadgetsideload
@gadgetsideload 7 ай бұрын
is that while applying 3.3 V to the Vin pin? and is that with a CH 340 chip? I think the module vin pin is intended to take higher than 3.3 V so the onboard regulator can bring it down to 3.3 but I’m not sure if the regulator on these modules just passes through 3.3 in to out without a drop out. having 2.6 on the Rx pin is definitely not normal and it’s around the bottom threshold for detecting logic high which I think is 2.65 V when running at 3.3 V so it definitely needs to be run differently to get that back to 3.3 V.
@diyertime
@diyertime 7 ай бұрын
I usually buy the versions that use an external antenna so that I have some freedom to get better signal coverage.
@Śiśna3633
@Śiśna3633 7 ай бұрын
Very good explanation. USB IC provides the level shifting when it is connected to a 5V USB port. Why CH340 is connected to 5V? Doesn't cost anything, in fact they could have saved those 2 resistors. About the RSSI, would like to see the difference between the original modules from ESSPRESSIF and the clones.
@mikejones-vd3fg
@mikejones-vd3fg 7 ай бұрын
Nice find, clever fix, interesting mystery...
@GnuReligion
@GnuReligion 7 ай бұрын
Long rows of pins with ABS plastic on top ... oh so hard to un-solder. Happy to find your 2nd channel!
@gadgetsideload
@gadgetsideload 7 ай бұрын
I think I started this channel 3 years ago and originally it was just a parking spot for extra long schematic or software discussion that would not really fit in a regular video but now I’m not even sure if I should actually put proper content of certain project categories on here as well so I’m letting it evolve on its own.
@RixtronixLAB
@RixtronixLAB 8 ай бұрын
Creative video, thank you :)
@whitneydesignlabs8738
@whitneydesignlabs8738 8 ай бұрын
Thanks much. Very cool. I have an old crank style phone, a dial wall phone, some old modems, and some 8 bit computers. I'd like to set up my own phone system for testing and demonstration of this equipment. Calls, ringing phones, BBS on Apple ][ etc... Is your board available as a kit from JLPCB or PCBway?
@gadgetsideload
@gadgetsideload 8 ай бұрын
The project is shared on PCBway www.pcbway.com/project/shareproject/Phone_Line_Simulator_POTS_Land_Line_1d34078f.html The one component they seem to have trouble sourcing is the 600 ohm transformer because I just buy them on eBay or AliExpress so when people buy the assembled project there, I think they have to just tell them don’t put the transformer and people solder one in themselves.
@whitneydesignlabs8738
@whitneydesignlabs8738 8 ай бұрын
@@gadgetsideload Thanks I submitted an order for 5 units to your link. It is being reviewed for assembly now. I made note of omitting the 600 ohm transformer if it was not stocked. I will let you know how it goes.
@gadgetsideload
@gadgetsideload 8 ай бұрын
I am also currently working on another accessory board where if it works, several of these can be plugged into it so that calls can be made between multiple boards at the same time or even party line multiple notes together. if that goes well I could be making a video within the next two months for it.
@user-ww1go3hz7n
@user-ww1go3hz7n 8 ай бұрын
Thank you this was amazingly helpful and a good speed for me :) not too fast and very clear <3
@noggin73
@noggin73 8 ай бұрын
I much prefer Visual Studio code with the PlatformIO plugin. Arduino code still works with minor changes. None of this digging through a 100 menus to find the correct CPU/programmer!