@ 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?
BOM online viewer by andreika
- AndreyB
- Site Admin
- Posts: 14752
- Joined: Wed Aug 28, 2013 1:28 am
- Location: Jersey City
- Github Username: rusefillc
- Slack: Andrey B
BOM online viewer by andreika
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
Always looking for C/C++/Java/PHP developers! Please help us see https://rusefi.com/s/howtocontribute
- andreika
- donator
- Posts: 461
- Joined: Mon Feb 13, 2017 2:35 pm
- Location: Kiev
Re: BOM online viewer by andreika
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!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?

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
- kb1gtt
- contributor
- Posts: 3778
- Joined: Tue Sep 10, 2013 1:42 am
- Location: ME of USA
Re: BOM online viewer by andreika
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 

- kb1gtt
- contributor
- Posts: 3778
- Joined: Tue Sep 10, 2013 1:42 am
- Location: ME of USA
Re: BOM online viewer by andreika
Oh, also I love the online BOM viewer, very cool.
Welcome to the friendlier side of internet crazy 

-
- contributor
- Posts: 256
- Joined: Thu Sep 24, 2015 2:14 pm
- Location: Wiltshire, UK
Re: BOM online viewer by andreika
That is cool.