Remote Voltage Monitoring of Wnd/Solar
WD8MBE
Posts: 8
I am new to this forum and hope this subject has not already been discussed. I have searched the forum and really didn't find any answers.
I have a wind/solar setup and the battery bank and everything is located in my garage. I would like to remotely monitor the voltages on my computer here in the house. Understand XBee's can be utilized for this type of situation.
Question: Does anyone already have the circuitry designed along with the required programming? Or can someone assist me on putting this remote together?
All and any help is appreciated.
Tom, WD8MBE
I have a wind/solar setup and the battery bank and everything is located in my garage. I would like to remotely monitor the voltages on my computer here in the house. Understand XBee's can be utilized for this type of situation.
Question: Does anyone already have the circuitry designed along with the required programming? Or can someone assist me on putting this remote together?
All and any help is appreciated.
Tom, WD8MBE
Comments
Quick search shows its the AttoPilot voltage/current sensor and I was wrong, it does a 3.3V analog output. 50V and 90A max. There are other current sensors available of course and a resistive divider can give you a simple voltage sensor.
I hope someone has some sort of information on this type of setup.
Thanks,
Tom
Old Man Winter is just around the corner and I want to be able to monitor the system in the garage on my computer.
I appreciate any input.
This is, I what suggest you to do, which I have done for my solar charger. I used a Analog Optocoupler. This circuit separates your Windmill high voltage from the microcontroller voltage.
You are wondering what a Analog Optocoupler is. A Analog Optocoupler has a LED on one side (high voltage) and a photo resistor on the other side (low microcontroller voltage), which both the LED and photo resistor are isolated from each other.
I can provide you a drawing for you if you want or you can do a Google search for Analog Optocoupler circuits.
http://www.parallax.com/portals/0/do...orial-v1.0.pdf
If you have 4 or fewer voltages to monitor, consider using the XBee's internal analog transmission capabilities. Those are described in the tutorial in chapter 6, under API mode. You could then attach a second XBee to your computer at the house, and see the readings on screen using the XCTU program that accompanies the XBees. In the garage then you would need only the XBee itself and the necessary level shifters and isolators to sample the voltages. No Stamp or Prop required, and the only programming is that required to configure the XBee as described in the tutorial. A good way to get started.
For a more capable setup, you could have a Stamp or Prop with an analog to digital converter and other electronics in the signal path. That would allow a lot more, for example, to do math on the readings so that they would be displayed with their actual units rather than the units as scaled down for the converter.
If you are lucky enough to have a com port then that eliminates the need to do any ADC since that will be done by the controller and possible be available via the serial data.
-dan
http://www.datasheetcatalog.org/datasheet/perkinelmer/VT500.pdf
As Tracy Allen states, you can use the XBee's internal analog transmission capabilities and the Analog Optoisolator will be connected to the XBee analog I/O pins, which is the best way for you to do. You will also need to look at the XBee datasheet for proper connection of the Analog Optoisolator.
I wish I had a different charge controller, but no, this one does not have any ports.
I was just trying to come up with a simple circuit using the XBees to monitor a couple of voltages in the garage. So if it is just a simple circuit of connecting optoisolator to an XBee, that should be to difficult. Also, this will be the 1st time I have ever used the XBees so this will also be an educational project.
Any other suggestions or hints and references are greatly appreciated.
And thanks to those who have responded thus far. I enjoy a forum where different ideas are kicked around and people may have a better way of doing a project.
Thanks,
Tom
I would appreciate the circuit interface between the opto's and the XBee. I have read that the Xbees can read certain values directly but have not found any detailed information on this. Like I stated, I would like to monitor some voltages of my solar/wind generator and display and/track these voltages on my computer in the house.
Again, I thank everyone who has provided information so far and hope a positive solution is near.
Tom, WD8MBE
See my "Getting Started with the XBee" text from Parallax, there are example programs illustrating use.
http://www.parallax.com/go/xbee
-Martin
I am going to point you to this Xbee Tutorial that Martin wrote www.parallax.com/portals/0/downloads/docs/prod/book/122-32450-XBeeTutorial-v1.0.pdf if you haven't read it.
I also provided you the basic drawing for you and I am little late posting it for you.
BTW,Please let me know if you can't view the attachment. It was created using ExpressSCH software.
Sorry I did not reply. Have been tied up in other matters.
I can view the attached thumbnail but cannot open the XBee Voltage interface.sch.
I am working on a test setup using a Basic Stamp 2 + LT-1298 + sending the information over the XBee. Not sure which one will get done first or work the best, but trying it from 2 angles.
Tom
That is ok. The thumbnail is the same thing as the schematic.
You will not need the cap that is shown in my drawing. But, double check Xbee PDF to make sure. If, I am right my circuit gets connected to Vref and analog I/O pin. This based on the Xbee pin out.