BOM online viewer by andreika

It's all about the code!
Post Reply
User avatar
AndreyB
Site Admin
Posts: 14327
Joined: Wed Aug 28, 2013 1:28 am
Location: Jersey City
Github Username: rusefillc
Slack: Andrey B

BOM online viewer by andreika

Post by AndreyB »

@ has created https://rawgit.com/andreika-git/prometheus/master/html/prometheus-map.html for Prometheus and I absolutely love it!

Would it be possible to create something similar for Frankenso as well? I can take care of nice pictures and convert BOMs/.pos files into the necessary formats if needed. Are you currently using your own format for data import or some existing tool format?
Very limited telepathic abilities - please post logs & tunes where appropriate - http://rusefi.com/s/questions

Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
User avatar
andreika
donator
donator
Posts: 461
Joined: Mon Feb 13, 2017 2:35 pm
Location: Kiev

Re: BOM online viewer by andreika

Post by andreika »

russian wrote:Would it be possible to create something similar for Frankenso as well? I can take care of nice pictures and convert BOMs/.pos files into the necessary formats if needed. Are you currently using your own format for data import or some existing tool format?
I think it's quite possible. All you need is a good pcb photo and three CSV-files: BOM, Pick&Place and footprint sizes. All field names are customizable (see component-settings.php). First two can be exported directly from PCB data and used as is. The third one - with footprint sizes - should be created manually (sorry). All other component data (urls, component photos etc.) is automatically downloaded and retrieved from Digi-Key website! 8-) Also, there's a little of Prometheus-specific 'magic' inside CSVs (two-sided footprints, overrides etc)...
The source script files (generator):
https://github.com/andreika-git/prometheus/tree/master/html/src
The Prometheus data files used:
https://github.com/andreika-git/prometheus/tree/master/html/data
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: BOM online viewer by andreika

Post by kb1gtt »

KICAD BOM export includes footprints. As well KICAD can generate a .pos file for positions. So it sounds like it would not be very hard to do.
Welcome to the friendlier side of internet crazy :)
User avatar
kb1gtt
contributor
contributor
Posts: 3758
Joined: Tue Sep 10, 2013 1:42 am
Location: ME of USA

Re: BOM online viewer by andreika

Post by kb1gtt »

Oh, also I love the online BOM viewer, very cool.
Welcome to the friendlier side of internet crazy :)
Rhinoman
contributor
contributor
Posts: 256
Joined: Thu Sep 24, 2015 2:14 pm
Location: Wiltshire, UK

Re: BOM online viewer by andreika

Post by Rhinoman »

That is cool.
Post Reply