Go to file
rusefi 6a4f77af87 +x 2022-05-18 11:19:52 -04:00
.github/workflows thank you for your service 2022-05-18 11:01:04 -04:00
altium.shared AD shared module libs 2022-02-07 16:28:40 +02:00
bin more python3 for copy_from_Kicad.py 2022-05-18 08:30:54 +03:00
board_id new boardid: 72_NB2-f 2022-05-18 09:58:17 +03:00
docs Update hellen-one-board-creation-process 2021-03-23 13:02:44 +02:00
git_scripts +x 2022-05-18 09:40:18 -04:00
ibom-data more iBom footprints 2022-01-15 10:40:23 +02:00
kicad PG-TSON-10-2.kicad_mod 2022-03-24 10:16:35 +02:00
modules ign8-0.2: Fixed module border misalignment 2022-03-18 14:41:02 +02:00
tests +x 2022-05-18 11:00:52 -04:00
.gitattributes Initial 2021-02-14 18:51:14 +02:00
.gitmodules Initial 2021-02-14 18:51:14 +02:00
CHANGELOG.md ign8-0.2: Fixed module border misalignment 2022-03-18 14:41:02 +02:00
Dockerfile docker 2022-05-18 08:39:46 +03:00
create_hellen_board_example.sh Initial 2021-02-14 18:51:14 +02:00
readme.md Update readme.md 2021-08-23 03:22:22 -04: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

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

See also https://github.com/andreika-git/hellen-boards

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


To run these scripts, 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.

For more script usage examples and some real projects, please see:

https://github.com/andreika-git/hellen-boards/


  • ./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.