Sponsored links

Go Back   MP3Car.com > General > Show off your project > Worklogs


Reply
 
Share Thread Tools Display Modes
Old 04-24-2008, 01:33 PM   #16
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Skuller,

Are you using the headunit that comes with the Accord? ie: you're using the car2pc to send audio that is played out your stock system... If so, that would explain the difference as I am not using the stock headunit.
nasa is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-24-2008, 01:42 PM   #17
Variable Bitrate
 
Join Date: Jul 2006
Location: seattle
Posts: 418
skuller is an unknown quantity at this point
Quote: Originally Posted by nasa View Post
Skuller,

Are you using the headunit that comes with the Accord? ie: you're using the car2pc to send audio that is played out your stock system... If so, that would explain the difference as I am not using the stock headunit.

my mistake, I didn't pay attention to your system.
yes I am using the stock h/u
skuller is offline   Reply With Quote
Old 06-10-2008, 11:05 AM   #18
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Car Diagrams

To help keep things straight, I am adding a couple of diagrams (my computer && the equipment added in my car). Some points I need to clarify, as I had them installed by a *professional*. But should be a good starting point....


Last edited by nasa; 06-17-2008 at 12:33 PM.
nasa is offline   Reply With Quote
Old 06-24-2008, 04:31 PM   #19
Maximum Bitrate
 
customaudioman's Avatar
 
Join Date: Oct 2005
Location: HAGERSTOWN,MD
Posts: 534
customaudioman is on a distinguished road
I have an 03 accord coupe and would like to use my steering wheel controls in my carputer on streetdeck and wmp11.I bought the fusion brain a few months back for that reason, but in streetdeck I'm unable to program it to work( a lot of self programming use have to do just to use fusion brain). I was looking to get a universal steering wheel control interface by peripheral for $40.00. I think it IR which my sound card has an IR remote to it also, but since the sound card is in the trunk, I dont have the line of sight. Is the peswix eye long enough to reach the back where the sound card is? Will this setup work? I don't use my head unit. I use aftermarket amps which connects to sb external sound card. Carputer -- to soundcard-- to aftermarket amp-- to speakers.
customaudioman is offline   Reply With Quote
Old 06-25-2008, 07:17 AM   #20
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
No,

I don't remember the SWIX cable being that long... But I could be wrong -- I didn't have an IR sensor on my computer at the time, so using the USB one was my only option. With my setup, I use Girder to decipher the IR commands coming from the steering wheel. I don't know anything about doing that with a soundcard (not saying you can't, I just don't know a thing about it).

BTW: I use RR, and a basic Girder file is already created for it. I just had to add in the IR messages against the commands I wanted sent. I don't know if this is available for SD, but I would have to hope so....
nasa is offline   Reply With Quote
Old 07-04-2008, 10:31 PM   #21
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Goal (new): Integrate SN into system

