An anemometer to ethernet question
Neill
Posts: 5
My first posting so sorry if I am breaking any unwritten forum rules.
This year I had solar panels installed on my house and wrote some code to get the actual values on to the web every 5minutes- www.hogarth.de/heating
Now the winter is coming and I am thinking about my next project.
The plan is to constantly measure the wind and display 5 minute average max and min every 5 minutes. This should help me decide if a wind generator can help with the heating.
The anemometer I can build myself and it will deliver one pulse per turn (reed contact).
From there on I am in to new territory and would really appreciate any help, pointers or advice to start me on my way.
I would have thought that an idea could be:
Connect the anemometer to the basic stamp
Use some sort of ethernet / serial adapter to connect the basic stamp to the network.
count the pulses with the basic stamp.
Every 5 minutes work out the average, max and min and save them on the basic stamp.
have my Linux PC that „harvests“ the solar data come along every 5 minutes and also collect the wind data.
from then on I am back on known terrain.
So my questions:
Is the concept sensible?
If so which basic stamp?
Any suggestions for a Ethernet/Serial converter?
Any better ideas.
Thank you in advance for any and all help.
Greetings from the sunny Alps!
Neill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
This year I had solar panels installed on my house and wrote some code to get the actual values on to the web every 5minutes- www.hogarth.de/heating
Now the winter is coming and I am thinking about my next project.
The plan is to constantly measure the wind and display 5 minute average max and min every 5 minutes. This should help me decide if a wind generator can help with the heating.
The anemometer I can build myself and it will deliver one pulse per turn (reed contact).
From there on I am in to new territory and would really appreciate any help, pointers or advice to start me on my way.
I would have thought that an idea could be:
Connect the anemometer to the basic stamp
Use some sort of ethernet / serial adapter to connect the basic stamp to the network.
count the pulses with the basic stamp.
Every 5 minutes work out the average, max and min and save them on the basic stamp.
have my Linux PC that „harvests“ the solar data come along every 5 minutes and also collect the wind data.
from then on I am back on known terrain.
So my questions:
Is the concept sensible?
If so which basic stamp?
Any suggestions for a Ethernet/Serial converter?
Any better ideas.
Thank you in advance for any and all help.
Greetings from the sunny Alps!
Neill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
Comments
Be sure to use lightning protection!
-Phil
Post Edited (Phil Pilgrim (PhiPi)) : 10/2/2008 7:56:24 PM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
-Phil
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
Sorry that my last answer was a bit "short" but I was working on a mobile phone with no real keyboard.
My garden slopes up to the top of a hill and that is where I want to place my sensor. WLAN just looked a good way to go before I begin laying cables.
Stephen: The Lantronix stuff looks like it could be a help. Thanks for that.
And every one else: I assume that the lack of negative comments assumes that the Basic Stamp will do what I want. Thanks.
Can any one suggest which basic stamp would be suitable for something like this?
Thanks everyone.
Neill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
It is always best to ask lots of opinions before starting.
As soon as you mentioned this I thought - "here is a great idea".
Obviously a minimum of complexity (and power consumption) on a pole is a good idea.
And then I can connect the stamp straight in to my PC.
I assume that (as a beginner) the way to go is to get my application working on my desk (stamp directly connected to PC) and then add in the RF link later.
Thank you for taking the time to advise me.
Neill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
One thing about the Parallax RF units is that they have no built in error checking for data corruption. This is not a knock on them, they are great and I have used them many times. But, it does mean that you need to check for valid data. Some RF modules, like the XBEE or EB500 have all of that built in.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
I assume, once again that once I have a working application with PC to stamp then I add two of these in the connection to extend it?
Correct?
You said you had experience with both modules. Will the XBEE really give 30 meters?
Thanks!
Neill
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.Hogarth.de
Life is not a practice
And yes, get it working with the PC and then move to RF. Let us know which units you end up with, and if needed we can help with error checking of data.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
www.madlabs.info - Home of the Hydrogen Fuel Cell Robot
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
- Stephen
If you need extended range you could use more that two or another modem choice, but you won't be able to use the line passing functions unless using the "XP24".
Get a copy of the X-CTU interface from digi.com, go under Modem Configuration | Modem =XP24 and take a look at the Function Set features and this page http://www.digi.com/support/kbase/kbaseresultdetl.jsp?kb=188
I'm using these to pass back PIR sensor·output to a base XBee connected to my PINK connected BS2p-40.
Donnie