Hey guys, I'm new to this Arduino board, I found it while googling different micro-controllers and it seems to be an awesome board especially since you can add so many expansion parts to it. I need to build a project for school by Tuesday so I am getting some arduino parts overnighted. I have very basic skills in Java programming but from searching it seems that there is a lot of written code online for the board although I'm not sure if it will do what I need it to.
What I need to do:
Alright, so what I need to do is measure the voltage coming in from a solar panel and log it, I also need to measure the temperature from it, and log it, and I also need to measure the angle. This data needs to be transmitted to a computer via wifi or saved on an SD card. I have found some tilt/angle sensors but they are wayyy to expensive so I will leave them out for now. I also need to display the voltage being measure in real time on the LCD. I already have built a circuit with the solar panel to step down the voltage from the panels max which is 24V down to about 20mV when the panel is at max output in direct sunlight.
Parts I am purchasing
I am in the process of purchasing the following parts from robotshop.com (if you have any other places you recommend, please tell me, but I need these parts by tomorrow and robotshop said they can overnight them to me.)
(1) AsyncLabs Arduino WiFi BlackWidow
(1) DFRobot LM35 Linear Temperature Sensor
(1) Phidgets Precision Voltage
(1) Seeedstudio SD Card Shield V2.1
(1) Seeedstudio SD Card Shield V2.1
(1) DFRobot LCD Keypad Shield for Arduino
Are there any other parts you guys recommend? I've been reading about I2C expansion because I'm not sure if there are enough I/O on the arduino board itself for me to be able to use all these things at once. I don't fully understand the I2C expansion, is it possible to buy a pre-built one if I need it? I have found instructions on how to build it, but I only have a total of 4 days to build this thing.
Also, if you guys could give me links for programs to log voltage, temp, and display it to the LCD, that would be awesome. I have found a few different programs already, but I'm not sure what would work best for me.
Thank you very much for your time!!