Search found 16 matches

by 3400tZ
Tue Dec 30, 2014 11:24 pm
Forum: Dev: Software
Topic: msDroid
Replies: 26
Views: 30990

Re: msDroid

From my quick research, sounds like we're dealing with a CDC/ACM USB device. Support for that would need to be added to the app. Possibly this would work?: https://github.com/ksksue/PhysicaloidLibrary/blob/master/PhysicaloidLibrary/src/com/physicaloid/lib/usb/driver/uart/UartCdcAcm.java
by 3400tZ
Tue Dec 30, 2014 7:46 pm
Forum: Dev: Software
Topic: msDroid
Replies: 26
Views: 30990

Re: msDroid

Can you elaborate on why it's a pitty please... The app doesn't care about the bluetooth data rate, that's between the bluetooth adapter and the ECU.
by 3400tZ
Tue Dec 30, 2014 7:06 pm
Forum: Dev: Software
Topic: msDroid
Replies: 26
Views: 30990

Re: msDroid

USB FTDI, USB Prolific and Bluetooth
by 3400tZ
Tue Dec 30, 2014 6:11 pm
Forum: Dev: Software
Topic: msDroid
Replies: 26
Views: 30990

Re: msDroid

The bottom line of that is that we don't want to promote counterfeit MS (anything that is against the MS licensing). Since rusEFI doesn't fall into that category, I don't see any problem to support it.

DTAdroid is pretty much just a rebranded MSDroid (95% same code) to be used with DTA ECUs.
by 3400tZ
Tue Dec 30, 2014 5:13 pm
Forum: Dev: Software
Topic: msDroid
Replies: 26
Views: 30990

Re: msDroid

It is not open source. If you have any specific questions about the software, I should be able to answer (I do have source code access) so I should be able to help. Just hit me up on Skype.
by 3400tZ
Mon Dec 01, 2014 3:56 am
Forum: You and your build
Topic: 1994 USDM Mazda Miata #11
Replies: 172
Views: 115232

Re: 1994 USDM Mazda Miata #11

Why does it not show up @ https://github.com/rusefi/rusefi/branches ? Good question, will figure that out tomorrow. Used git for years, new to github though. For some reason, it looks like your repo isn't a fork of the original repo. You want to click the "Fork" button in the rusefi repo ...
by 3400tZ
Sat Nov 15, 2014 3:04 am
Forum: Dev: Software
Topic: Firmware developent status
Replies: 498
Views: 661725

Re: Firmware developent status

Hey Andrey, well thanks to you for this great project! I will try to get some more patches to you in the next few days hopefully. I have a couple more improvements I want to do ;)
by 3400tZ
Tue Nov 11, 2014 12:21 am
Forum: You and your build
Topic: 2003 Dodge Neon (#9)
Replies: 109
Views: 100066

Re: 2003 Dodge Neon (#9)

That's good progress! You probably need some after start enrichment but at this point it doesn't really matter as you can just make the VE table richer anyway (We're not quite at fine tuning just yet :lol:). Do you have a wideband O2 sensor on this thing ? I feel like it would help a lot, especially...
by 3400tZ
Mon Nov 03, 2014 1:28 am
Forum: You and your build
Topic: 2003 Dodge Neon (#9)
Replies: 109
Views: 100066

Re: 2003 Dodge Neon (#9)

AWESOME! :)

More fuel should be all it need when cold but I assume you've tried that already (possibly times 1.5 the pulse width you had in that video as a starting point) ?
by 3400tZ
Thu Oct 23, 2014 1:26 am
Forum: You and your build
Topic: One more MS user and a few questions
Replies: 4
Views: 4761

Re: One more MS user and a few questions

GM DIS is a pretty widely used ignition system by GM. Here is some info from the MS manual: http://msextra.com/doc/ms1extra/MS_Extra_Ignition_Hardware_Manual.htm#gmdis . I'm not very familiar with ignition system so I cannot help with the implementation side of thing for this unfortunately. Yeah, I ...
by 3400tZ
Tue Oct 21, 2014 12:29 am
Forum: You and your build
Topic: One more MS user and a few questions
Replies: 4
Views: 4761

One more MS user and a few questions

Hi guys, I've already posted a bit but I thought I would make a proper introduction :) First, let me start by saying that I really like this project. I'm currently running a MegaSquirt 3 / MS3X in my summer car and I'm a developer. Mainly Web developer these days but I'm doing a lot of Java (Android...
by 3400tZ
Fri Oct 10, 2014 12:17 am
Forum: Dev: Software
Topic: Firmware developent status
Replies: 498
Views: 661725

Re: Firmware developent status

Awesome man!

What's the reason for the expression to not be in order like "time_since_boot < 4 OR rpm > 0". I'm sure there is a good reason, I'm just curious :)
by 3400tZ
Sat Jun 28, 2014 4:17 pm
Forum: Dev: Software
Topic: Firmware developent status
Replies: 498
Views: 661725

Re: Firmware developent status

I think blockingFactor in the [Constants] section is what you're interested in ? Add "blockingFactor = 256" for example somewhere in that section and that should do it I think... If I'm understanding what you want correctly. :D
by 3400tZ
Wed Jun 18, 2014 12:14 am
Forum: Dev: Software
Topic: Firmware developent status
Replies: 498
Views: 661725

Re: Firmware developent status

Here is an implementation of that CRC validated protocol I did a while ago if that can help: https://github.com/scudderfish/MSLoggerBase/blob/master/MSLogger/src/uk/org/smithfamily/mslogger/comms/CRC32ProtocolHandler.java This is unfortunately the "wrong" side of thing, it is what would be...
by 3400tZ
Sun Mar 09, 2014 11:36 pm
Forum: Dev: Software
Topic: Revision control systems
Replies: 39
Views: 29343

Re: That's a thread for the email campaign #2

SVN vs GIT You are totally right with your arguments, Git is for sure more advanced. I just do not see this as a serious step up - what is important for me right now is that SVN is just a bit simpler. I have too much stuff going on so I'd rather merge .patch files then preach to people how to work ...
by 3400tZ
Sat Mar 08, 2014 4:37 pm
Forum: Dev: Software
Topic: Revision control systems
Replies: 39
Views: 29343

Revision control systems

I'm surprised the code for this project isn't on GitHub. SourceForge is a bit primitive and kind of outdated. I could talk about SVN vs GIT as well but I don't want to start any war. But one thing for sure, being on github and bringing the social coding aspect into the loop can only help getting peo...