I went and got a Space Navigator a couple of months ago, so now I want to put it to use. At this point I have it basically working , using the drivers from Cherrybomb ( https://sourceforge.net/projects/spacenavdrvr/ ) and a little configuration. I still need to tweak things to work like I would like (once I figure that out). At this point, I can switch screens via the SN and have it act as a mouse. However, I don't have a way to switch to the mouse setup when exiting RR (so I could use the SN as my mouse, all togather). Here's my configuration efforts so far:

Start Command(s):
SENDMSG;SpaceNavigatorDriver;HID;SpaceNavigator;Le d On
(turns on the pretty blue light, regardless of the skin being used)

config.xml:
<?xml version="1.0" encoding="utf-8"?>
<snConfig>
<devices>
<device type="hid" name="SpaceNavigator" vid="0x046D" pid="0xC626">
<command name="Led On" report="0x0004" value="0x0001"/>
<command name="Led Off" report="0x0004" value="0x0000"/>
</device>
</devices>

<deviceContexts>
<deviceContext name="Media" device="SpaceNavigator">
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 0 pan left/right -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 1 pan foreward/back -->
<axe threshold="500" type="binary" posAction="RR Play/Pause" negAction=""/> <!-- axe 2 push/pull -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 3 tilt foreward/back -->
<axe threshold="200" type="binary" posAction="RR Prev" negAction="RR Next"/> <!-- axe 4 tilt left/right -->
<axe threshold="100"
type="exponential"
startPulse="1"
endPulse="20"
posAction="RR Volume Up"
negAction="RR Volume Down" /> <!-- axe 5 Twist -->
<buttons>
<button downAction="Context Down"
upAction="" />
<button downAction="RR FullVisu"
upAction="" />
</buttons>
</deviceContext>
<deviceContext name="Mouse" device="SpaceNavigator">
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 0 pan left/right -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 1 pan foreward/back -->
<axe threshold="500" type="binary" posAction="" negAction=""/> <!-- axe 2 push/pull -->
<axe simulateMouseMove="y"
threshold="50"
divisor="30" />
<axe simulateMouseMove="x"
threshold="50"
divisor="30" />
<axe threshold="200" type="binary" posAction="Context Up" negAction=""/> <!-- axe 5 twist -->
<buttons>
<button simulateMouseButton="left" />
<button simulateMouseButton="right" />
</buttons>
</deviceContext>
<deviceContext name="Menu" device="SpaceNavigator">
<axe threshold="200" type="binary" posAction="RR Music" negAction="RR GPS"/> <!-- axe 0 pan left/right -->
<axe threshold="200" type="binary" posAction="RR Radio" negAction="RR Weather"/> <!-- axe 1 pan foreward/back -->
<axe threshold="500" type="binary" posAction="RR Gauges" negAction=""/> <!-- axe 2 push/pull -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 3 tilt foreward/back -->
<axe threshold="200" type="binary" posAction="" negAction=""/> <!-- axe 4 tilt left/right -->
<axe threshold="100"
type="exponential"
startPulse="1"
endPulse="20"
posAction=""
negAction="" /> <!-- axe 5 Twist -->
<buttons>
<button downAction="Context Down"
upAction="" />
<button downAction="RR FullVisu"
upAction="" />
</buttons>
</deviceContext>
</deviceContexts>

<contexts>
<context name="Media"
deviceContext="Media" />
<context name="Desktop"
deviceContext="Mouse" />
<context name="Menu"
deviceContext="Menu" />
</contexts>


<actions>
<sendWindowMessage name="Context Up"
type="CopyData"
window="SpaceNavigatorDriver"
message="CONTEXT;Up"/>
<sendWindowMessage name="Context Down"
type="CopyData"
window="SpaceNavigatorDriver"
message="CONTEXT;Down"/>
<sendWindowMessage name="RR Volume Up"
type="CopyData"
window="RoadRunner"
message="VOL+"/>
<sendWindowMessage name="RR Volume Down"
type="CopyData"
window="RoadRunner"
message="VOL-"/>
<sendWindowMessage name="RR Mute"
type="CopyData"
window="RoadRunner"
message="MUTE"/>
<sendWindowMessage name="RR Play/Pause"
type="CopyData"
window="RoadRunner"
message="PLAY"/>
<sendWindowMessage name="RR Next"
type="CopyData"
window="RoadRunner"
message="NEXT"/>
<sendWindowMessage name="RR Prev"
type="CopyData"
window="RoadRunner"
message="PREV"/>
<sendWindowMessage name="RR FullVisu"
type="CopyData"
window="RoadRunner"
message="Full_Visu"/>
<sendWindowMessage name="RR Music"
type="CopyData"
window="RoadRunner"
message="Audio"/>
<sendWindowMessage name="RR GPS"
type="CopyData"
window="RoadRunner"
message="GPS"/>
<sendWindowMessage name="RR Radio"
type="CopyData"
window="RoadRunner"
message="Radio"/>
<sendWindowMessage name="RR Weather"
type="CopyData"
window="RoadRunner"
message="RR_Weather"/>
<sendWindowMessage name="RR Gauges"
type="CopyData"
window="RoadRunner"
message="RR_Gauges"/>
<keyPress name="Copy">
<key>17</key>
<key>67</key>
</keyPress>
<keyPress name="Paste">
<key>17</key>
<key>86</key>
</keyPress>
</actions>

</snConfig>

skin file additions (only with menu.skin && menu2.skin with Dfx so far)

TMR, 1

Additions to ExecTBL:

"TIMER","SENDMSG;SpaceNavigatorDriver;CONTEXT;Medi a",Audio_Player.skin
"TIMER","SENDMSG;SpaceNavigatorDriver;CONTEXT;Menu ",Menu.skin
"TIMER","SENDMSG;SpaceNavigatorDriver;CONTEXT;Menu ",Menu2.skin
"TIMER","SENDMSG;SpaceNavigatorDriver;CONTEXT;Mous e",Games.skin
nasa is offline   Reply With Quote
Old 10-03-2008, 07:15 AM   #22
Variable Bitrate
 
Join Date: Aug 2006
Location: PA
Posts: 378
nasa is an unknown quantity at this point
Goal:(new) Reduce Boot Time

Starting Stats

Boot Time break down:

OPUS startup (12 seconds -- specs say 10, but not timing out that way)
BIOS - 10 Seconds
Windows - 36 Seconds
Road Runner - 30 Seconds (? varies from boot to boot)
nasa is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

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
2003 2004 2005 Honda Accord CarPC Adam2312 Newbie 161 02-09-2009 10:25 PM
2003 Honda Accord Ex V6 puter Google Show off your project 22 09-05-2008 12:41 AM
2003 Honda Accord 3.0 Coupe bastid General MP3Car Discussion 6 07-01-2007 03:07 PM
RR w/Blue Devil Skin - XM Problem Bump Road Runner 1 12-20-2006 10:10 AM
MP3 player using in Honda Accord Coupe 98 geyes Newbie 1 05-01-2005 01:57 PM



All times are GMT -5. The time now is 09:33 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