tab
July 27, 2014, 9:06am
1
Hello everyone,
I am reading the following data from the weather shield but I don’t know where these are coming from…
I mean, in which arduino pins they are connected to?
Wind Speed - D3
Wind direction - A0
Humidity - ?
Temperature - ?
Pressure - ?
Light leve - A1
Battery - A2
Rain - D2
thanks
It’s all in the schematic…
all other data is done through I2C
tab
July 27, 2014, 7:37pm
3
codlink:
It’s all in the schematic…
all other data is done through I2C
I can not find anything. Is there any way to find in which digital ports temperature and humidity are connected to?
Sorry for the stupid question but is my first time in arduino…
They are hooked up to the SDA and SCL pins. They communicate to the controller by I2C. If you don’t know about I2C, than search Google for your answer.