FreeEMS edit

FreeEMS is a free and open source electronic fuel injection (EFI) and ignition controller. The project has been under development for more than five years and is currently still being actively developed. FreeEMS development is discussed on DIYEFI.org forum. FreeEMS differs from the only other DIY EFI system MegaSquirt in that it is totally free and truly open source. The project is licensed under GNU GPL and TAPR OHL meaning that anyone can do anything they like with it within reason. This can not be said about MegaSquirt because the source code licenses prevent its use on other hardware, and the hardware is copyrighted and not free to reproduce. MegaSquirt proponents refer to their system as having "open source software" however this is not true to the definition of Open-source software as illustrated by this quote[1] by Richard Stallman :

"However, the obvious meaning for the expression “open source software” is “You can look at the source code,” and most people seem to think that's what it means. That is a much weaker criterion than free software, and much weaker than the official definition of open source. It includes many programs that are neither free nor open source."

FreeEMS firmware is true open source software as defined by the Open Source Initiative and the Free Software Foundation.


Status edit

So far, FreeEMS has run thirty-three engines, in ten countries. The community is reasonably active in supporting each other and testing changes. The firmware feature set, while basic, is reasonably complete, and several cars are daily-driving on it. Weaknesses are primarily in terms of stability of APIs, PC software to interface with it, and hardware options.

History edit

FreeEMS and DIYEFI.org were born from the closed nature of the MegaSquirt project, and the way it is publicised as being open when it is not. It was noted that this closed nature prevented progress from occurring rapidly as in other true open source projects, and also allowed mistakes to make it to the final designs because the design work was done behind closed doors. By encouraging open public discussion and debate on all important issues, the community has had its say and FreeEMS is turning out to be a better and more balanced product.

Hardware edit

FreeEMS operates just like any other Engine Management System by reading various sensors on the engine and producing appropriate output based on calculations done with those readings. Various designs have been done over the years, some with success, and others failures.

Free designs edit

All current FreeEMS hardware designs are shared under an appropriate open source style license. This allows the community to assist the projects growth by modifying and openly contributing their designs to the group.

Microcontroller edit

FreeEMS uses the Freescale HC12 MCU variant MC9S12XDP512 to do the number crunching and all other electronic duties. The core has around 90 IO pins, 512KB of flash based non-volatile memory, 32KB of RAM, 16 ADC channels, runs at 40MHz, and has an 80MHz RISC co-processor.

Prototyping board edit

Initial implementations of FreeEMS hardware are being designed around a prototyping board called 'Adapt' from Technological Arts.

Initial testing edit

Real-world testing of the system has been, and continues to be, done on a variety of hardware. The majority has been done on "TA based" hardcore DIY setups as found in the DIY hardware implementations facebook album. The balance has been on a mix of Puma (not recommended) and Jaguar (special purpose) board designs.

Noise rejection edit

FreeEMS board designs use a multiple feed power and ground system to effectively isolate noise from high power components from the incoming signals. By separating the grounds and power feeds we ensure that voltage drops are not present on critical sensor signal lines and lower the capacity of wire required to run the system effectively. In contrast the MegaSquirt family of fuel injection controllers use a single ground system which requires heavier than normal grounding and power cables to remain mostly noise free.

Firmware edit

FreeEMS firmware is written in the C programming language using the GNU Compiler Collection tool chain for s12x. A small amount of assembly is present for the purposes of writing flash memory from the stack. In a future release some existing assembly code will be merged in for use on the XGATE co-processor.

Modular code edit

The code has been developed in such a way that there are clear and well defined boundaries between different subcomponents. This falls inline with software industry best practices and ensures that the code is both easy to understand and maintain.

Documentation edit

Documentation is available for everything, but not in a very organised fashion.

Complementary Software edit

OpenLogViewer edit

OpenLogViewer is a free, open source, cross-platform data-log visualization application that currently supports many CSV data-log formats (including MegaSquirt style), and FreeEMS binary data-logs.

EMStudio edit

EMStudio is a new QT/C++ based tuning application written specifically for FreeEMS. As such the architecture is correct and it works fluidly with the firmware providing the user with a good experience.

FreeTherm edit

FreeTherm is a utility to create array definitions of ADC to temperature data based on 3 thermistor points via the Steinhart-Hart equation method. It is built in C# and runs under Linux, Mac OS X or windows on Mono or the .NET runtime environment with GTK# libraries installed.

MegaTunix edit

