Home |
Search |
Today's Posts |
#1
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
Anyone have recommendations for usb connected data collection devices, to be
used within windows? I'd like to leave an old laptop on the boat this winter and have it send me information on air temp and whether the bilge pumps have been operating. Ideally I'd like something non-intrusive to monitor the bilge pumps, like an induction loop detecting when power is actually being used. I'd want to monitor two sets of 12vdc levels, three bilge pumps, two air temp values (cabin and engine compartment) and perhaps an IR motion sensor or two. Thanks, -Bill Kearney |
#2
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
On Sat, 17 Nov 2007 10:13:56 -0500, "Bill Kearney"
wkearney-99@hot-mail-com wrote: Anyone have recommendations for usb connected data collection devices, to be used within windows? I'd like to leave an old laptop on the boat this winter and have it send me information on air temp and whether the bilge pumps have been operating. Ideally I'd like something non-intrusive to monitor the bilge pumps, like an induction loop detecting when power is actually being used. I'd want to monitor two sets of 12vdc levels, three bilge pumps, two air temp values (cabin and engine compartment) and perhaps an IR motion sensor or two. Thanks, -Bill Kearney For easier pogramming capability, I suggest a USB gizmo that is seen as a virtual serial port device, or use a USB to serial adapter and use a real serial port controlled gizmo for the data I/O. I'd stay away from devices that require dll based programming unless you are an experienced programmer. |
#3
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
"Bill Kearney" wkearney-99@hot-mail-com wrote in message t... Anyone have recommendations for usb connected data collection devices, to be used within windows? I'd like to leave an old laptop on the boat this winter and have it send me information on air temp and whether the bilge pumps have been operating. Ideally I'd like something non-intrusive to monitor the bilge pumps, like an induction loop detecting when power is actually being used. I'd want to monitor two sets of 12vdc levels, three bilge pumps, two air temp values (cabin and engine compartment) and perhaps an IR motion sensor or two. Thanks, -Bill Kearney Try Pico... http://www.picotech.com/ http://www.picotech.com/enviromon.html They have a program that will upload data to a web site. Not sure if they have something they will send it by email or similar. http://www.picotech.com/e_software.html I guess ideally you not only want to know if the pumps are running but if they are actually moving any water. You might ask Pico if they know of someone using their kit to monitor water level. |
#4
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
Bill Kearney wrote:
I'd want to monitor two sets of 12vdc levels, three bilge pumps, two air temp values (cabin and engine compartment) and perhaps an IR motion sensor or two. If you want to monitor this remotely via telephone or internet I would recommend something like a Elk M1 family device. On the other hand if you are just going to record the data for later examination the laptop is the way to go. I would look at serial or 1-wire instead of USB... |
#5
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
On Sat, 17 Nov 2007 10:13:56 -0500, Bill Kearney wrote:
Anyone have recommendations for usb connected data collection devices, to be used within windows? I'd like to leave an old laptop on the boat this winter and have it send me information on air temp and whether the bilge pumps have been operating. Ideally I'd like something non-intrusive to monitor the bilge pumps, like an induction loop detecting when power is actually being used. I'd want to monitor two sets of 12vdc levels, three bilge pumps, two air temp values (cabin and engine compartment) and perhaps an IR motion sensor or two. Thanks, -Bill Kearney Take a look at Labjack's U3 ($99.00): http://www.labjack.com/labjack_u3.php?prodId=25 They have various programming interfaces to it and it works with more OS's than just Windows. You'll need to do some filtering (it's a 5v(?) device) but I don't think that's too much of a problem. -- Linux Home Automation Neil Cherry http://www.linuxha.com/ Main site http://linuxha.blogspot.com/ My HA Blog Author of: Linux Smart Homes For Dummies |
#6
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
Try Pico...
Not at those prices! I don't need to know THAT bad. |
#7
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
Take a look at Labjack's U3 ($99.00):
http://www.labjack.com/labjack_u3.php?prodId=25 Thanks Neil, that's a very interesting looking device. They have various programming interfaces to it and it works with more OS's than just Windows. Indeed, that's always a good option. You'll need to do some filtering (it's a 5v(?) device) but I don't think that's too much of a problem. Yeah, not to much trouble. I've got AC to the boat during the winter. I could step down the onboard 12vdc. But then again I may want to use something like X-10 (gasp!) to control power to it. I'm toying with using an old laptop to act as a 'watchman' on the boat. Just make sure it's not taking on water and know when the temps are getting near (and below) freezing. Then being able to have it send me the data or alerts should conditions merit. I'm having it handle informing me by using on-shore wifi, not a phone line or service on the boat itself. If I was keeping internet or phone service live on it all winter I'd probably go with one of the embedded devices like the Elk. If the AC power is out I'll know already via the laptop going onto battery mode. So the sensors being offline due to loss of AC would be obvious. The boat's about an hour away and there's staff on sight (and friends nearby). So losing data collection during a power outage isn't critical since I'm already going to be concerned about the loss of AC. Thanks, -Bill Kearney |
#8
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
For easier pogramming capability, I suggest a USB gizmo that is
seen as a virtual serial port device, or use a USB to serial adapter and use a real serial port controlled gizmo for the data I/O. I'd stay away from devices that require dll based programming unless you are an experienced programmer. Serial port programming isn't necessarily any simpler than DLLs. The labjack device looks to be interesting, and has quite an array of programming interfaces. |
#9
posted to comp.home.automation,rec.boats.electronics
|
|||
|
|||
usb data collecting?
On Sat, 17 Nov 2007 18:57:35 -0500, Bill Kearney wrote:
Take a look at Labjack's U3 ($99.00): http://www.labjack.com/labjack_u3.php?prodId=25 Thanks Neil, that's a very interesting looking device. They have various programming interfaces to it and it works with more OS's than just Windows. Indeed, that's always a good option. You'll need to do some filtering (it's a 5v(?) device) but I don't think that's too much of a problem. Yeah, not to much trouble. I've got AC to the boat during the winter. I could step down the onboard 12vdc. But then again I may want to use something like X-10 (gasp!) to control power to it. Sorry probably the wrong term what I meant is the you'll need to bring down the 12v to either 5v or 3.3v (I'm not sure which voltage) using and op-amp. Or if it's more digital (0v or 12v) then maybe a transistor or a zener. Basically you need some simple electronics to bring it down to acceptable levels so the device can deal with them. -- Linux Home Automation Neil Cherry http://www.linuxha.com/ Main site http://linuxha.blogspot.com/ My HA Blog Author of: Linux Smart Homes For Dummies |
#10
posted to comp.home.automation, rec.boats.electronics
|
|||
|
|||
usb data collecting?
On Nov 17, 11:13 pm, "Bill Kearney" wkearney-99@hot-mail-com wrote:
Anyone have recommendations for usb connected data collection devices, to be used within windows? Bill there WAS a guy with a DIY system that did what you're talking about. I get no response from: http://programming.rogermisty.com/bms.htm ....but quite a few things 'just disappear' where I live: Mainland China |
Reply |
|
Thread Tools | Search this Thread |
Display Modes | |
|
|
Similar Threads | ||||
Thread | Forum | |||
Need UK Waters GPS or Data | Cruising | |||
More GPS data questions | Cruising | |||
Data Buoys | ASA | |||
collecting tricks | Touring | |||
Performance data | General |