Advertise on DISCO3.CO.UK
Forum · Gallery · Wiki · Shop · Sponsors
DISCO3.CO.UK > Webasto Fuel Burning Heater

How to build yourself a FBH controller
Post Reply  Down to end
Page 10 of 23 <123 ... 91011 ... 212223>
mcsimmo
 


Member Since: 08 Aug 2011
Location: North of the south
Posts: 1795

Scotland 

All this tech talk is way over my head, but the thought of a cheap FBH activation from my existing key fob really interests me.

Are we close to seeing a product for sale very soon? One that a non techie like me can fit and use?
 Man with no D3 anymore, but cant leave the forum....how sad.  
Post #137531518th Nov 2014 9:29 am
View user's profile Send private message View poster's gallery Reply with quote
discostick
 


Member Since: 08 Nov 2012
Location: Kent
Posts: 304

United Kingdom 2005 Discovery 3 TDV6 S Manual Bonatti GreyDiscovery 3

Well...

I finally got around to finishing the first few for testing. Also got the enclosure milled out to see how it fits.
Iv had one of these boards made up in my car for a week now and it's working well, just wanted it in its box before final installation.

An experienced and very handy forum member is going to be testing the first complete one for me Thumbs Up

Click image to enlarge
  
Post #137532318th Nov 2014 9:53 am
View user's profile Send private message View poster's gallery Send e-mail Reply with quote
maplecottage
 


Member Since: 01 Feb 2011
Location: Norfolk
Posts: 3171

United Kingdom 2006 Discovery 3 TDV6 HSE Auto Java BlackDiscovery 3

Very Happy Very Happy Whistle
  
Post #137533218th Nov 2014 10:09 am
View user's profile Send private message View poster's gallery Reply with quote
mcsimmo
 


Member Since: 08 Aug 2011
Location: North of the south
Posts: 1795

Scotland 

If it works as it should, you could be very busy a lot of us would want one for this winter. If you need anymore testing just let me know.
 Man with no D3 anymore, but cant leave the forum....how sad.  
Post #137536618th Nov 2014 11:08 am
View user's profile Send private message View poster's gallery Reply with quote
Skynet
 


Member Since: 23 Jul 2014
Location: Melksham, Wiltshire
Posts: 868

United Kingdom 2016 Discovery 4 3.0 SDV6 SE Auto Alaska WhiteDiscovery 4

Indeed Wink
 Dave
D3 2006 HSE, Cairns Blue - gone
D4 2016 SE, White

Wessex 4x4 Response
http://www.wessex4x4response.org.uk/ 
 
Post #137538418th Nov 2014 11:25 am
View user's profile Send private message View poster's gallery Reply with quote
VMatas
 


Member Since: 26 Jan 2012
Location: Rybnik
Posts: 147

Poland 

alex_pescaru wrote:
HTPIC 9.50 inside an 8.84 MPLAB.


To be clear :

there in wbus.c are data types BYTE, WORD and DWORD. HT PICC doesn't support that types, i assume that above mentioned shall be changed to UNSIGNED CHAR, UNSIGNED SHORT and UNSIGNED LONG respectively for PICC?

There are some other errrors when i'm trying to build project (i don't know C - i need a bit manuals read Smile ) May you use not PICC compiler?
  
Post #137539618th Nov 2014 11:37 am
View user's profile Send private message View poster's gallery Reply with quote
discostick
 


Member Since: 08 Nov 2012
Location: Kent
Posts: 304

United Kingdom 2005 Discovery 3 TDV6 S Manual Bonatti GreyDiscovery 3

BYTE, word, dword; are all defined in one of the header files as unsigned char / short / long....
  
Post #137544818th Nov 2014 1:00 pm
View user's profile Send private message View poster's gallery Send e-mail Reply with quote
VMatas
 


Member Since: 26 Jan 2012
Location: Rybnik
Posts: 147

Poland 

Damn. somethig wrong with project properties may be.. thanks.
  
Post #137546718th Nov 2014 1:20 pm
View user's profile Send private message View poster's gallery Reply with quote
Jay666d
 


