I hope you can keep making videos, your stuff is so excellent! You should have a million views and be teaching classes! Thank you!🙏
@MishMashLabs3 жыл бұрын
Thanks for your kind words. Please like and share with any frineds you think this would be useful for. The more subscibers we have the more videos we can make.
@jasolis83682 жыл бұрын
@@MishMashLabs Hi, I was wondering if you create an Arduino code for a project I have in mind. Just tell me how much it will cost me. Thanks
@redtussock23 күн бұрын
Great tutorial. I wonder can you suggest a way to avoid bounce in the relay. ?
@marlonvelezrocha9128 Жыл бұрын
excellent video
@rajartsandexperiments5092 Жыл бұрын
Hello sir what is the use of potential meter. And sir please can you and button to adjust the temperature
@akierum Жыл бұрын
What about head/cool thermostat with another relay that would turn on a FAN to cool down? Any help appreciated. !
@DanielWeiszdood6 ай бұрын
is a low voltage relay an option? like if you wanted to send a 12v signal instead
@manuelfuentestoruno6112 ай бұрын
Hello, can you tell me the value of the potentiometer?
@marlonvelezrocha9128 Жыл бұрын
You can make a video of something similar but that controls the speed of a fan, the idea is to control the temperature of a wood oven. Wearing: 1. Arduino UNO R4 WiFi. 2. Thermocouple K with its controller. 3. 12Volt fan. 4. Arduino Cloud. The K thermocouple will be in the smoke box, the fan will supply variable flow air, this air will pass through the heat box and take it to the smoke box, the cloud application will control everything, ignition, the desired temperature, By giving it a temperature of 250°F in the App, it varies the fan speed to maintain the temperature. In the leds of the Arduino you can see the temperature in real time. Greetings.
@arthurmedina30973 жыл бұрын
Hello, thank you so much for your video! Do you have a page where I can look at the wiring schematic for the entire system? Thank you!
@earhlemmanuelacedilla4346 Жыл бұрын
Hey there! Can i use a knob here and insert a value that will control the heating element. Using your code?
@emmanuelgeorge17502 жыл бұрын
I have used relay in automatic plant watering system to pump water based on soil moisture sensor readings. My LCD is messing up after relay turns on. It just showing some weird things on the LCD. Do you have any idea on this
@simonevilucchi4758 Жыл бұрын
Hi! I have a Chinese x99 motherboard that have some temperature sensors that doesn't provide the motherboard temperature. I'm searching a solution to this problem and I think to add in my case a fan controller. The controller interact with the motherboard through the usb 2.0 connector, but if the motherboard doesn't provide its temperature, I think that this link between fan controller and motherboard will not be useful. If I will use one of this Arduino-based temperature sensor, how can I transmit the results to the fan controller? Is it possible doing something like that? Thanks if you respond!
@jyaniharshil55852 жыл бұрын
Hey brother can you tell me the code for my project . ds18b20 temperature sensor , LCD 16×2 , arduino UNO & fan , all connected . As the temperature rises , fan goes fast or Start rotating and if temperature goes low , fan slows or stops down...
@FYI.963 жыл бұрын
we can use the same code for turning on/off a water heater system instead of the lamp...right ?
@MishMashLabs3 жыл бұрын
Yes absolutely.
@bartverboom66122 жыл бұрын
@@MishMashLabs Yes and I tried that one to, but I got constantly the reading; ̈ c" is not declared in this scope... and I don't get what I am doing wrong
@sarmientolorenzers.78872 жыл бұрын
Hi, is your power supply connected to the bulb is 220v?
@MishMashLabs2 жыл бұрын
In this case yes, but you can change the bulb to one rated for another build thefore changing the supply if it's an issue. For example 12v, 24v, 48v or 110v bulbs and suppy
@sarmientolorenzers.78872 жыл бұрын
@@MishMashLabs thanks a lot❤️
@Vellz082 жыл бұрын
sir why my lcd display is error when the relay got load?
@jordanlowe24293 жыл бұрын
Can I use a SSR-40DA Solid State Relay Single Phase Semi-Conductor Relay in replacement of the 5VDC relay?
@MishMashLabs3 жыл бұрын
Hi, yes I believe so as its 3-32v. Refer to the datasheet and make suer the current required to activate the relay can be supplied by the device you are using
@dem3a5383 жыл бұрын
do you know how to control a heating element with certain set point with timer?
@francovillarreal72662 жыл бұрын
Just replace the light bulb with the heating element and code it to turn on whenever the temp on the sensor is lower than the set temperature
@earhlemmanuelacedilla4346 Жыл бұрын
@@francovillarreal7266 Hey, can i integrate a Knob here and set a value to control the heating element?
@WouterGrimmie3 жыл бұрын
I'm probably an idiot, but if I apply similar "if/else statements" with a TMP36 the relay keeps switching on every second (because of the delay), even if it is already on... Guess some more endless googling is in order! :(
@عبداللهعبدالرحمن-غ8ذ3 жыл бұрын
Thank you very much
@techmagic74354 жыл бұрын
Bro......how to safe my access point of NodeMCU......it must secured.......plzzz...give a video about it
@MishMashLabs4 жыл бұрын
We are currently developing some NodeMCU applications on the ESP range. What exactly did you have in mind?
@iuvalclejan6 ай бұрын
Isn't there a more simple way to do this with thermostats?
@caturhermawan21903 жыл бұрын
How much it cost to make like this?
@MishMashLabs3 жыл бұрын
Approximately 10 euro, all parts can be bought on Aliexpress
@narayananeshwaran17534 жыл бұрын
Can you share the code
@MishMashLabs3 жыл бұрын
Hi, The code is linked in the description, but you can also follow this link: github.com/mishmashlabs/MAX31855_LCD_Relay/tree/main/Thermocouple_with_LCD_and_Relay
@jyaniharshil55852 жыл бұрын
Hey brother can you tell me the code for my project . ds18b20 temperature sensor , LCD 16×2 , arduino UNO & fan , all connected . As the temperature rises , fan goes fast or Start rotating and if temperature goes low , fan slows or stops down...