Go to file
Vladimir Vinogradov e95fcb19ca Upd uaefi module 2024-02-17 01:07:56 +03:00
.github/workflows dealing with submodules 2024-01-21 18:40:17 -05:00
altium.shared MM100_0.2 sym & fp 2023-09-26 17:17:38 +03:00
bin Upd uaefi module 2024-02-17 01:07:56 +03:00
board_id Upd uaefi module 2024-02-17 01:07:56 +03: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 Fix #356 2024-01-03 01:49:30 +03:00
kicad Uaefi module square pads short fix 2024-02-17 00:51:50 +03:00
modules Upd uaefi module 2024-02-17 01:07:56 +03:00
tests +x 2022-05-18 11:00:52 -04:00
.gitattributes Initial 2021-02-14 18:51:14 +02:00
.gitignore progress 2023-10-25 23:25:58 -04:00
.gitmodules generate board_ids.h 2023-08-18 23:07:05 +03: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-manual-process.md introducing hellen-example 2023-12-04 15:05:31 -05:00
readme.md Update readme.md 2023-12-27 23:12:51 -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:

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.

  • fork https://github.com/rusefi/hellen-example/ repo to get github actions and meta files
  • make sure github actions are enabled/enable github actions on your fork
  • replace xxx and yyy in revision.txt with name of your board
  • create youboard.kicad_pcb from proven modules using KiCAD 6 or 7
  • 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 script which github action would invoke automatically. Just watch for the yellow circle to turn into a green checkmark.)
  • (sorry rotation only by factor of 90 degrees at this point)
  • order your using fabrication files from 'boards' folder!

Please see how some of the open source boards are done and follow the pattern:

Open Source Boards

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