R
Ricketty C
Guest
On Wednesday, July 29, 2020 at 8:11:45 PM UTC-4, Clifford Heath wrote:
Maybe you can tell us what info is in the file?
--
Rick C.
-++ Get 1,000 miles of free Supercharging
-++ Tesla referral code - https://ts.la/richard11209
On 30/7/20 4:23 am, Rich S wrote:
On Tuesday, July 28, 2020 at 11:58:11 PM UTC, Clifford Heath wrote:
On 29/7/20 6:54 am, Ricketty C wrote:
On Tuesday, July 28, 2020 at 4:36:06 PM UTC-4, Lasse Langwadt Christensen wrote:
tirsdag den 28. juli 2020 kl. 20.44.37 UTC+2 skrev Ricketty C:
I found where they say they don\'t install your parts. If they are part of LCSC, why wouldn\'t they work with all the LCSC inventory? Heck, even the LCSC site is not that great. They can\'t even tell you what they carry and what they don\'t without going to the individual pages. They seem to list a bunch of Chinese FPGAs, but don\'t actually have any of them.
guess it is not for you then, it is a helluva lot better than the old way with
even a tiny PCB costing 1000s, assembly another 1000s and that\'s after spending weeks ordering and labeling parts
Yeah, but if you need a hammer, selling you a hamburger is not so useful even if it\'s with a free drink.
If I want a board with parts on it they don\'t offer I have to hand solder or find someone with a hot air station. But the part that really bugs me is the huge work required to select parts from their difficult to search data base. That is where it turns into a false economy even if the boards are free.
My time is worth a few bucks. I\'d love to get the prototypes cheaper, but I\'m not going to waste my time searching for parts in a non-database.
It\'s a problem, but I\'m trying to surmount it for my own designs.
The JLCPCB parts list is a CSV file, which includes datasheet links as
well as price breaks and stock levels. You can load it into Excel, but I
just use Unix \"grep\". It\'s in categories, but some of those are too
non-specific. For example there are 780 in-stock DC-DC converters, and
no information to choose between them. Also, some of the probably-useful
chips only have Chinese language datasheets.
LCSC has a parametric search engine which is good for some categories.
It\'s unfortunately useless for DC-DC converters, because the parameters
simply aren\'t populated. Also, JLCPCB doesn\'t have all the LCSC parts,
so you need to cross-check the CSV.
I\'m toying with the idea of auto-downloading all the JLCPCB datasheets,
and linking them to a database from the CSV file. Populate that with
LCSC web links... add generalized parameter storage/search to the
database and start populating it... perhaps including some web scraping
of Digikey\'s parameters...
Then, progressively build a Kicad library (of footprints, etc) for the
parts listed, possibly even modify Kicad\'s library system so a
parametric search over the database can be used to select symbols and
footprints...
The whole thing would be a big undertaking, but the result could be very
slick to use. Maybe I could persuade LCSC to fund it...
Clifford Heathmsi
Hmm, please, where did you find the CSV file?
I only see this link:
https://jlcpcb.com/componentSearch/uploadComponentInfo
which downloads a binary file (compressed into a .msi file).
In the file near the top is \"Java Excel API v2.6.12\"
Oh sorry, I downloaded an xlsx file, opened it in Excel and saved it as
a TSV (Tab Separated Values) file. The xlsx file was presumably
generated from that Java API, not from Excel. I didn\'t see any MSI nonsense.
Maybe I should put up a web service that makes an up-to-date version of
that file more easily searchable . Would anyone here subscribe to that?
CH.
Maybe you can tell us what info is in the file?
--
Rick C.
-++ Get 1,000 miles of free Supercharging
-++ Tesla referral code - https://ts.la/richard11209