Data Logger Project Recommendations

Adafruit Ethernet, Motor, Proto, Wave, Datalogger, GPS Shields - etc!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
muttleytm
 
Posts: 12
Joined: Tue Nov 24, 2015 8:12 pm

Data Logger Project Recommendations

Post by muttleytm »

I need a data logger for two or three analog inputs. The voltage will be from 0 to 5 volts DC, one of the inputs will be mA.

I think a data logging shield will handle the data logging, but, what Arduino boards, etc will I need to couple it with.

The unit will be portable to I will use some sort of 6 volt battery for the sensors. I've never done anything with Arduionos before. Do they have any sort of regulated 5 volt output or is this something I have to add?

TIA

User avatar
Franklin97355
 
Posts: 23938
Joined: Mon Apr 21, 2008 2:33 pm

Re: Data Logger Project Recommendations

Post by Franklin97355 »

The voltage will be from 0 to 5 volts DC, one of the inputs will be mA.
The Arduino can measure voltages between ground and 5 volts but you should be able to convert from ma to volts. The Arduino can take up to 12 volts as power input and regulates that to 5 volts for the Arduino and other small devices. If you need more power you would need an external regulator.

User avatar
muttleytm
 
Posts: 12
Joined: Tue Nov 24, 2015 8:12 pm

Re: Data Logger Project Recommendations

Post by muttleytm »

Thnanks. I did a little looking around and see that I can just use a 250 ohm resister for my purposes to do this.

Locked
Please be positive and constructive with your questions and comments.

Return to “Arduino Shields from Adafruit”