Go to file
Vladimir Vinogradov 34d2223fe4 MM100_0.2 sym & fp 2023-09-26 17:17:38 +03:00
.github/workflows https://github.com/andreika-git/hellen-one/issues/331 2023-09-07 21:34:54 -04:00
altium.shared MM100_0.2 sym & fp 2023-09-26 17:17:38 +03:00
bin Error if board prefix or suffix was not set https://github.com/andreika-git/hellen-one/issues/318 2023-08-02 16:47:47 +03:00
board_id h112 boards 2023-09-09 20:34:44 -04:00
docs
git_scripts
ibom-data MM100 gnd poly fix 2023-09-10 10:23:19 +03:00
kicad vr-max9924 change designators >770 2023-09-08 08:01:47 +03:00
modules MM100 gnd poly fix 2023-09-10 10:23:19 +03:00
tests
.gitattributes
.gitignore
.gitmodules generate board_ids.h 2023-08-18 23:07:05 +03:00
CHANGELOG.md
Dockerfile
create_hellen_board_example.sh
readme.md
run_tests.sh
step1-build-docker-win10.bat
step1-build-docker.sh
step2-run-docker-win10.bat
step2-run-docker.sh

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.