hellen-one/readme.md

40 lines
1.9 KiB
Markdown
Raw Permalink Normal View History

2023-12-04 12:09:09 -08:00
# TL,DR:
2023-12-04 12:05:31 -08:00
2023-12-04 12:22:28 -08:00
hellen-one is a toolset to produce custom PCBs by merging gerber files of known proven functional modules into trivial _frame_ PCB with mostly just the main vehicle connector.
2023-12-04 12:22:11 -08:00
2023-12-04 12:05:31 -08:00
* fork https://github.com/rusefi/hellen-example/ repo to get github actions and meta files
2023-12-27 20:12:51 -08:00
* make sure github actions are enabled/enable github actions on your fork
2023-12-04 12:05:31 -08:00
* replace xxx and yyy in ``revision.txt`` with name of your board
2023-12-04 12:08:20 -08:00
* create youboard.kicad_pcb from [proven modules](https://github.com/andreika-git/hellen-one/tree/master/modules) using KiCAD 6 or 7
2023-12-08 20:04:18 -08:00
* push into github to trigger hellen-one gerber expert and gerber merge (that's where the hellen magic happens! for instance gerber export is taken care by [export.sh](https://github.com/andreika-git/hellen-one/blob/master/kicad/bin/export.sh) script which github action would invoke _automatically_. Just watch for the yellow circle to turn into a green checkmark.)
2023-12-27 20:12:51 -08:00
* (sorry rotation only by factor of 90 degrees at this point)
2023-12-04 12:05:31 -08:00
* order your using fabrication files from 'boards' folder!
Please see how some of the open source boards are done and follow the pattern:
2022-11-12 09:07:47 -08:00
2023-12-14 18:05:38 -08:00
## Open Source Boards
2022-11-12 09:09:04 -08:00
* https://github.com/rusefi/alphax-4chan
2023-12-04 12:05:31 -08:00
* https://github.com/rusefi/uaefi
2022-11-12 09:09:04 -08:00
* https://github.com/rusefi/alphax-2chan
* https://github.com/rusefi/hellen154hyundai
* https://github.com/rusefi/hellen121vag
* https://github.com/rusefi/hellen88bmw
* https://github.com/andreika-git/hellen81/
2021-02-14 08:51:14 -08:00
2022-11-12 09:07:47 -08:00
This repository contains all scripts and data to create Hellen One boards for [rusEFI](https://github.com/rusefi/rusefi)!
2021-02-28 16:13:41 -08:00
2021-08-23 00:22:22 -07:00
See also https://github.com/rusefi/rusefi/wiki/Hellen-One-Platform
2021-02-14 08:51:14 -08:00
Hellen One is a DIY PnP ECU board construction toolset.
Do you have a car with a rare or non-standard ECU connector pinout?
Do you want a custom DIY ECU but don't want to design it from scratch?
Then Hellen One is for you!
Please see Hellen One Wiki for more info:
https://github.com/andreika-git/hellen-one/wiki