I have a little project I’m looking to complete but wanting to keep the costs down. I would like to take a voltage reading (under 5 volts, though if there is a spike I’d like to be safe) and have that information sent wireless to another screen. How would I go about doing this? From my understanding I will need;
-2 Ardunio’s R3
-2 Wixels
-Wixel Shield
Voltage Divider
Screen
Misc wires and power supply
Is there any other way by doing this method cheaper? I noticed this Arduino FIO Internal Voltmeter and Thermometer – semifluid.com which I what I would like to do, but not exactly sure if that is what I’m looking for. I appreciate any help, unfortunately I’m new to this so please bare with me.
You might also consider using Moteinos http://lowpowerlab.com/moteino/ or DelTinos http://www.deltino.com/ both of which have the wireless built in. The DelTino also includes a voltage divider so it can read its own supply voltage - which can be from 3v to 16v.
Robin2:
You might also consider using Moteinos All about Moteino | LowPowerLab or DelTinos http://www.deltino.com/ both of which have the wireless built in. The DelTino also includes a voltage divider so it can read its own supply voltage - which can be from 3v to 16v.
I haven't tried the Moteino myself.
...R
Thanks Robin, I'm looking to read 0-5volts. I've found an article that shows that the arduino can read about 5volts max, but voltage dividers are only a few bucks more so I might go with that.
Correct, my readings will be from 0-3volts, but if there is a spike I would like to have a save zone of about 25volts or so. The distance will be anywhere from 1-15ft with no obstacles in the line of sight. I was planing on using batteries to power both systems.
I believe I have found what I am looking for in this link here Four Channel Arduino LCD Voltmeter. However I am wanting to have the info that is read sent wireless to the screen.
SoAgg159:
Thanks Robin, I'm looking to read 0-5volts. I've found an article that shows that the arduino can read about 5volts max, but voltage dividers are only a few bucks more so I might go with that.
The DelTino can also read voltage on an external ADC pad which would allow reading voltages that are separate from the device's power supply. The AVR328 on DelTino's runs at 3v.