Search results for all lists

10000 messages found
Sort by
List: usrp-users@lists.ettus.com
From: Justin Tallon .
 
Re: [USRP-users] b210 fpga source makefile trouble
Thu, Jul 16, 2015 11:53 PM
/uhd/fpga-src/usrp3/top/b200/build-B210/b200.xise >>>> >>>> Project Generation DONE ...
List: trawlers@lists.trawlering.com
From: Leonard, Jay D.
 
Re: T&T: Starting Battery
Wed, May 31, 2006 4:40 PM
I use a pair of the smaller, lighter, and less expensive Optima red tops in my Cummins 5.9 ISB pickup, and two 34M blue top starting batteries (each 800 CCA, 1000 MCA, same as red top except for the terminal type) for my boat's Volvo KAD44. A pair weighs only 77 lbs.
List: trawlers@lists.trawlering.com
From: Vance Nelson
 
Re: T&T: Installing an electric fuel pump for priming and backup
Thu, Mar 6, 2008 12:55 AM
We completed the loop last summer and after 7350 miles and 8-10 filter changes, I was always able to just top off the racor with a container of clean fuel, screw on the top and never had to bleed out the system.
List: usrp-users@lists.ettus.com
From: André Gomes
 
Error during synthesis
Mon, Dec 4, 2017 3:26 PM
It occurs when I try to run *sudo* *make B210 b200.v* under directory /opt/uhd/fpga-src/usrp3/top/b200.
List: time-nuts@lists.febo.com
From: WB6BNQ
 
Re: [time-nuts] Difference in GPS antennas
Sat, Aug 15, 2009 3:15 AM
thanks, Bill....WB6BNQ Hal Murray wrote: > > My Panasonic VIC100 antenna had a few screws to hold the bottom to the > > plastic cone top. The bottom had an o-ring seal that stuck a little > > but was still pretty easy to slide the bottom from the top half. > > Inside was a patch antenna on top of a pcb. > > Thanks.
List: time-nuts@lists.febo.com
From: Bob Bownes
 
Re: [time-nuts] FCC OTA pre-emption and restrictions on GPS antennas [was: Short term 10MHz source]
Fri, Jan 4, 2019 11:55 PM
My t'bolt uses a classic magnetic GPS antenna stuck to the top of an old 5.25" disk drive cover laying on top of the screen in the bubble covered skylight in my office.
List: ctbirds@lists.ctbirding.org
From: peeplo@aol.com
 
Smith's Point rules
Tue, Dec 3, 2013 5:47 PM
The top of the point is off-limits year-round. Please stay below the high tide line and do not go on top of spit to view the owl. USFWS would like everyone to stay on the marsh side and off the Sound side, even below the high tide line.
List: discuss@lists.openscad.org
From: Father Horton
 
Re: Provide a simple measurement tool
Sun, Aug 29, 2021 2:36 AM
. > If the same circuit is used for detecting the top of travel, then its > failing as its dual z motors and useing a default because it hammers the > top of travel for about a full second. I'll ask prusa monday.
List: discuss@lists.openscad.org
From: info@hjcreations.nl
 
Re: Provide a simple measurement tool
Sun, Aug 29, 2021 7:15 AM
But other that running z against to top stops > and > hammering on the top for a while, I don't see where it calibrates the z > range. XY home apparently senses motor current to detect just touching > the left and rear stops.
List: discuss@lists.openscad.org
From: Guenther Sohler
 
Re: Exact parameters of a module in openscad source code
Sat, Dec 24, 2022 9:30 AM
My Plan is to implement a relational placement between child and parent like this: mymod([10,9,8],name="parent") mymod([5,4,3],name="child",ref="bot",dest="top"); whereas bot could mean the lower left corner of the cube and top could mean the upper right corner of the cube.