Member Since: 11 Feb 2014
Location: Northumberland
Posts: 753

United Kingdom 2007 Discovery 3 TDV6 HSE Auto Java BlackDiscovery 3

I think this might be my Christmas present! Whistle
 07 Land Rover Discovery III HSE
07 BMW 1200 GS Adventure
08 Mercedes Sprinter 
 
Post #137556218th Nov 2014 5:06 pm
View user's profile Send private message View poster's gallery Reply with quote
alex_pescaru
 


Member Since: 19 Dec 2010
Location:  RO
Posts: 270


VMatas wrote:
there in wbus.c are data types BYTE, WORD and DWORD. HT PICC doesn't support that types, i assume that above mentioned shall be changed to UNSIGNED CHAR, UNSIGNED SHORT and UNSIGNED LONG respectively for PICC?
There are some other errrors when i'm trying to build project (i don't know C - i need a bit manuals read Smile ) May you use not PICC compiler?


Sorry, I forgot...
Because I am quite lazy and don't want to write the long "unsigned char/int/long" idioms, I defined some replacements on the main include "htc.h" file, file used by default in all projects:

#define byte unsigned char
#define BYTE unsigned char
#define word unsigned int
#define WORD unsigned int
#define dword unsigned long
#define DWORD unsigned long

You can either use the same method, or put the above in the wbus.c or wbus.h, or even use typedef.

Sorry again... Usually when you code a lot you miss things like these.
And, in the same time, as discostick said, also know how to handle them if the compiler doesn't do it for you... Thumbs Up
  
Post #137556818th Nov 2014 5:19 pm
View user's profile Send private message View poster's gallery Reply with quote
VMatas
 


Member Since: 26 Jan 2012
Location: Rybnik
Posts: 147

Poland 

Thanks Smile Now i understand, why i don't found how BYTE, WORD and DWORD appear in code:)Smile
  
Post #137586819th Nov 2014 6:37 am
View user's profile Send private message View poster's gallery Reply with quote
geoff.
 


Member Since: 24 Jan 2010
Location: West kent
Posts: 8531

England 

very good
  
Post #137684020th Nov 2014 8:46 pm
View user's profile Send private message View poster's gallery Reply with quote
maplecottage
 


Member Since: 01 Feb 2011
Location: Norfolk
Posts: 3171

United Kingdom 2006 Discovery 3 TDV6 HSE Auto Java BlackDiscovery 3

Rolling with laughter Rolling with laughter
  
Post #137685120th Nov 2014 9:08 pm
View user's profile Send private message View poster's gallery Reply with quote
gruodiz
 


Member Since: 16 Nov 2011
Location: Klaipeda
Posts: 294

Lithuania 2006 Discovery 3 TDV6 HSE Auto Buckingham BlueDiscovery 3

Alex, you're with good ideas as always and as well as in Freelander forum Thumbs Up

Discostick, I will be very happy to test one of your controler. You have PM from me.
  
Post #137843824th Nov 2014 12:34 pm
View user's profile Send private message View poster's gallery Reply with quote
Flapjack
 


Member Since: 10 Aug 2013
Location: Livingston
Posts: 551

Scotland 2006 Discovery 3 TDV6 HSE Auto Fuji WhiteDiscovery 3

this is far to mind boggling for me, ll I want to know is . 1 does this work . 2 when can I get one 3 . how much . please be kind and don't baffle me with any science maths or boffin speak, thank you kindly Wink
 blessed are the losers ,for they determine the winners  
Post #137869624th Nov 2014 10:00 pm
View user's profile Send private message View poster's gallery Reply with quote
Display posts from the last:  
Post Reply Back to top
Page 10 of 23 <123 ... 91011 ... 212223>
Jump to:  
Previous Topic | Next Topic >


Posting Rules
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



DISCO3.CO.UK Copyright © 2004-2024 Futuranet Ltd & Martin Lewis
DISCO3.CO.UK RSS Feed - All Forums

DISCO3.CO.UK is independent and not affiliated to Land Rover.
Switch to Mobile Site