Arduino Tutorial 26# How to take Arduino sensor data to Excel sheet in windows 10/8/7

preview_player
Показать описание
Arduino Tutorial 26# How to take Arduino sensor data to excel sheet in windows 10/8/7
Scroll down for code.....
Please like & Subscribe for more videos

Tera term software

DHT22 library Github link

If you want to support my video please buy any product through my amazon affiliate link. I will receive a commission, at no extra cost to you.

LIST OF COMPONENT (affiliate links)

#include "DHT.h"
#define DHTPIN 2 // what digital pin we're connected to

// Uncomment whatever type you're using!
//#define DHTTYPE DHT11 // DHT 11
#define DHTTYPE DHT22 // DHT 22 (AM2302), AM2321
//#define DHTTYPE DHT21 // DHT 21 (AM2301)
DHT dht(DHTPIN, DHTTYPE);

void setup() {
}

void loop() {
// Wait a few seconds between measurements.
delay(1000);
// Reading temperature or humidity takes about 250 milliseconds!
// Sensor readings may also be up to 2 seconds 'old' (its a very slow sensor)
// Read temperature as Celsius (the default)
// Read temperature as Fahrenheit (isFahrenheit = true)

// Check if any reads failed and exit early (to try again).
if (isnan(h) || isnan(t) || isnan(f)) {
return;
}
}
Рекомендации по теме
Комментарии
Автор

Excellent, this video is to the point and easily understood. Keep up the good work.

jackmanjls
Автор

Excellent, thank you very very much for your 5mins video.. you're one in a million :))

ahmadmajed
Автор

first video with no shit talking, no unwanted explanations and no begging for like share and subscriptions.

pradeepdube
Автор

Excellent video! straight to the point

ragder
Автор

i'm trying to use this technique to upload data but into google sheets as an xlsx file instead of a csv and it's failing to recognize the comma delineation. any thoughts why that would be?

patrickhalseth
Автор

Terimakasih. Saya sdh coba di proyek level tangki berjalan baik.

redwin
Автор

Can you explain how this can be done with a bluetooth transmission of the temperature data and system logging it...

VisaliniKumaraswamy
Автор

can I do that but with the data changing(refreshing) in excel so I can see it real time ?

georgephilip
Автор

hello sir, can we send qr scanned data from arduino to excel sheet?

narfinn
Автор

Is there a way to write (in real time) this Excel streaming data into a database for storage and access at a later time? Would love to see a video on that.

ricomajestic
Автор

GOOD i want sent schedule data sensors to arduino how can do that

PTinvest
Автор

i have a problem when process the graph. date&time and temp are the same column although of i use the code line: "Serial.print(", "). Can you explain this problem?

nntspk
Автор

Can you record many sensors? (how many?)... Thanks in advance

sergiogarofoli
Автор

thank you....but you could explain how do you do it is??? please!

henryn.aruquipasaavedra
Автор

Hi. the data received from the arduino is displayed in japanese language. how to correct that. Thank you

dhanukadalpadadu
Автор

i follow the instructions line by line but i get the error(cannot open port7 access denied)plz help what should i do know?

muhammadfaizannisar
Автор

What about if is an accelerometer? Thank you

penguin
visit shbcf.ru