
It’s been a long time since I last spent any time on this project – too many projects, too little time as ever !
Recently my trusty MS1-Extra that has been running my LS1 powered Land Rover since 2007 has needed a bit of attention as I simplified the vehicle’s wiring somewhat.
It’s given me an incentive to look at a few ideas that I’ve had for an upgrade. I have an MS2-Extra ECU that was configured for the LS1 but never ran properly due to, what turned out to be, a firmware issue which meant the lambda reading was incorrect.
I’ve also been more and more interested in Speeduino as I use Arduino for so many of my other projects these days and wouldn’t mind trying that out on the LS1.
With the last version of MobiSquirt I knew I’d painted myself into a corner by hard coding a lot of the ini file contents. It worked great for firmware versions I needed to use but I struggled to support other versions.
Mobile development has changed massively in that time and, for my day job, I still write native apps but I also write complex apps in React-Native and, for a long time now I’ve been thinking that that would be a much better and easier language to dynamically interpret .ini files.
So, MobiSquirt v2.0 is currently in development and the intention is that it will be released as an open source project. It will also be released on both iOS and Android platforms. So far, progress has been good and I have a working version of the app that runs against the old demo data that the original app used.
The repo is on my GitHub account and, prior to going fully open source I’m open to offers from contributors. The project is a react-native expo project written in Typescript.


