Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > General Hardware Discussion > Fusion Brain


Reply
 
Share Thread Tools Display Modes
Old 04-11-2009, 11:03 PM   #1
Newbie
 
Join Date: Mar 2007
Posts: 55
jabz is an unknown quantity at this point
HVAC help with Fusion Brian

Hi I was looking at another board here for the sole purpose of HVAC control it had software etc but the guy seems to have disappeared.

So I stumbled upon the Fusionbrain, I currently have a CarPC the Infill T3 running the latest Streetdeck V2.

The problem I face is the Infill T3 retractable screen covers up my Climate controls in my Subaru Legacy when it is on. So I would like to get the Fusionbrain and integrate my climate controls with it on the CarPC so I can still use them.

I am however confused as to what to get. My 1999 Legacy has the following climate controls, this is a pic before I installed the Infill T3 CarPC


Do I need anything further than just the FusionBrain? I have opened up the radio area of the dash a few times, and the climate control connectors are easy to reach, however how would I know what wire does what?

And also once hooked up to the Fusionbrain am I still able to use the manual controls on the panel?

Last edited by jabz; 04-11-2009 at 11:09 PM.
jabz is offline   Reply With Quote
Advertisement
 
Advertisement
Sponsored links

Old 04-12-2009, 03:19 PM   #2
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Quote: Originally Posted by jabz View Post
Do I need anything further than just the FusionBrain? I have opened up the radio area of the dash a few times, and the climate control connectors are easy to reach, however how would I know what wire does what?

To figure out what wire does what, you need to find a wiring guide for your car. Depending on how they set it up, you will need various other things. You will need relays at a minimum. Every car is different, there is no DIY guide.

Quote: Originally Posted by jabz View Post
And also once hooked up to the Fusionbrain am I still able to use the manual controls on the panel?

All depends on how you wire it.
2k1Toaster is offline   Reply With Quote
Old 04-12-2009, 09:24 PM   #3
Newbie
 
Join Date: Mar 2007
Posts: 55
jabz is an unknown quantity at this point
Thanks, Also would I need to do any programming, i.e. create a program? I don't know how to program and would rather not. The board that I linked to in original post comes ready to go with software i think, I would like something similar.
jabz is offline   Reply With Quote
Old 04-12-2009, 09:36 PM   #4
Variable Bitrate
 
csfile's Avatar
 
Join Date: Feb 2009
Posts: 234
csfile is on a distinguished road
you will have to create your own program and graphical interface
csfile is offline   Reply With Quote
Old 04-13-2009, 03:39 AM   #5
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Quote: Originally Posted by csfile View Post
you will have to create your own program and graphical interface

Not true

We provide the software free of charge. You will need to do some configuration since it is a custom setup. But the backbone is all done. We also supply generic images to use in a graphic interface. If you want something unique or something that blends in with your frontend skin or something, then you will need to create those graphics.
2k1Toaster is offline   Reply With Quote
Old 04-13-2009, 05:00 AM   #6
Variable Bitrate
 
Join Date: Jul 2006
Location: Brisbane, Australia
Posts: 344
rodweb is an unknown quantity at this point
I'm not sure of the capabilities of the Fusion Brain to control HVAC. That is why there is a dedicated controller board out there. To get down to temperature and maintain it really requires more than just turning on and off the air con based on a temp sensor. This requires an Integrative approach so that the temperature is converged on by making big steps if a long way a way and then smaller steps as you get closer to the target temperature. Controllers that do this are called PID's. See here:

http://en.wikipedia.org/wiki/PID_controller

So does the FusionBrain do PID control?

Here is a discussion of a DIY PID approach
http://www.arduino.cc/cgi-bin/yabb2/...m=1226431507/0
__________________
RodW
2007 Toyota Hilux with a CarPC..

Worklog: http://www.mp3car.com/vbulletin/work...ota-hilux.html
OziExplorer GPS Embedded in RR: http://www.mp3car.com/vbulletin/sb-s...iexplorer.html
rodweb is offline   Reply With Quote
Old 04-13-2009, 05:48 PM   #7
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Quote: Originally Posted by rodweb View Post
I'm not sure of the capabilities of the Fusion Brain to control HVAC. That is why there is a dedicated controller board out there. To get down to temperature and maintain it really requires more than just turning on and off the air con based on a temp sensor. This requires an Integrative approach so that the temperature is converged on by making big steps if a long way a way and then smaller steps as you get closer to the target temperature. Controllers that do this are called PID's. See here:

http://en.wikipedia.org/wiki/PID_controller

