Ask Slashdot: Any Dishwasher Hackers Out There? 481
New submitter writes: I just replaced my dishwasher with a basic, inexpensive Sears model. It works fine, but only has 3 different wash cycles. I'm betting that the code to manage more cycles (as in more-expensive models) is already in the microcontroller and just needs inputs to select it. Is there any information available on this? Beyond dishwashers, have you done any useful hacks to household appliances more generally? I'd probably support a Kickstarter project that adds nice wireless notifications to my oven, clothes washer, and dishwasher.
Won't work (Score:4, Interesting)
Different firmware is loaded into each controller. Not to mention the cheaper models probably won't have the hardware to run the omitted cycles properly.
Re:Won't work (Score:5, Funny)
The fiends! (Score:4, Funny)
[...] or before you know it they'll be finding a way to put DRM on dishwashers.
The fiends!
Dish Rinse Management! How diabolical!
Re: (Score:3)
Some old mainframe computers I used to worked on. The different models (speeds) were determined by a firmware constant. If you knew enough, through a hack, you could upgrade your mainframe to a higher model by changing a constant.
Hacking hardware is nothing new. (Score:3)
I know an old mainframe tech who would "clip a resistor" to "upgrade" a system from one clock speed to a faster speed. This was also in the days when 1K of RAM was a rather sizable card.
Now if you have a HiTech Flash 4 RC radio, an early computer radio in 72mhz, one can "upgrade" to a Flash 5 by adding a couple switches, and jumping certain pads on the board. The firmware is already loaded.
Phil
Re: (Score:3)
Re: (Score:3, Insightful)
Ok. So cite us some examples of hardware that has been uncrippled EXCLUSIVELY through a software update.
There's an oscilloscope manufacturer that ships an upgrade from 1 GB to 2 GB memory through email by sending a code.
Re: (Score:3, Funny)
Re: (Score:3)
Yes, and the makers of Scantron machines, not that I used to service them or anything. *cough*
Also, copiers: Ricoh, Xerox, Canon, Imagistics (Pitney Bowes), Kyocera, etc etc etc. Every single copier maker cripples their low-end copiers by locking out embedded functions. The fuller-featured models are often mechanically identical, just deliberately lobotomized.
Re: (Score:3)
JATO are for beginners. There are far better ways to go fast.
http://jalopnik.com/5481005/vi... [jalopnik.com]
https://www.youtube.com/watch?... [youtube.com]
Re:Won't work (Score:5, Informative)
Rigol oscilloscopes. One minor software change and now your 50Mhz scope now magically works at 100Mhz.
Re: (Score:3)
margins are too low
This is precisely why economies of scale are so important. There are plenty of examples of cars, cameras, your own graphics card where the functionality of the device is software limited.
Design once and limit by software is a way of actively improving margins by minimising the front end loading of any project.
Re: (Score:2)
Tesla supercharging support for the P65/P70 models. There are many more. I see this a lot with high-end test equipment, for example. Although they often can't be upgraded later, the CPUs I work with are often intentionally crippled by blowing fuses to disable features for lower cost versions. When they're manufactured they have all the features and cores, only to have some disabled later.
Re: (Score:2)
Or, they tested the higher end features, found out that the hardware didn't support it well and binned that particular device. Happens to chips, happens to boxes.
Re:Won't work (Score:5, Informative)
Re:Won't work (Score:4, Informative)
Flashing GPUs with a higher end firmware. Unlocking cores in AMD CPUs
These are both pretty bad examples, because those cores are usually disabled because they don't pass all of the tests. With small feature sizes, yields of complex ICs are pretty low. It's common for CPUs and GPUs to be designed with various optional features. If there's a manufacturing defect in one part, then that part is disabled and you can still use the rest. The Cell was a particularly good example of this: very few had 8 working SPUs and so the ones in the PS3 all had 7 SPUs enabled and the ones that managed to pass tests with all 8 SPUs were sold in blades.
Sometimes you're fortunate and the yields are higher than expected, so some chips get put in a cheaper bin in spite of testing well enough to be sold in a more expensive bin.
Re:Won't work (Score:4, Insightful)
Towards the beginning of a new model, the parts are often binned due to failing a test. As they work out the bugs in production, you become increasingly likely to find a perfectly good part that was disabled to meet supply requirements only.
Re: (Score:2)
An Alcatel ADSL modem from circa 2001 that becomes a router/modem when flashed to the "pro" version.
Re:Won't work (Score:5, Informative)
Re:Won't work (Score:5, Informative)
Printer companies want you to keep your printer as long as possible. They are not in the printer selling business; they sell their printers at cost or at a loss. They are in the ink selling business. Which printer you buy it for really makes no difference to them.
Re:Won't work (Score:5, Insightful)
Of course there is a waste ink part that needs emptying.
So: "Waste ink receptacle full" is a reasonable error message. Designing it in such a way that it is (with some trouble) exchangeable should be quite possible without increasing cost.
But "having" that counter, the incentive is for the manufacturer to take big margins on when to call it "full".
Re: (Score:3)
That 'unrecoverable' error is telling you the waste ink system is saturated. Sure, you can reset the error if you know the trick. About a hundred or so power cycles later you'll discover that ink is leaking out of your printer and onto your [once] nice desk. They didn't do this to dick you, it is an engineering compromise. They could build in a replaceable waste ink system (as they do in higher end printers) but doing so would put the printer beyond the price point. Printer companies want you to keep your printer as long as possible. They are not in the printer selling business; they sell their printers at cost or at a loss. They are in the ink selling business. Which printer you buy it for really makes no difference to them.
i bought a toyota because they had such a good reputation for reliability. well, i barely got 200 miles out of it before it stopped dead. they told me the tank of "gasoline" (?) was completely empty! apparently the engine had been consuming it and I need to keep refilling it, like you have to keep adding oil to an old junker that burns it! and they had the nerve to tell me that was normal!
Re:Won't work (Score:4, Informative)
Ok. So cite us some examples of hardware that has been uncrippled EXCLUSIVELY through a software update.
PS4 and XBONE have yielded more memory and CPU to developers to use for games through software updates.
People routinely by 2nd tier CPUs and GPUs and flash the firmware in the hopes of unlocking extra cores or compute units that were disabled during binning.
People used to unlock "locked" CPUs for overclocking with a modified BIOS.
Re: (Score:3)
Some of this is due to pre-allocated resources.
CPU reserved to support mandatory Kinect features -> features become optional, resources released
CPU reserved for planned OS features -> Features require less CPU, resources released
RAM reserved for planned OS features -> Features implemented with smaller footprint, resources released
Re: Won't work (Score:3, Informative)
DVD player. It used to only be able to play Region 2 discs, but by entering a short code into the remote it's become Region Free (or any region me - or obviously the manufacturer - wish to lock it to)
Re: (Score:2)
Ok. So cite us some examples of hardware that has been uncrippled EXCLUSIVELY through a software update.
Cisco now integrates all features into their IOS 15 devices that the devices are capable-of, and uses licensing to unlock those features. Same holds true for their ASAs and their WLAN controllers.
One could even argue in the past, being able to go from IP Base to IP services or Enterprise Services by loading a different IOS is the same thing. The hardware capabilities are there, but the software wasn't unless it was installed.
I would not expect an appliance manufacturer to do the same thing though.
Re:Won't work (Score:5, Interesting)
Re: (Score:2)
Any camera that supports Magic Lantern firmware. While not an official upgrade path, there are many features available in more expensive cameras that were unlocked via the Magic Lantern firmware.....so the device itself is capable even if the manufacturer doesn't enable it.
Same can be said of routers supporting DD-WRT et al. The hardware supports the features but the provided firmware doesn't enable it.
Re: (Score:3)
Isn't that more due to the fact that more and more cameras and routers are shipped with a general purpose CPU that could provide those features?
If a device - whatever device it may be - has a CPU capapble of running some kind of linux, a ethernat port and a usb port, you don't need to "unlock" anything to turn that thing into a NAS. No matter if has been designed and sold as a router, tv or coffee maker.
Re: (Score:2)
This is very common in the enterprise market. Fibre Channel switches are shipped with, say, 24 hardware ports and only 12 active. You pay more cash and they unlock the extra ports for you, so you don't need to replace the hardware. IBM have shipped SAN disk storage systems with X+more capacity and only X unlocked. When the customer needs more space, they give IBM more of their hard-earned and IBM unlock the extra capacity that is already on premises.
Re: (Score:3)
I hope the 23,846 examples below are sufficient.
Re: (Score:3)
Sorry we didn't meet your expectations, but the public notaries are closed on weekends.
Mainframe compuers. (Score:2)
(I have personal experience with one brand, from the vendor side, as of the turn of the millennium.)
It was cheaper to install all the processors and only enable the number that were paid for than to actually have boards with missing CPUs etc.
The extras doubled as replacements for potential failed devices (with flaked-out devices disabled and their replacement enabled and configured to appear to be the failed unit) unless/until more were paid for and activated. Then it ran with fewer spares (and thus a high
Re:Won't work (Score:4, Informative)
http://hackaday.com/2010/03/31... [hackaday.com]
http://hackaday.com/2013/03/14... [hackaday.com]
http://hackaday.com/2013/03/18... [hackaday.com]
http://www.extremetech.com/com... [extremetech.com]
https://www.avforums.com/threa... [avforums.com]
Most any WiFi firmware artificially limits the radio -> http://www.qsl.net/kb9mwr/proj... [qsl.net]
http://www.ilounge.com/index.p... [ilounge.com]
Whoa, your car has hidden features? https://www.youtube.com/watch?... [youtube.com]
Extra cores on your CPU? No way! http://www.bit-tech.net/hardwa... [bit-tech.net]
Cripple phone features? Oh noes! https://www.techdirt.com/artic... [techdirt.com] https://www.techdirt.com/artic... [techdirt.com]
More than one HAM radio have been found to be subject to software tweaking for improvements in scan speed and frequencies covered.-> https://www.youtube.com/watch?... [youtube.com]
Got a RAID card? Some of them can be crossflashed to gain features BTW. Or you can pay thousands to the manufacturer for some features (*cough*PERC*cough*) http://www.servethehome.com/ib... [servethehome.com]
Gains can be had by flashing custom firmware to your DVD\BD RW drives but I didn't feel like spending any time past a cursory search to find this. http://binflash.cdfreaks.com/ [cdfreaks.com] http://www.rpc1.org/viewtopic.... [rpc1.org] http://dvrflash.rpc1.org/ [rpc1.org]
Firmware being used in external HDD has also been found to be crippled vs a standard drive, this didn't used to always be the case....
Here's one that's just an upgrade with features the manufacturer didn't include (see also ANY Jailbreaking post ever)
http://lifehacker.com/find-out... [lifehacker.com]
http://lifehacker.com/5942229/... [lifehacker.com]
http://www.digitaltrends.com/p... [digitaltrends.com]
Oh look, your camera now supports RAW? Thought that was only for pro cameras not P&S pocket models...
I could go on and on with examples but suffice it to say yeah it DOES happen and it happens fairly often. It happens most often with system that have a full OS, often Linux, where a firmware flash can give you all sorts of features (OpenWRT or Tomato anyone?) but it also happens in cameras, lab bench tools, TVs, stereos, and just about anything else that is driven by software. Want more turbo boost in your car? Software baby! Want that printer to register an empty toner cartridge sooner? No problem!
Tired now, think I've made my point?
Re:Won't work (Score:5, Informative)
back porting xbox 360 games to xbone?
Uh, no. They built a software emulator, the hardware is extremely different and there is not a hidden 360 CPU in the XBone.
Re: (Score:3)
Oh and a little thing called a flexfuel sensor. The link below is to an OEM part, I'm about to install a fuel system on my car that uses one of them. I'm not sure I'd call it a hack since the software to function on a WIDE range of alcohol levels is pretty decently different and must accept input from that sensor. Seems that "e85" often isn't and in Winter has more gasoline in it to promote cold start. You may also find out your piddly little gasoline injectors can't handle the flow for ethanol use and that
Re:Won't work (Score:4, Informative)
Often the same firmware is already loaded, and it chooses which feature package by what is plugged in. This if often true where there was a more expensive model of the same brand. I've dealt with that many times by simply unplugging the sensors for a broken part. Then it will work with reduced features until repair is possible. (eg, parts arrive)
Not having the hardware is really the problem. Those extra cycles usually rely on having separate pumps and things on different parts. So each extra cycle probably has a daughter board that is handling the motor controls.
The good DIY solution is to replace the whole firmware with something open, and start separating and layering the logic so that you can share high-level feature programming between different hardware. Then you can have a common firmware that provides features, and device-specific daughter boards for hardware integration.
Re: (Score:3)
Not necessarily. Years ago I hacked a Fisher & Paykel washing machine in this way.
It shared the same control-panel PCB as more expensive models.
I just had to solder extra switches and LEDs to the PCB. I think it even had the silk-screening to tell me what they did.
No firmware change needed, I now had extra settings like delayed start and more cycles.
Not needed (Score:4, Insightful)
Re:Not needed (Score:4, Insightful)
or do them by hand in the first place
Why would you do them by hand? You need to put in effort, stack them to dry, you waste far more water than a modern dishwater ever will and not to mention time.
Re: (Score:3)
Re: (Score:2, Funny)
Re: (Score:2)
That doesn't really mean what you seem to want it to mean. Pushing the immune system is not just dirty dishes. It's dirty dishes with your Microbiology 101 lab growing on it. So, to do it right, avoid doing the dishes. Avoid putting them away. Just toss them on the floor, let the dog do the heavy lifting and start over for breakfast. Unplug the dishwasher entirely.
Re:Not needed (Score:4, Informative)
You could do it the Finnish way [wikipedia.org], where stacking them to dry is also putting them away.
Re: (Score:2)
Pass. If you live anywhere that isn't a frozen wasteland, you'll be growing mold and mildew all up in that bitch.
Re: (Score:2)
In fairness, they are open completely to the bottom, so not really a damp environment. A great solution over the Anerican "drying rack" misery. There are other Scandanavian design concepts that don't transfer as well due to climate, but that isn't one of them.
Re: (Score:2)
Re:Not needed (Score:4, Funny)
Re: (Score:2)
If you need more than three different cycles, you're doing it wrong.
Actually, there a few things that you can wrong, like overloading it . . . or having something hanging down that blocks the sprayer arms from rotating . . . or loading that certain things don't get sprayed.
But in this case, I think the problem is obvious:
just replaced my dishwasher with a basic, inexpensive Sears model
It's a cheap model from Sears.
You can increase the performance of your Porsche a bit, by hacking the firmware. But you can't hack the firmware, and turn your Fiat into a Porsche . . . the hardware just isn't there.
Re: (Score:2)
Exactly. I've got a dishwasher that has 6 major cycles and another half dozen modifiers that can be applied. I use one cycle. Auto. I bought it for the quiet operation but manufacturers don't seem to be interested in reducing noise until they've run out of cycles to add. :P
Also, before starting the dishwasher, run the hot water at the sink until it comes out hot. And don't use the cheapest store brand detergent you can find.
Re:Not needed (Score:4, Interesting)
Not sure why you need more than one cycle, named "Dirty". What other kinds of dishes would you wash??
My OCD wife pre-washes the dishes before loading them into the dishwasher. So the dishwasher just needs to rinse the detergent off them. So, of course, she uses the "heavy duty" cycle to do that.
Re: (Score:2)
A lot of people also use a rinse setting if they don't generate enough dirty dishes to run the machine more than once a week or so, to prevent mould from growing in the machine.
Re: (Score:3)
Ours does that as well. It has an entire row of bright blue LEDs. Extra this, extra that. Dirty, clean, warm dry, hot dry, compleat biological disintergration (I wish).
I just wish I could program it to unload itself.
TSP (Score:5, Interesting)
Re: (Score:2)
Unfortunately, the missing phosphates have not been replaced with anything as effective at cleaning your dishes.
Is your dishwasher 100 years old?
Do you eat 2-part epoxy for dinner and let it dry on your plate before attempting to wash?
Are you washing dishes that were made dirty in 10000BC and are hoping the fossilized dirt will just wash off?
Just what exactly are you doing that requires something more than a dirt cheap dishwasher and cheap discount store bought powder to get your dishes clean?
TSP and the Day of Atonement (Score:4, Funny)
I had this discussion about the "ethics" of using TSP during a dishwasher discussion with my neighbors who attend synagogue and observe the Holy Days. I suggested the TSP thing (haven't tried it yet myself) but warned that this has to be balanced against ones conscience regarding the Environment.
I was told, "Thanks for the tip and not a problem. We are supposed to write our sins down on a piece of paper on the Day of Atonement, and I can just add this one to the list . . ."
Re: (Score:2)
potatoes au graten
Ouch, that mangling really made my head hurt and I'm not even French.
Re: (Score:3)
If that narrative were true you wouldn't be able to by phosphates in other forms, such as TSP for degreasing your walls before wallpapering. That's a much more useful and concentrated source of phosphate than dishwashing liquid for your home bomb-maker.
No, phosphates were banned in dishwashing detergents because their widespread daily use put so much phosphate into the phosphorous-limited riparian ecosystems. People don't use nearly as much phosphate washing their walls or decks.
Re:TSP (Score:5, Funny)
TSP is for wimps. Muriatic acid is where it's at. Cleans up everything in one jiffy. Plates, pets, your relatives that won't leave.
Re: (Score:3)
"hydrofluoric acid" is for wimps, take off, nuke the whole place from orbit... only way to be sure...
Re: (Score:2)
Seconded. It also works wonders for laundry, which suffers from the same issues.
One of my recurring problems was yellow staining on the armpits of (white) shirts (which would also make the shirt smell bad when worn really really quickly). Turns out it was just oil buildup which wasn't being washed away by the crippled detergents we now have (and which provided a safe little feeding ground for bacteria). I soaked the affected shirts in a solution with a tablespoon of TSP and detergent pre wash and voila. Now
Re: (Score:2)
Phosphates are incredibly bad for the environment. There's a reason they were phased out.
Detergents are more than plenty powerful enough - they're capable of etching glass if they're too strong (my mother's glasses are all an etched milky-white because for years she's filled the detergent box to capacity.)
You shouldn't be using more than a few teaspoons of anything. It doesn't take much to wash your dishes.
If it's not washing properly, something is wrong, like the water thermostat, for example.
The regulations have destryed Dishwashers (Score:5, Insightful)
The reason they suck is they now have very weak motors - to change that out is not an easy modification. One can change the computer to use enough water.
People are washing on the long cycles and multiple times - using a lot of water in the sink rinsing so they will get clean - the regs are not doing what they think.
I wish I could have the Maytag I bought in 1986 - it worked really well.
They have destroyed Dishwashers, Washing machines, water-heaters, shower heads (they did improve conditioners. )
I just want the government to stay the F*** out of my life.
Re: (Score:2)
I really like my High Efficiency washing machine.
Most of the settings take longer to wash clothes but some are comparable to my previous 80's Maytag and it gives way more control over water temperature and RPM.
Now the dryer that's paired with it? Absolutely terrible compared to my previous dryer.
I have to run clothes through it twice (and each run is longer than the previous dryer.)
It's a little bit quieter and that's about the only plus.
And there were definitely a lot of junk appliances back in the day. Ju
Re: (Score:2)
You do realize why they had to change the soap for 'high efficiency' washing machines? They use so little water that there is still soap in the clothes - so it had to be changed so it wouldn't irritate the skin.
I would rather have a machine that really gets the clothes clean and well rinsed.
Re: (Score:2)
No, the HE soap is designed so it doesn't produce suds. Since the washer spins the clothes at a much higher speed, it gets more of the soapy water out. There's no noticeable soap in my clothes with my HE washer.
Re: (Score:3, Interesting)
The reason they suck is they now have very weak motors - to change that out is not an easy modification. One can change the computer to use enough water.
People are washing on the long cycles and multiple times - using a lot of water in the sink rinsing so they will get clean - the regs are not doing what they think.
I wish I could have the Maytag I bought in 1986 - it worked really well.
They have destroyed Dishwashers, Washing machines, water-heaters, shower heads (they did improve conditioners. )
I just want the government to stay the F*** out of my life.
If you rinsed the gunk off your plates as soon as you finished eating, threw them into the dishwasher and ran the dishwasher before your food had a chance to get dried out, moldy and lord knows what else, the dishwasher would work just fine on a single cycle.
Re: (Score:2)
The reason they suck is they now have very weak motors - to change that out is not an easy modification.
^^^^ This. The Energy Star program has effectively turned most modern appliances into expensive bookends. The motors, pumps, heaters, etc etc are all smaller, and by "smaller" I mean "too small to work effectively".
Yes, I'm all for saving energy, but not at the price of reducing and/or destroying functionality. My old Kenmore dishwasher worked for 17 years, no problems, and it cleaned the living hell out of anything we put in it. Newer dishwashers need hotter water and longer cycles because the pussified pu
Re: (Score:2)
When a feel good regulation means you end up using more resources that helps how? It's great that it used 50% less water till you have to run it twice to actually get it clean.
Sure in a sane world it would use a reliable sensor that determines when it's clean coupled with other things like higher pressure or other things to be more effective while maintaining reliability.
Re: (Score:2)
Sure in a sane world it would use a reliable sensor that determines when it's clean coupled with other things like higher pressure or other things to be more effective while maintaining reliability.
Good dishwashers today are far better at getting dishes clean than the old ones you guys are whining about missing. (Maybe the mediocre ones today are worse than the mediocre ones of years gone by. I don't know. I try to avoid buying crappy appliances.)
Re: (Score:2)
Re: (Score:2)
There's a big difference between "conserving our precious natural resources" and greenwashing. Low flow toilets are a pretty good example, I still have one of the first generation of them, the ones which require multiple flushes to get rid of a few squares of TP. Most of those LF toilets were dismal failures, using far more water than their standard counterparts. Most newer models have overcome those shortfalls but how many resources were wasted because of the idiotic push to force them into the market b
Re: (Score:2)
That's simply a matter of buying a cheap dishwasher. I recently replaced mine as well. It works much better than the old one, using less water and energy in the process and you can barely hear it running, plus the rack is much better protected so it should last a lot longer.
Re: (Score:2)
My new one works better than my old ancient top loader. It depends on which one you get. It takes longer to wash, but it takes a lot less time drying now.
Three wash cycles? (Score:2)
What are they? I've owned several dishwashers in my life I've only ever used one type of cycle on each of them, standard.
What are you doing that requires you to put more thought into washing dishes than loading them and hitting the start button? This sounds like a simple case of more != better, unless you're in marketing and like selling shit with more features.
Re: (Score:3)
There's the sanitize mode. I use it all the time (great for cutting boards) except when I have plastic jugs to clean, it destroys them.
if you're making such a request (Score:5, Insightful)
You could post the model of dishwasher. Or better, use the online repair manuals to expose the controller and read & report what model SOC it uses and what support chips. c'mon!
Re: (Score:2)
I've used this site: http://www.repairclinic.com/ [repairclinic.com]
Step by step on diagnosis and repair.....even I (not highly mechanical) could follow. Plus, their prices are very competitive and other than parts that I needed "immediately", I have no issue paying a little more considering the detailed info they provided.
OTP (Score:2)
$3 to replace the MCU with a new one (Score:3)
You're not wrong. On the other hand, it'd cost about $3 to replace the microcontroller with a new one. One flashed with the Arduino bootloader would be simple to use. (You don't need the whole Arduino board) .
Re: (Score:2)
NFC tags instead of wireless, easier, more useful (Score:5, Interesting)
Near field communication tags, instead of wireless, since all these things listed complete based on time, I just set the tag to start a timer on my device. When it's done, ding!
Boil a pot of water for cooking? 8 minutes. Preheat the oven? Ditto. Cycle of laundry (both drier and washer complete and ready for unloading), 50 minutes.
The other benefit of this method is being able to see how much is remaining for planning, rather than waiting for a wireless update to know what's going on, and lacking info in the meantime.
NFC tags are also useful for other stuff, "nap" tag stuck to the side of my bed turns off certain phone sounds, sets a 25 min. timer and disables auto-rotation of the screen.
NFC tag on dash the car, disables wireless, enables dashcam (and/or nav software), enables autorotation of the screen.
The NFC stickers cost pennies per, so you end up buying at least a dozen and putting them to various uses.
Why? (Score:4, Interesting)
Stop fucking with electrical devices that control mains water inlet into your house.
Seriously.
And I echo all the "one setting" / "won't happen" posts here. You probably can't (often there's a microcontroller but pissing about with them nowadays is almost impossible. Even simple PIC chips can be made "write-once" very easily and often are. The whole ELM327 clone market came about because of one chip not protecting it's code and it no doubt destroyed profits overnight.
Even if you DO get a firmware from it, reverse-engineering it is a lot of pissing about. Even if you get a replacement firmware / modifiable firmware / emulated board back into the device, what do you think it's going to be able to do? Activate pump. Deactivate pump. Activate heater. Deactivate heater. Open valve. Close valve. That's about it. You might be able to play with timings and temperatures but more likely you'll have several months of flooding your kitchen, blowing the fuses and/or setting the place on fire by running over-spec.
And what could you gain? Very, very, very slightly cleaner dishes. Possibly.
There's a reason that the washing machine market is nearly 100 years old, and yet in all the time that it's been electrical (I remember large rotary electromechanical switches on a washing machine, etc.) or electronic, nobody really bothers to make "clone" spare parts for those things. They rarely go wrong (the pumps themselves? That's another matter). Rarely can be tinkered with in any significant way. Rarely would be worth the time, effort and liability to play with.
Fully capable "budget" models (Score:3, Interesting)
Way back in 1975, I started as a technical trainee at the Nevada State Highway Department. They had just recently purchased a bunch of Compucorp (?) electronic calculators, some of which were programmable. The visible difference was a slide button on the top of the keyboard that could be set to "program", which meant memorize the series of keys being pressed, and "run" which would execute your "program". I found that if I carefully pulled back the metallic faceplate on the non-programmable models, the "program" key was still there and could be easily manipulated with a pencil. Using an X-acto knife, I modified all the non-programmable models by cutting out a hole in the faceplate that almost looked factory. Not sure what this has to do with washing dishes, but thought I'd share.
Washing Machine hacks? (Score:3)
Re: (Score:2)
Can't you cheat by switching the hoses?
Re: (Score:2)
My washing machine will happily use warm water or even hot for rinse and it's pretty new.
WIFI washing machine self-destruction (Score:2)
hahaaaa! the only reason i would want washing machines to be WIFI-enabled would be to hack them in order to see this sort of thing happen: https://www.youtube.com/watch?... [youtube.com] - the only problem being of course that if [by-default] insecure IoT enabled washing machines really DID end up like this, it would be totally and utterly unsafe. kids or animals in the same room as tens of thousands of washing machines all spinning at 5,000 RPM under remote-DDOS-mass-hacked-computer-control... generally bad and unfavo
wanna bet (Score:2)
it's motors and cams?
Arduino dishwasher hack (Score:2)
No, it's not worth it (Score:2)
Unless your time is worthless to you, you'll spend more time screwing with it and derive little, if any benefit.
Just go get a new one. We replaced a 17-year old Kenmore, and I was pleasantly surprised to find that new dishwashers are super quiet and have more cycles than we could possibly make use of (kind of silly, really).
They use less energy, but often they don't clean as well with lower-temp hot water. It's a trade off. We replaced our water heater recently and get much hotter water at a lower cost, so
It's all relatively easy (Score:2)
Dishwashers (or other large utilities) are actually quite simple machines.
There is usually a pump, one or more heating elements (most likely on a (solid-state) relay or thyristor), a motor (again on a relay or thyristor), a few buttons, small relays/low power circuits and switches (such as 'door closed', 'child lock', 'start/stop', 'cycle select', 'water basin full', 'water basin empty') and perhaps a few sensors (temperature and humidity would be my guess but I'm deducing from my own dishwasher that those
Re:Try using alcohol (Score:5, Funny)
Ethanol is an effective solvent for a wide range of materials.
I've tried consuming various quantities of ethanol before washing dishes. In my experience it doesn't help at all.
Re: Try using alcohol (Score:5, Funny)
I had the same problem, so I switched to isopropyl alcohol.
WORKS GRATE
Re: (Score:2)
Nothing will cut through the greasey grimey shleck baked onto my oven.
Not toxic oven cleaner, not Brillo pads, not the self-cleaning feature (which uses exceptionally high temps to turn shit straight to ash). Anything that removes it only does so by removing the underlying steel and enamel of the oven itself.
Re: (Score:2)
Re: (Score:2)
Re: (Score:3)
http://www.northerntool.com/sh... [northerntool.com]
Re: (Score:3)
Please stop with y our microaggressions.
Womanual Cycle, please.
Re: (Score:3)