Hello everyone, I am a novice in Arduino. I have attached a DHt11 sensor toArduino-Uno, in order to measure Temp and Humidity. It is up and running using the sketches available from AdaFuirt's library.
But, I cannot store the data thats constantly being shown (Temp,Humidity) on the screen.How can I store and save data derived from that sensor (DHT11) into my computer in any form that I can use for processing later.
Is there any sketches to be written and uploaded that will allow me to do the assignment in hand?
I do not want to use any shields or wi-fi dongle of such matter, as I want to try to master the programming aspect of manipulating the micro-controller.
Thanks a lot.