Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > MacCar > QCar


Reply
 
Share Thread Tools Display Modes
Old 01-05-2007, 05:44 AM   #31
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Those images show the display in what we call "work area" - of course the modules for which it makes sense can and do go fullscreen. I will send you a pm regarding the testing.
Jirka Jirout is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-05-2007, 09:13 AM   #32
Newbie
 
os_x's Avatar
 
Join Date: Jul 2006
Location: Attenschwiller, France near Basel, Switzerland
Posts: 1
os_x is an unknown quantity at this point
hello Jirka
starting from when one can buy or test this Qcar?
I would like mine carmac update over if am Qcar driven out ?


bye

Last edited by os_x; 01-05-2007 at 03:07 PM.
os_x is offline   Reply With Quote
Old 01-12-2007, 02:48 PM   #33
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Good news, bad news...

Good: we have a very first, but working piece of OBD code. It can read most of the standard and some proprietary stuff like engine rpm, speed, error codes, battery voltage etc. It works with ELM chip-based OBD adapters and should be compatible with ISO/SAE/CAN-based OBD. We have tested it on a Range Rover and a Saab 9-5 yesterday.

Bad: we cannot read the total distance driven using OBD, which is rather unfortunate as this info is needed for various calculations. We may be able to do this using raw CAN communication for some vehicles, but is pretty likely a special hardware will be needed on most cars to read and store the pulses from the distance/speed sensor.

There are also few other issues with fuel flow-related calculations, but we should be able to address these one way or another.
Jirka Jirout is offline   Reply With Quote
Old 01-12-2007, 03:05 PM   #34
Maximum Bitrate
 
Join Date: Aug 1999
Location: Birmingham, Alabama (War Eagle!)
Posts: 700
replicant is on a distinguished road
jirka, would you say that the primary media functionality is working as you would like? just curious. keep up the good work.
__________________
replicant
Audi A4 (flickr pics)
replicant is offline   Reply With Quote
Old 01-12-2007, 03:14 PM   #35
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Quote: Originally Posted by replicant View Post
jirka, would you say that the primary media functionality is working as you would like?

- Music player: Done
- Movie player: Done
- AM/FM tuner (HQCT): 80% (what remains is basically GUI, tuner control is done)
- XM/Sirius: 20% (some stuff done, but I will have to finish these when I am in the US and have access to both the hardware and the service).
- Camera photo import: Done
- Picture browser: 10%

Right now, the priority is to finalize OBD, navigation and online services.
Jirka Jirout is offline   Reply With Quote
Old 01-12-2007, 05:12 PM   #36
Maximum Bitrate
 
Join Date: Aug 1999
Location: Birmingham, Alabama (War Eagle!)
Posts: 700
replicant is on a distinguished road
jirka, excellent work! i was just curious where the project was in the timeline in terms of commonly used features in a front end. can't wait to see more screenshots, etc.
__________________
replicant
Audi A4 (flickr pics)
replicant is offline   Reply With Quote
Old 01-12-2007, 06:17 PM   #37
Newbie
 
Biggles's Avatar
 
Join Date: Nov 2006
Location: Sweden
Posts: 27
Biggles is an unknown quantity at this point
Quote: Originally Posted by Jirka Jirout View Post
- Music player: Done
- Movie player: Done
- AM/FM tuner (HQCT): 80% (what remains is basically GUI, tuner control is done)
- XM/Sirius: 20% (some stuff done, but I will have to finish these when I am in the US and have access to both the hardware and the service).
- Camera photo import: Done
- Picture browser: 10%

Right now, the priority is to finalize OBD, navigation and online services.

Good work! Are you implementing volume, tone and fader controls using the HQCT?

/Erik
Biggles is offline   Reply With Quote
Old 01-13-2007, 02:04 AM   #38
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Quote: Originally Posted by Biggles View Post
Good work! Are you implementing volume, tone and fader controls using the HQCT?

Yes. We actually have two modules to do this, depending on the hardware configuration - one uses HQCT and the other one does this using CoreAudio (intended primarily for use with FireWave).
Jirka Jirout is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 01-13-2007, 09:17 PM   #39
Low Bitrate
 
ikon240's Avatar
 
Join Date: Feb 2006
Posts: 92
ikon240 is on a distinguished road
Consult

any chance the obd interface/engine could support plugins for other/variant protocols? I drive a 95 nissan which uses CONSULT as its main diagnostics protocol. I maybe be wrong, but I don't think it is OBDI or OBDII compliant.

http://www.mp3car.com/vbulletin/engine-management-obd-ii-engine-diagnostics-etc/19503-obd-ii-questions.html

http://www.mp3car.com/vbulletin/engine-management-obd-ii-engine-diagnostics-etc/70517-nissan-consult-cables.html

I've purchased two copies of Consultan from eric pooch the creator. If you want one of the licenses for research I would be happy to oblige.

thoughts?

I would be very happy to purchase a copy of this software for a reasonable price given this feature was at least supported, if not implemented immediately.

-ikon

Last edited by ikon240; 01-13-2007 at 09:21 PM.
ikon240 is offline   Reply With Quote
Old 01-14-2007, 04:31 AM   #40
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Quote: Originally Posted by ikon240 View Post
any chance the obd interface/engine could support plugins for other/variant protocols?

