[Milkymist-devel] M1r4 review: MIDI & DMX (was Re: Ask for reviews on M1R4 draft (was Re: M1R4 draft schematics))
Werner Almesberger
werner at almesberger.net
Wed Mar 14 17:18:52 PDT 2012
Joerg Reisenweber wrote:
> R54 indeed seems insane with 120R, I even wonder of the OC can drive that much
If you install DSV, you can easily call up the data sheets.
You should try it - being able to get a component's data
sheet within fractions of a second does interesting things
to the review workflow.
Here's how to do it:
git clone git://projects.qi-hardware.com/eda-tools.git
git clone git://projects.qi-hardware.com/wernermisc.git
cp eda-tools/dsv/dsv $SOME_PLACE_IN_YOUR_PATH
cd wernermisc/m1r4/dsv
make
This will trigger the download, which will take a few
minutes. You will see wget report progress every once in a
while.
When done, you can view the data sheet of components by
specifying the component reference. E.g., the optocoupler
would be
dsv U6
(It's case-sensitive. You could also use the component name,
but since this is machine-generated and I didn't bother to
add aliases, component names are often a little more cryptic
in this case than necessary.)
- Werner
More information about the Devel
mailing list