+ 3

Programming and its Application (Implementing a source on a machine)

Am thinking of a system that will always measure the temperature of its surrounding and increases/decreases the surrounding temperatures depending on whether the surrounding temperature is low/high compared to the normal temperature. which programming language can help me in such system please or how can I go about it?! Am used to writing programs that I only execute on my compiler, so I which to know how I can implement it on a machine like that of temperature (Sololearn is too exciting this year, 2018)

18th Mar 2018, 10:25 PM
Mohamed Gadaphy Nkwenkwat
Mohamed Gadaphy Nkwenkwat - avatar
2 odpowiedzi
+ 4
That’s a simple feedback control (you measure the output and change the input based on that), so any programming language should do fine. Getting that measurement will be the only non trivial thing, in case you’re starting from nothing.
18th Mar 2018, 11:25 PM
Pedro Demingos
Pedro Demingos - avatar
+ 1
@Pedro I have clarified the question now
18th Mar 2018, 11:43 PM
Mohamed Gadaphy Nkwenkwat
Mohamed Gadaphy Nkwenkwat - avatar