2021-02-14 08:51:14 -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
|
|
|
See also https://github.com/andreika-git/hellen-boards
|
|
|
|
|
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
|
|
|
|
|
|
|
|
* * *
|
|
|
|
|
|
|
|
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.
|