This video was incredibly helpful! Extremely thorough explanation of the overall device, thank you so much!!!
@rachitbansal15554 жыл бұрын
Nicely explained, thank you!
@digatsmu66674 жыл бұрын
Glad it was helpful!
@ahmadnaufal113 жыл бұрын
How to make the temperature only use Celcius only
@digatsmu66673 жыл бұрын
Hi Ahmad. The system's default is Celsius. If you forward to time 14:45, you can see we edit the code to convert to Fahrenheit from Celsius. If you are using the code line by line, deleting line 28 should do the trick. Thanks for the question!
@franciscogandalarodriguesn25302 жыл бұрын
I try to implement this segment on a bigger projet, but the screen dont show nothing, she turn on. Do you have any ideia of whats is the problem
@foxxul3 жыл бұрын
String((char)178) creates an antenna looking symbol for me haha, and when I look up the ASCII table it says 248 is the degree symbol, but that prints an x bar
@digatsmu66673 жыл бұрын
Hey Andre! After a quick search, it seems like the updated IDE is having trouble converting the symbol correctly. Try looking at the thread found below at the 2020 responses to the question! They should have an IDE version closer to yours and may have more chance of working! forum.arduino.cc/t/solved-how-to-print-the-degree-symbol-extended-ascii/438685/42
@ayushpatel56223 жыл бұрын
thank you
@bandulawijesiri71253 жыл бұрын
Thanks for this video
@reshmav97322 жыл бұрын
how to do whether the temperature is low,it gives red color and the temperature is high,it gives green color
@digatsmu66672 жыл бұрын
Hi there! you would have to add an if/else statement with temperature ranges that would turn on or off the LEDs you add! Hopefully, that helps!
@viktorrychtarik33172 жыл бұрын
Hello i wanted to ask something, when i upload the code it says on the lcd the temperature but there is - in front of it how can i fix that ?
@viktorrychtarik33172 жыл бұрын
i think i have differnet temperature sensor
@KsichtyMedvidka3 жыл бұрын
Thanks for this video. It helped me a lot! :)
@digatsmu66673 жыл бұрын
Glad it helped!
@shariqahmeds4 жыл бұрын
hey! could you share the code for the simulation please.
@digatsmu66674 жыл бұрын
Hello Shariq! The code is in the description box! It should be "Link to design". You can download the code and circuit diagram from there!
@sandplayz51432 жыл бұрын
Bro thankyou
@fandyjohan31823 жыл бұрын
Hi buddy, could you mind to share where you get the information for that TMP36 ?
@digatsmu66673 жыл бұрын
www.analog.com/en/products/tmp36.html#product-overview Here is the link to the data sheet! There is a PDF if you click that link. Thanks for watching!