Тёмный

i built the world's worst IOT coffee machine 

Low Level
Подписаться 715 тыс.
Просмотров 76 тыс.
50% 1

Опубликовано:

 

22 окт 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 271   
@AlessioSangalli
@AlessioSangalli 2 года назад
Kudos for implementing the web server yourself and not using a library, that is very appreciated. However hotlinking a binary resource off Wikipedia is questionable 😂
@LowLevel-TV
@LowLevel-TV 2 года назад
ONLY HAS TO WORK ONCE LOL
@aaaa9r
@aaaa9r 2 года назад
@@LowLevel-TV Hey! Maybe if that's just an SVG you can copy-paste the HTML/SVG code into your program. It should be lightweight enough :)
@rawallon
@rawallon 2 года назад
@@aaaa9r Agree, he should've made a scraper to get the image
@brxne
@brxne 2 года назад
@@rawallon Or...You know... Copy paste SVG itself? There's zero need for scraper, and I think you're saying things just to say...
@rawallon
@rawallon 2 года назад
@@brxne Or...You know... Just don't take things too seriously, and I think you didn't undertood that I'm mocking his ability to overengineer
@Draenei98
@Draenei98 2 года назад
I always wanted to do this, but since I don't have an EE background, I never had the courage to mess with real appliances, like a coffee machine, since I'm not really adept in electronics. But this video was extremely helpful, so I might try to replicate it!
@Handlebrake2
@Handlebrake2 2 года назад
Lol same
@JB-fh1bb
@JB-fh1bb 2 года назад
I suggest that you use a SonOff Mini. It has the ESP and a relay in an electrician-approved package that surprisingly small for being able to handle AC. Instead of all the soldering, it would just be some screw terminals. I converted a high-voltage lamp with one of those.
@thaichichaitea7956
@thaichichaitea7956 Год назад
I use this exact coffee machine with a Sonoff S31 lite ZB outlet to just turn it on for 6-8 mins and turn off. When it turns off it plays an alert on my alexa devices. I was hoping the creator of this vid was going to use the esp32 to control water temps for some extra dank dialed in coffee on a cheap machine.
@jovialcupid9687
@jovialcupid9687 Год назад
and good. If u think u can/should build electronics projects that can end up in fire - try to build few 'safer' projects - and u will change your mind. Writing code that works isn't hard. Hard is trying write code that is safe when it stops working. No timout for wifi connection? Sorry then this heating element that sucks 20A will stay on then.. Or u don't put all relays to low after boot because it's not neccesery at first glance? Then when project crashes some relay could stay on.. And so many other things that works good in 99,9% cases.. And for working with things like coffee machine u need to know a lot more then just software. Things like don't using cable connectors for relay will not show u any cons at the beggining, but after months/years cable will lose contact surface and there will be sparking.. A lot of houses burned because of little things that 'experienced' electricians forgot to do. If u still want, read electrician code - don't even try to replicate youtube videos made by shady dudes (u can watch videos explaining why they are so, so bad)
@hyacinthem
@hyacinthem 2 года назад
I would be so afraid of a bug that would let the machine on and set my house on fire
@depralexcrimson
@depralexcrimson 2 года назад
LMFAO EXACTLY DUDE
@fusca14tube
@fusca14tube 2 года назад
Yes! Bugs are bugs and it can harm you, depending on the project. Implementing a timer and a temp sensor on your code is a good idea... well, your imagination is the limit!
@doctorbobstone
@doctorbobstone 2 года назад
Given that all he did was replace the power switch, you could encapsulate the ESP and relay in a box so that it was effectively an ESP controlled outlet and plug the unmodified coffee maker into that. That might be a bit safer. Certainly UL certification and similar should mean that the coffee maker shouldn't actually catch fire just from leaving it on. But, like someone else said, I could imagine leaving it on while empty might shorten its life. Especially if it's super cheap. This also has the advantage that if you only turn on the manual switch when the coffee maker has water and grounds in it, the relay can switch on accidentally, but it won't do anything if you didn't set up the machine and switch it on.
@MoisesCaster
@MoisesCaster 2 года назад
I have an ESP32 and I can tell you from experience that it crashes sometimes when you leave it on for several days. It is recommended to add a watchdog in the code to make it restart when it crashes.
@Handlebrake2
@Handlebrake2 2 года назад
Lol, I'd be afraid of an actual bug getting in there.
@thespazticator
@thespazticator 2 года назад
Why not leave the manual switch and put a relay in parallel, so you can choose whether to have it automated or manual?
@LowLevel-TV
@LowLevel-TV 2 года назад
I like to live dangerously
@duykhanh7746
@duykhanh7746 2 года назад
@@LowLevel-TV naughty
@brxne
@brxne 2 года назад
@@LowLevel-TV *house sets on fire*
@ahmidiyasser376
@ahmidiyasser376 Год назад
if you have them in parallel you wouldn't have much control as u would need to turn it off from both the switch and the server for it to actually turn off. but what a better solution is hooking the switch to the esp32 and use the signal from switch to also control the relay.
@alexandrechaminas3108
@alexandrechaminas3108 2 года назад
Great hack! Have you considered any upgrade concerning HTCPCP protocol support ? Always nice to implement this functionnal joke
@roysigurdkarlsbakk3842
@roysigurdkarlsbakk3842 2 года назад
I was thinking the same. I laughted pretty loud when RFC2324 was released :)
@SodaWithoutSparkles
@SodaWithoutSparkles 2 года назад
To those who dont know: HyperText Coffee Pot Control Protocal
@nothappyz
@nothappyz 2 года назад
I found your channel while studying for an exam and I've loved you since. You put some really quality work out there that I can't stop watching
@LowLevel-TV
@LowLevel-TV 2 года назад
Welcome aboard!
@reed6514
@reed6514 2 года назад
Safety warning! Live high voltage wires, potential issues if no water in pot or it fails to turn off. No led means no visual indicator of power.
@mashfaqm
@mashfaqm 2 года назад
Bimetal thermal protection can be seen at 1:04. He just replaced one switch for another.
@jacobholder8188
@jacobholder8188 2 года назад
This is exactly what I expected. This is amazing! I'm currently trying to make a furnace for melting metal and this showed me basically everything I needed. Thank you and enjoy your coffee!
@PaulGrayUK
@PaulGrayUK 2 года назад
Now to fit the ESP32 into the coffee machine and tap the same power input, so just one plug.
@olejorgensen1964
@olejorgensen1964 2 года назад
Yes my thought exactly. (Other than why not spend the 5 buck on a alexa/home assist plug - and routines. Although i do understand the maker spirit i feel it has do do more :-))
@andyniemic4597
@andyniemic4597 2 года назад
Why 5V Relay, not a 3.3V Relay? Things that are fun to add: Check to see if there is water (Weight sensor), Check to see if coffee has been replaced (Button attach to the coffee grind's lid, and the ESP32 keeps track that the coffee grind's lid has been open since it brewed the last coffee), coffee pot detector - Simple IR proximity sensor, Anit-Fire hack - Temperature check.
@roysigurdkarlsbakk3842
@roysigurdkarlsbakk3842 2 года назад
Most 5V stuff like relays can be controlled with 3,3V signalling. Just don't think that your ESP32 will survive 5V into its data pins - it probably won't and you may get some magic smoke. Same applies to a raspberry pi and virtually every microcontroller these days.
@andyniemic4597
@andyniemic4597 2 года назад
@@roysigurdkarlsbakk3842 It is bad practice to use a 5V item when use are only using 3.3V to control it. When you use an item out of spec, it make not alway work or stop working over time. I can see using an out-of-spec part, when you already have the part and do not want to spend money on buying the right item.
@roysigurdkarlsbakk3842
@roysigurdkarlsbakk3842 2 года назад
​@@andyniemic4597 I didn't say it was optimal, but it sure works. Better use it temporarily, though. Some new 3,3V relays won't cost much.
@mysterious_czrs
@mysterious_czrs 2 года назад
The relay he used has a high level range of 12 to 2 volts ( at least mine did and it looked the same as one in the video)
@August0Moura
@August0Moura 2 года назад
In that board, in between the input pin and the relay there's an **optocoupler** , this means that it's not the output pin from the ESP32 that is powering the relay, the GPIOs of the ESP32 have a low power output and you should not go beyond it's specs to not risk damaging it The optocoupler uses the 5V separately to activate the relay, and uses the input connected to the ESP32 just as an input signal and nothing else That board have three connections, DC+(5v), DC-(GND) and IN (signal, which works fine using 3.3v) Some relay boards don't have the optocoupler, but it is good to buy the ones that have it, both for isolating the two circuits and protecting the microcontroller output pins
@pfifo_fast
@pfifo_fast 7 месяцев назад
I like the part where you forget to put water and fresh grounds into the coffee pot and you wake up in the morning with no coffee and then proceed to crack your hot decanter when you try to fill it with cold water.
@mathiasensimon
@mathiasensimon 2 года назад
"Nothing is worse than waking up" should have ended I there
@glennmiller394
@glennmiller394 2 года назад
Good hack. And you made it look like something even I could do. Thanks.
@LowLevel-TV
@LowLevel-TV 2 года назад
Glad to help
@AlessioSangalli
@AlessioSangalli 2 года назад
I hacked my gelato machine with an ESP32 too 😅 with torque sensing capability to figure out when the gelato is ready.
@criptych
@criptych Год назад
TIL there is such a thing as a gelato machine, and now I want one.
@AlessioSangalli
@AlessioSangalli Год назад
@@criptych OK maybe I should consider making a video then :)
@alexishart364
@alexishart364 Год назад
That is awesome i never thought of that for a coffee machine with a timer built in.
@johanngambolputty5351
@johanngambolputty5351 2 года назад
Nice 'smart' coffee maker, you forgot the bit where it sells your data to Facebook 💩
@LowLevel-TV
@LowLevel-TV 2 года назад
I will not be Zucked.
@kekons23
@kekons23 Год назад
this is what i live for, projects like these are the best
@odin1eye684
@odin1eye684 2 года назад
Incredible production value! Such a cool idea, the sky is the limit for you man!
@miguelangelsimonfernandez5498
@miguelangelsimonfernandez5498 2 года назад
Wiring the switch in parallel to the relay and keeping the original swwitch would have been a better idea. Also some way to detect if someone was or had been brewing coffee already in the last two hours
@HenrikTorget
@HenrikTorget 2 года назад
Cool! I use an Ikea tradfri outlet that i plug my coffee maker into. Not home made, but works.
@Victoria-fs9jo
@Victoria-fs9jo 2 года назад
Last time I used a relay, I almost blew up my university's computer but yeah, they're really useful and awesome
@arjentix
@arjentix 2 года назад
Back in my university ages, me and my friends created something like that, but using LED strip instead of coffee machine and using various voice assistants instead of going to http server from phone. I believe, you already know it, but you can use MQTT protocol for things like that. Don't know why, but you can)
@jessejoseph2874
@jessejoseph2874 2 года назад
Now, add a solenoid to your plumbing, and automatically add fresh water back into the reservoir. Then make a device that readies up a new filter with coffee grounds.
@duduken20
@duduken20 2 года назад
Whoa there mr bunker builder!
@hxhdfjifzirstc894
@hxhdfjifzirstc894 2 года назад
After he drinks the coffee, he's already awake and can do all that. It'd be better to spend those efforts grinding fresh beans automatically, so they don't go stale overnight. That's the biggest problem with this kind of coffee maker timer (the grounds aren't fresh, and sit out all night).
@Dorff_Meister
@Dorff_Meister Год назад
Fun project. I personally tend to avoid things that involve AC. Given that and the simplicity of the coffee maker, with just a single physical switch, I think I'd just add a Smart Outlet and plug the coffee maker into that outlet. The smart outlet is easy to control / automate from my phone or Alexa or Google Home or my Home Assistant setup. What I'd REALLY like to do, is control my toaster oven with an ESP32 (knowing remaining cooking time, etc.). I've settled: for my Microwave and Toaster Oven, I use Contact Sensors on the doors and an outlets what can monitor power (Sonoff S31). This way I can monitor when they start cooking, stop cooking, and know when the door has been opened. If they complete cooking but the door hasn't been opened, it sends a nagging notification via all of my Alexas.
@hzlin6655
@hzlin6655 2 года назад
you can actually short cut the switch and use a existed smart plug. then you’ll have much more cleaner user interface or, build a switch on the coffee machine.
@Yupppi
@Yupppi 10 месяцев назад
Now you just need the tiniest Raspberry to put inside the frame out of sight and teach the coffee machine to grind fresh beans on the spot.
@le9038
@le9038 Год назад
The fact that you did not use Hyper Text Coffee Pot Control Protocol is disappointing and my day has been ruined
@richieboyw99
@richieboyw99 2 года назад
Cool project, but I think using HTTP POST would be a better solution than just GETting a url. The reason is that GET is expected to be "safe" (i.e. performing the request has no side effects), and therefore some browsers may pre-cache the url whenever they want. If you haven't encountered the issue of your coffee machine randomly turning on I suppose it's not a problem, but if you have, it might be this ;)
@Gustavestavez
@Gustavestavez 2 года назад
1) Those relays are notoriously unreliable. 2) You need a high temperature cutoff or some other method to protect your house in case the relay sticks on. 3) Ferrules at the end of wires or the screw terminal might melt.
@jeffschroeder4805
@jeffschroeder4805 2 года назад
The coffee pots I am familiar with shut-off the heating element when the water is gone automatically-the relay is no more dangerous than the original manual switch-if I forget to shut it off, what happens?
@Tyler_0_
@Tyler_0_ 2 года назад
ESP32 I/O pins are not 5V tolerant so you should add a resister and transistor to the output to drive the relay from the 5V supply. Or maybe that relay board has that?
@Kyuunex
@Kyuunex Год назад
Safety warning! ⚠ When selecting a relay, make sure you get one that is rated for the voltage and amperage that is required by the coffee machine, especially if you're on 120V, you may require a relay that can handle more amperage than you would on 230V. Check the wattage on the coffee machine label and divide by your mains voltage to get the amperage. When wiring the mains wires, I recommend using wire ferrules to make sure they sit securely in the relay screw terminals over a long period of time. Do not screw in bare wires! They may look secure at first but over time it will collapse, and will catch fire.
@ember_9
@ember_9 2 года назад
Have you considered using a Shortcut on your phone to automatically bring you to the correct webpage? It might be easier than typing it into safari each time. You’d also be able to put the shortcut right in your widgets so that you wouldn’t have to navigate to an app every morning.
@reed6514
@reed6514 2 года назад
A homescreen widget would be cool, but that's a bit more development.
@yeppiidev
@yeppiidev 2 года назад
@@reed6514 I think you could do that with Siri shortcuts (? not sure if it's called that but I'm pretty sure you can make custom shortcuts in iOS)
@baileyharrison1030
@baileyharrison1030 2 года назад
@@reed6514 In safari there is an “add to Home Screen” button you can use on any web page
@brandonv1603
@brandonv1603 9 месяцев назад
you need more videos they’re great!
@stephanberger7455
@stephanberger7455 Год назад
Why not using a WiFi-adapter, controlled by phone, to switch the whole coffee machine On or Off. It‘s just Plug‘n Play without any dangerous DIY.
@yuka1367
@yuka1367 2 года назад
Wow, this is amazing, a good point to start embedding system learning.
@Leonvolt28
@Leonvolt28 Год назад
I achieved this with a power measuring smart plug with esphome and home assistant. I can control it remotely and if the power draw drops it will announce that the coffee is ready on all google home speakers in the house.
@ehippo1
@ehippo1 Год назад
Maybe would great to add small ac-dc converter to the project and put everything into the machine. No wires outside. Video format is nice, I like it :)
@exnihilo1227
@exnihilo1227 2 года назад
Now you can use shortcuts on your iPhone to automatic send a request to your webserver when you wake up
@ShcherbynaM
@ShcherbynaM Год назад
Love the uncrimped live wires that are sticking out at the end of the video. Do you know that you've could use optocoupler module instead of relay to silently do the same task and using much less space and much less power to activate it?
@futile2try
@futile2try Год назад
This is such a cool idea, might as well try doing similar sometime Well done
@Otakutaru
@Otakutaru 2 года назад
Ahh... Into the quircky electronics DIY realm we go
@Dazza_Doo
@Dazza_Doo 2 года назад
Interesting, The old percolated coffee machine, basic in operation. Now let's program an expresso machine (better taste you see and increased complexity, pressure, temp, duration, not including a grinding feature) 😉🤩
@bobthecannibal1
@bobthecannibal1 Год назад
It's a simple matter to make it standards compliant; RFC 2324, "Hypertext Coffee Pot Control Protocol" *does* exist, after all.
@_imps
@_imps 2 года назад
Last time I tried to use cheap relays to control higher voltage circuits - I had problems switching it off, induction currents kept the relay closed. Does your relay turn of easily?
@LowLevel-TV
@LowLevel-TV 2 года назад
Yup! I’ve had no issues getting it to open again.
@babblo
@babblo 2 года назад
Why did you used cheap relays?
@_imps
@_imps 2 года назад
I had cheap reasons, obviously
@LowLevel-TV
@LowLevel-TV 2 года назад
After thinking about this for a minute, are you grounding the other side of your digital input?
@_imps
@_imps 2 года назад
of course
@TheGoodChap
@TheGoodChap 2 года назад
Using the webserver is a pretty smart way of easily getting a cellphone to control a microcontroller without having to write and app, idk why i never thought about it it's so simple
@jousis_
@jousis_ 2 года назад
Ble is also easy. There are apps that you can save & then send ble preset commands. ble IIRC uses much less RAM than web server.
@TheBadFred
@TheBadFred 2 года назад
The coffee grind is sitting the whole night in the coffee machine? If this is the case, doesn't the coffee loose flavor? How about adding a grinder to the machine that grinds it just before, like those big Italian coffee machines?
@hxhdfjifzirstc894
@hxhdfjifzirstc894 2 года назад
Yes, this is the biggest problem with this kind of coffee maker. He stepped over a quarter to pick up a nickel.
@BigDaddy-yp4mi
@BigDaddy-yp4mi 2 месяца назад
ru-vid.com/video/%D0%B2%D0%B8%D0%B4%D0%B5%D0%BE-4V0a9dfkx9Q.html
@ljubomir_micic
@ljubomir_micic Год назад
... and then you could easily make a fancy-looking app in Swift that would automatically send HTTP request when certain button gets pressed I want to do this lol
@carlt.8266
@carlt.8266 2 года назад
Never directly stick the braid (the bunch of thin wires) directly into the connector! A bunch of them can break off and then the diameter gets too thin. In bad cases this can lead to something catching fire! You have been warned. Kiss, Kiss, Bang, Bang
@MrGN-yy6op
@MrGN-yy6op Год назад
bro please make more of these
@MMarcuzzo
@MMarcuzzo 2 года назад
Really cool and simple project
@downthecrop
@downthecrop 2 года назад
I was going to do this exact same thing with a raspberry pi but got spooked at the voltage and stopped there 😂
@0b1001
@0b1001 2 года назад
you could use apple shortcuts for sending the HTTP request
@yetihafen
@yetihafen 2 года назад
Perfect usecase for HTCPCP
@semmu93
@semmu93 2 года назад
i would recommend using ESPhome to generate the firmware for you, then you could control the relay via MQTT and other protocols as well. cool project tho!
@raptoress6131
@raptoress6131 2 года назад
Very cool DIY AYOR project (do-it-yourself-at-your-own-risk).
@ukrainian333
@ukrainian333 9 месяцев назад
Nuh.... true hacker will added step-motor, that will be on/off switch mannualy. That will be "air" layer between inside and outside security =)))
@naptimusnapolyus1227
@naptimusnapolyus1227 2 года назад
where was this channel all this time
@windows1.0
@windows1.0 Год назад
Imagine if your coffee machine gets actually hacked where people can turn on your coffee machine without your consent
@CastToVoid
@CastToVoid 2 года назад
Nice little project!
@Mateooyt
@Mateooyt 2 года назад
2:11 My brain sees stars: oh shit, pointers again...
@ash-lo2dc
@ash-lo2dc Год назад
I hacked my trashcan now it can violently open up the lid and scare the sh**t out of people in my house
@ajjr1228
@ajjr1228 2 года назад
I don't recommend you use the screw terminals with the mains voltage, consider soldering on.
@GS_2003
@GS_2003 2 года назад
Sorry, I cant stop laughing after the first "Turn me on".
@SuperbMuffin
@SuperbMuffin Месяц назад
You could program a interface for it if you have a android of course.
@here_4_beer
@here_4_beer 2 месяца назад
BTW a mosfet would have done the job for less money than a relay
@Dazza_Doo
@Dazza_Doo 2 года назад
I have an annoying Q: I'm familiar with the Arduino programming with the ESP32 (easy / hobby mode), the information on using the ESP-IDF is not in a format that I can really understand. Do you know of a resource that bridges that gap? Great videos, you can go far in this world, you have the brain power for it.
@borystyran3797
@borystyran3797 2 года назад
Short and fun video. Nice editing. Cheers
@LowLevel-TV
@LowLevel-TV 2 года назад
More to come!
@johnettipio
@johnettipio 2 года назад
Error 418 may become a reality if the project expands. I can sense the HTCPCP coming closer.
@ethidoxtv7387
@ethidoxtv7387 4 месяца назад
Well you you a NFC tag will trigger the URL to turn ON or Off by just putting your NFC enabled phone on the tag
@SuheybBecerek
@SuheybBecerek 2 года назад
I think you can also write an android deamon that will send the request once you dissmiss the alarm
@edgeeffect
@edgeeffect 2 года назад
Ooh.... nice!
@rune_lol
@rune_lol 2 года назад
There are some http status codes for coffee machines lol
@LowLevel-TV
@LowLevel-TV 2 года назад
wait what
@micahraney732
@micahraney732 2 года назад
RFC 2324
@KartikayBagla
@KartikayBagla 2 года назад
@@micahraney732 absolutely blew my mind
@rune_lol
@rune_lol 2 года назад
@@LowLevel-TV HTCPCP: Hyper Text Coffee Pot Control Protocol! IT got some of it's own method's and status codes! Here is a Wikipedia article. nl.wikipedia.org/wiki/Hyper_Text_Coffee_Pot_Control_Protocol
@jdigi78
@jdigi78 Год назад
seems a bit over the top considering you can buy outlet switches with esp8266 compatible modules in them for cheap. You probably spent more on relays than you would have on a wifi outlet switch
@mikkel066h
@mikkel066h 2 года назад
Awesome! Will the Coffee machine turn of by it self after some time or do you have to go in and use the "turnmeoff" command for it to do that. A thing that would be great to add is that the "turnmeon" would only leave the coffee machine on for a set amount of time (The time to make a pot of coffee) and then turn of automaticaly afterwards.
@faridsaidani5590
@faridsaidani5590 2 года назад
I made an automatic plant irrigation system and figured out something: When you want to water your plant, you need to specify the quantity on the app and a function will convert it to a period of time depending on your pump, so you will only pump for a specified time and turn it off instead of turning it on and off manually. I think you could do something like this if you know the period your coffee maker should be turned on in order to get your desired coffee quantity? Like (127.0.0.1/turnmeon?period=20s or something like this)
@aka_vitfil
@aka_vitfil 2 года назад
What about water? What about filter? What about ground coffee? Who adds all this to the coffee machine in the morning?
@LowLevel-TV
@LowLevel-TV 2 года назад
The night before :)
@bayyyi
@bayyyi 2 года назад
@@LowLevel-TV Or do what i did: get a wife ;) Ofcourse its way more expensive, runs on a higher voltage, wastes energy ... so in the end i might reconsider this decision ;) Btw, how would you solve the power supply to the ESP from teh 120V AC So one could make look this pretty and fully hide it from the eyes ? Also wouldnt it be a good idea to leave the original switch and let it also trigger the ESP to have the option to turn if off manually ?
@lucasdegreef5455
@lucasdegreef5455 2 года назад
Great video !! Can you make a video about state machines? That would be a nice video
@MCgranat999
@MCgranat999 2 года назад
Amazing! But I should add an arming switch to make it ready for the next day in case you forget to fill it
@MCgranat999
@MCgranat999 2 года назад
would*
@jeffschroeder4805
@jeffschroeder4805 2 года назад
If you forgot to fill it, the element will turn on and almost immediately shut off because the element will not be cooled by the water in the reservoir. Same as if you turned on the original switch.
@jonnyevason2219
@jonnyevason2219 2 года назад
This is cool, what's next automate the call to the web server based on a timer or your alarm going off?
@mercuriete
@mercuriete Год назад
Nice video but you missed the oportunity to implement RFC 2324 Standard from April fools day 1998.
@herbertpocket8855
@herbertpocket8855 Год назад
Those wire strippers are awesome what kind are those?
@ScottPlude
@ScottPlude 2 года назад
My wife has that same alarm tone. I wanna punch her every day at 5am. This video makes the tone a bit more tolerable.
@LowLevel-TV
@LowLevel-TV 2 года назад
My roommates in college poisoned me the same way
@psyk0l0ge
@psyk0l0ge Год назад
omg I am halfway through my project doing the exact same thing XD
@Mempler
@Mempler 2 года назад
"As a hacker you try to toast your toast with a coffee maker"
@ergo6450
@ergo6450 Год назад
Awesome video, but I was hoping for the http 418 joke lol
@cosmefulanito5933
@cosmefulanito5933 2 месяца назад
Use Home Assistant.
@salman8562
@salman8562 Год назад
Good video topic: Make this video again but with tinygo to show that this can be done with very less code
@mathmark1770
@mathmark1770 Год назад
Man made an internet cafe
@kaitlynyaa
@kaitlynyaa 2 года назад
you see, this is the coffee maker IBM was worried about the Microsoft employees having.
@Rwko.
@Rwko. Год назад
Hey man, I saw this and the video about the baby monitor. I am studying computer science and soon I'll have to choose the direction(major?) I want to follow. I was absolutely sure I wanted to do Cyber security but one of my latest courses was Systems Labs which made me consider my options and look towards embedded systems. My question is, what does one need to study, or what courses are needed to acquire the knowledge to do what you did in this video? Thanks
@trayambakrai
@trayambakrai 2 года назад
Hey! You should try to learn Nim. It combines the power of compiled languages with the simplicity of Python.
@khali7072
@khali7072 2 года назад
top notch video as always!
@bah4dz
@bah4dz 2 года назад
Did you handle HTTP error code 418 ?
@jonmartinez5577
@jonmartinez5577 2 года назад
The best channel on RU-vid.
@mysterious_czrs
@mysterious_czrs 2 года назад
That was the first time i have seen somone strip and cut ac cabling with an rj-45 crimper. Adapt improvise overcome I guess ;)
@LowLevel-TV
@LowLevel-TV 2 года назад
I could not find my lineman's plyers XD
@raven-vr5yz
@raven-vr5yz 8 месяцев назад
Mike Boyd did that already :D
@zululeppard
@zululeppard Год назад
Have you heard of TP-Link Kasa smart sockets
@IngwiePhoenix
@IngwiePhoenix 2 года назад
Missed opportunity to implement rfc2324 ;)
@girideshsekar7465
@girideshsekar7465 2 года назад
Hey amazing video. I'm currently a 1st yr student in EEE. I what sectors should I develop my skills to become like u?
@waelsadek81
@waelsadek81 2 года назад
Add some timer for safety :)
@SparkyJames
@SparkyJames 2 года назад
😂😂And if anyone try’s to mess with the coffee they get a zap ⚡️ at least it’s only 110v
@thalianero1071
@thalianero1071 Год назад
Technically, HTTP GET requests should not change the state of the web server. A PUSH or PUT request would be more appropriate.
Далее
I Built a PC that Makes Coffee
23:16
Просмотров 1,9 млн
Hacking a weird TV censoring device
20:59
Просмотров 3,1 млн
DIY Laser Projector - Built from an old hard drive
20:07
I Created the World's (Best?) Smart Watch
8:08
Просмотров 32 тыс.
Why Cheap Coffee Makers Suck (And How To Fix Them)
18:33
What's the difference? Arduino vs Raspberry Pi
6:21
Просмотров 1,8 млн
World's Largest DIY Hologram!
0:38
Просмотров 47 млн
i was right.
11:15
Просмотров 1 млн