Go to file
Vladimir Vinogradov 154c749aeb 100k JLC part fix 2023-02-15 11:57:03 +03:00
.github/workflows thank you for your service 2022-05-18 11:01:04 -04:00
altium.shared MM-0.2 footprint and symbol 2022-12-28 00:37:22 +03:00
bin fix https://github.com/rusefi/alphax-8chan/issues/35 tle9201 not rendered on ibom [now not selectable by mouse cursor for some reason] 2023-02-13 16:26:18 +02:00
board_id alpha4ch-g 2023-02-02 16:26:10 -05:00
docs Update hellen-one-board-creation-process 2021-03-23 13:02:44 +02:00
git_scripts progress 2022-06-29 02:18:38 -04:00
ibom-data 100k JLC part fix 2023-02-15 11:57:03 +03:00
kicad Merge pull request #252 from Nadezhda-n/vr-discrete 2023-01-18 22:28:09 +03:00
modules 100k JLC part fix 2023-02-15 11:57:03 +03:00
tests +x 2022-05-18 11:00:52 -04:00
.gitattributes Initial 2021-02-14 18:51:14 +02:00
.gitignore gerber files for kicad modules 2022-12-06 20:59:54 +02:00
.gitmodules Initial 2021-02-14 18:51:14 +02:00
CHANGELOG.md Update CHANGELOG.md 2022-12-01 03:00:11 -05:00
Dockerfile removed submodule update from dockerfile because it was breaking things 2022-05-18 17:41:55 -04:00
create_hellen_board_example.sh Initial 2021-02-14 18:51:14 +02:00
readme.md Update readme.md 2022-11-12 12:09:04 -05:00
run_tests.sh docker 2022-05-18 08:39:46 +03:00
step1-build-docker-win10.bat docker 2022-05-18 08:39:46 +03:00
step1-build-docker.sh +x 2022-05-18 11:19:52 -04:00
step2-run-docker-win10.bat docker 2022-05-18 08:39:46 +03:00
step2-run-docker.sh +x 2022-05-18 11:19:52 -04:00

readme.md

TL,DR: please see how some of the open source boards are done and follow the pattern!

This repository contains all scripts and data to create Hellen One boards for rusEFI!

See also https://github.com/rusefi/rusefi/wiki/Hellen-One-Platform

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


docker approach like in most of the sample repos is recommended. If you would rather run these scripts locally, you need a 'bash' environment available natively as Unix/Linux shells. Or, under Windows, you'll need to install a special environment like MSYS2 (https://www.msys2.org) or Cygwin (https://www.cygwin.com)

Please see "create_hellen_board_example.sh" for basic script usage.


  • ./bin
    • contains scripts needed to compile a ready-to-fab board file, including: Gerber, BOM+CPL files, board images
  • ./modules
    • contains ready-to-use modules
  • ./ibom-data
    • contains a customized footprint library used by iBom generator. Don't use these files for your pcb
  • ./create_hellen_board_example.sh
    • is a simple example of using Hellen-One scripts for your own board.