MTX, as it's widely known, was written around ten years ago when no tuning software was available for MegaSquirt on Linux. It has evolved through many phases into a substantial application and several years ago had partial FreeEMS support added. This is no longer the preferred application for interacting with a FreeEMS system.

Licenses edit

The FreeEMS firmware is under the GNU GPL V3 license, with other packages being licensed as the authors wished. Hardware designs are available under various licenses, however none are stable.

Comparison edit

"DIY" fuel injection systems from the perspective of a DIY enthusiast.

MegaSquirt MegaSquirt II MicroSquirt MS2 Sequencer MegaSquirt 3 VEMS FreeEMS
Released 2001 2005 2007 Not yet available 2009 2003 2008
Processor 8-Bit MC68HC908 16-Bit MC9S12C64 16-Bit MC9S12C64 Dual 16-bit MC9S12C64 16-Bit MC9XEP100 AVR Atmega128 16-Bit MC9XDP512
Speed 8 MHz 24 MHz 24 MHz 2 x 24 MHz 50 MHz 16 MHz 40 MHz
Flash 32 kB 128 kB 128 kB 2 x 128 kB 1024 kB 128 kB 512 kB
User RAM 512 B 4 kB 4 kB 2 x 4 kB 64 kB 4 kB 32 kB
Total IO pins 34 max with mods 31 max with mods 31 max with mods 62 max 91 53 max 91 or 119
ADC/ATD pins 8 (8 bit) 8 (10 bit) 8 (10 bit) 16 (10 bit) 16 (12 bit) ? 16 or 24 (10 bit)
IC/OC pins 2 6 exposed 6 exposed 12 exposed 8 ? 8
DIY assembly Optional Optional No, SMT No, SMT No, SMT No, SMT Yes, by choice
DIY boards Not permitted Not permitted Not permitted Not permitted Not permitted Not permitted Yes, encouraged
Software License Proprietary[2] Proprietary Proprietary Proprietary Proprietary Proprietary[3] GPL V3 Free & Open Source[4]
Features/ Benefits Fuel and COP ignition with msextra, inexpensive, rich feature set. Fuel and COP ignition with ms2extra, good fuel and ignition accuracy. Same Features as MS-II, plus small size, sealed case, assembled. Sequential Injection (8-channels), COP (8-channels), individual trims, uses MS-II and MS-II Extra Firmware, assembled Sequential Injection (8-channels), COP (8-channels), individual trims, uses merged MS-II and MS-II Extra Firmware Sequential Injection (?-channels), COP (?-channels), rich feature set, assembled, exists now. Sequential Injection (6-channels), COP (6-channels), individual trims, cheap, uses free open source software and hardware designs, modular clean source code.
Issues/ Drawbacks Inaccurate fuel delivery with large injectors, significant jitter on ignition channels, assembly source code. Too little I/O, more expensive than MS1, delicate hardware, some pins fixed to optionally features, unused pins difficult to access, difficult to read and modify monolithic source code. Delicate hardware with no protection, some pins fixed to optionally features, unused pins difficult to access, difficult to read and modify monolithic source code. Would be expensive, probably vapourware, not DIY, not Free and open source software (FOSS), difficult to read and modify monolithic source code. Is very expensive, uses three boards or more. Expensive, not DIY, not FOSS, fuel delivery not as accurate as MS2 variants. Insufficient documentation, no off-the-shelf hardware, support tools lacking, less output channels.

Note: Both MS1 and MS2 are effectively just processors, both of them require a main board to function. The three different available main boards, 2.2, 3.0 and 3.57, are cheap, reasonable, and expensive respectively. Consequently, MS1 or MS2 being cheap relies on the use of a 2.2 or 3.0 board both of which have some issues.

External links edit

References edit

  1. ^ Why Open Source misses the point of Free Software - GNU Project - Free Software Foundation (FSF)
  2. ^ Source available to view and modify, but not "free" (as in beer) for alternative non-megasquirt uses. Not free (as in speech) at all.
  3. ^ Closed source, not free (as in speech) at all. Source code available only when hardware is purchased and with NDA of some sort.
  4. ^ Free for any use as per GPL terms. Available on sourceforge here : https://sourceforge.net/project/showfiles.php?group_id=214452

Notability edit

A temporary collection of links that prove notability.

Additionally, it's the only free and open source EMS, period, to support multiple vehicles in OEM trim out of the box. Some platforms supported:

Note, support for some of these may not be complete, however all can be run and driven.

[[Category:Engine fuel system technology]] [[Category:Fuel injection systems]] [[Category:Ignition systems]]