So does the FusionBrain do PID control?

Here is a discussion of a DIY PID approach
http://www.arduino.cc/cgi-bin/yabb2/...m=1226431507/0

The software handles all the logic. Anything is possible with the Fusion Brain.
2k1Toaster is offline   Reply With Quote
Old 04-13-2009, 06:29 PM   #8
Variable Bitrate
 
csfile's Avatar
 
Join Date: Feb 2009
Posts: 234
csfile is on a distinguished road
Quote: Originally Posted by 2k1Toaster View Post
Not true

We provide the software free of charge. You will need to do some configuration since it is a custom setup. But the backbone is all done. We also supply generic images to use in a graphic interface. If you want something unique or something that blends in with your frontend skin or something, then you will need to create those graphics.

Yes, there is free software (which I must say is pretty good) and it has generic images for a graphical interface. But won't you have to create all the logic? Although I don't think it's very hard after looking at a few examples. And there's plenty of support on these forums.
csfile is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 04-13-2009, 06:35 PM   #9
Constant Bitrate
 
Join Date: Jun 2008
Location: Georgia, USA
Posts: 172
Dan2008 is an unknown quantity at this point
Yes, you have to create the steps (logic) but it isn't that difficult. The biggest challenge will probably be in creating the interface (hardware) between the Fusion Brain and your AC unit.
__________________
Thanks,

Dan
Dan2008 is offline   Reply With Quote
Old 05-14-2009, 08:55 AM   #10
Newbie
 
Join Date: Sep 2008
Posts: 17
JoeyFiasco is an unknown quantity at this point
Quote: Originally Posted by jabz View Post
Hi I was looking at another board here for the sole purpose of HVAC control it had software etc but the guy seems to have disappeared.

So I stumbled upon the Fusionbrain, I currently have a CarPC the Infill T3 running the latest Streetdeck V2.

The problem I face is the Infill T3 retractable screen covers up my Climate controls in my Subaru Legacy when it is on. So I would like to get the Fusionbrain and integrate my climate controls with it on the CarPC so I can still use them.

I am however confused as to what to get. My 1999 Legacy has the following climate controls, this is a pic before I installed the Infill T3 CarPC


Do I need anything further than just the FusionBrain? I have opened up the radio area of the dash a few times, and the climate control connectors are easy to reach, however how would I know what wire does what?

And also once hooked up to the Fusionbrain am I still able to use the manual controls on the panel?

too bad that dude disappeared that looked promising.
JoeyFiasco is offline   Reply With Quote
Old 07-14-2009, 06:34 AM   #11
Newbie
 
Join Date: Mar 2007
Posts: 55
jabz is an unknown quantity at this point
time to re-visit this..

I don't want fusion brain to take over and maintain the HVAC, that may come later. All I want is it to push the buttons to turn it on, change options (buttons), adjust temperature, turn on/off A/C or just the heater while letting the car itself control the HVAC

So basically just activate buttons or turn the temp dial through signals to the correct wires. Since the physical buttons aren't reachable when my CarPC screen is up.

Is this possible and simple to setup without programming? Can the existing software do it just requires some configuration?

thanks
jabz is offline   Reply With Quote
Old 07-14-2009, 03:44 PM   #12
Fusion Brain Creator
 
2k1Toaster's Avatar
 
Join Date: Mar 2006
Location: Colorado, but Canadian!
Posts: 8,862
2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future2k1Toaster has a brilliant future
Quote: Originally Posted by jabz View Post
time to re-visit this..

I don't want fusion brain to take over and maintain the HVAC, that may come later. All I want is it to push the buttons to turn it on, change options (buttons), adjust temperature, turn on/off A/C or just the heater while letting the car itself control the HVAC

So basically just activate buttons or turn the temp dial through signals to the correct wires. Since the physical buttons aren't reachable when my CarPC screen is up.

Is this possible and simple to setup without programming? Can the existing software do it just requires some configuration?

thanks

Yup.
2k1Toaster 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
Fusion Brain and Auto HVAC. h3rk where are you? Willn Fusion Brain 4 04-17-2009 10:08 AM
eyeR MOD for the Fusion Brain, add PWM, Servo and remote control. (eyeR Interceptor) Civic Modz Fusion Brain Innovations 17 01-16-2009 10:48 AM
September 9, 2008 - The Fusion Brain – How do you use it in your car? Heather Mp3Car Blog Talk 3 09-23-2008 10:00 PM
How to add a Fusion Brain instance to your configuration file 2k1Toaster FB Documentation and Tutorials 0 06-07-2008 09:42 AM



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