Yes. The code that actually communicates with hardware is a plug-in and there can be more plug-ins, depending on hardware/protocol you use. We plan to prepare plug-ins for raw CAN communication with VW and GM vehicles, proprietary protocol of my Tatra and we are trying to figure out the old Volvo 480. However at this moment, I cannot promise support for any particular protocol. While it is very easy to write the plug-in, it is very time-consuming to analyze the protocols if documentation is not available. And of course for each protocol we need at least one vehicle for testing.

Quote:
I've purchased two copies of Consultan from eric pooch the creator. If you want one of the licenses for research I would be happy to oblige.

I can have a look at this, just pm me. But no promises. On the other hand, I can give you documentation of our API and a sample plugin project (XCode/Cocoa). Then you could try to write the data-parsing code yourself.
Jirka Jirout is offline   Reply With Quote
Old 01-14-2007, 03:21 PM   #41
Constant Bitrate
 
Join Date: Jul 2005
Posts: 138
bcohen5055 is on a distinguished road
I havn't been on the macCar forum here for a while and now I see this. Excelent work! Now it looks like we have two promising front ends!

-Ben
bcohen5055 is offline   Reply With Quote
Old 01-14-2007, 04:26 PM   #42
Low Bitrate
 
Join Date: Aug 2004
Posts: 90
avidan is on a distinguished road
Fantastic! TatraApp was great, this looks even better.
I've spent the last few months driving my new car...now i have to get back to modifying it...
__________________
Mac Mini BMW -- Done! (but always in progress) -- TOTALLED -- Damn lady didn't "see" the redlight
avidan is offline   Reply With Quote
Old 01-14-2007, 04:35 PM   #43
Low Bitrate
 
ikon240's Avatar
 
Join Date: Feb 2006
Posts: 92
ikon240 is on a distinguished road
PM'ed

Quote: Originally Posted by Jirka Jirout View Post
Yes. The code that actually communicates with hardware is a plug-in and there can be more plug-ins, depending on hardware/protocol you use. We plan to prepare plug-ins for raw CAN communication with VW and GM vehicles, proprietary protocol of my Tatra and we are trying to figure out the old Volvo 480. However at this moment, I cannot promise support for any particular protocol. While it is very easy to write the plug-in, it is very time-consuming to analyze the protocols if documentation is not available. And of course for each protocol we need at least one vehicle for testing.


I can have a look at this, just pm me. But no promises. On the other hand, I can give you documentation of our API and a sample plugin project (XCode/Cocoa). Then you could try to write the data-parsing code yourself.

check your PM's
ikon240 is offline   Reply With Quote
Old 02-14-2007, 08:52 AM   #44
Low Bitrate
 
Join Date: Dec 2005
Posts: 59
joesan is on a distinguished road
Update please!?!?
joesan is offline   Reply With Quote
Old 02-14-2007, 09:17 AM   #45
QCar Creator
 
Jirka Jirout's Avatar
 
Join Date: Jul 2005
Location: Netherlands
Posts: 577
Jirka Jirout is on a distinguished road
Quote: Originally Posted by joesan View Post
Update please!?!?

The update is that we have another two cars installed (a V480 and a Range Rover). On the software side, there has been some progress too:

- NMEA GPS connector module - Done
- OBD connector module - Done
- Weather module - Done
- Sound control module (balance, volume) - Done
- Airport module (incl. position logging) - Done
- Stop watch (incl. flyback reset and 2 lap times) module - Done
- Tracking module (in-car) - Done
- Mail connector (POP3) - Done

- Image browser plug-in - 90% (missing thumbnail browser)
- RSS reader module - 90%
- HQCT tuner plug-in - 90% (some RDS stuff still missing)
- Tracking module (server part) - 50%
- Messaging reader - 75% (some GUI not finalized)
- Mail connector (IMAP4) - 10% (kind of works, but crashes, does not handle folders etc.)

Planned, but coding not yet started:
- Voice memo recorder
- Phone integration (we scrapped what we had and are looking at a different option).

On the application side, we are still playing around with standardization of the icons and speech support - it works, but we are still not happy with it :-(

We are also preparing few things with phidgets for cars, where interfacing with original sensors etc. is impossible or too expensive.

Our site should be up probably by end of next week, when it is, it will contain more information, screenshots, probably also some end-user documentation.

Last edited by Jirka Jirout; 02-14-2007 at 09:20 AM.
Jirka Jirout is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Reply

Bookmarks

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Ublox Dead Reckoning GPS jcdillin GPS 130 06-11-2009 03:25 AM
Dead pixel fixed? Fox_Mulder LCD/Display 2 01-31-2005 04:48 AM
M10000 - Dead Dead Dead , 4 hours lol Bikr General Hardware Discussion 7 05-23-2004 02:37 AM
Where can i find dead desktop LCDs? claylong LCD/Display 1 05-07-2003 04:39 PM



All times are GMT -5. The time now is 04:03 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.3.2
Copyright © 1999 - 2008 Mp3Car.com Inc.Ad Management by RedTyger
Message Board Statistics