Member Since: 08 Aug 2011
Location: North of the south
Posts: 1795
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.
18th Nov 2014 8:29 am
discostick
Member Since: 08 Nov 2012
Location: Kent
Posts: 316
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
Click image to enlarge
18th Nov 2014 8:53 am
maplecottage
Member Since: 01 Feb 2011
Location: Norfolk
Posts: 3171
18th Nov 2014 9:09 am
mcsimmo
Member Since: 08 Aug 2011
Location: North of the south
Posts: 1795
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.
18th Nov 2014 10:08 am
Skynet
Member Since: 23 Jul 2014
Location: Melksham, Wiltshire
Posts: 868
Indeed Dave
D3 2006 HSE, Cairns Blue - gone
D4 2016 SE, White
Member Since: 26 Jan 2012
Location: Rybnik
Posts: 152
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 ) May you use not PICC compiler?
18th Nov 2014 10:37 am
discostick
Member Since: 08 Nov 2012
Location: Kent
Posts: 316
BYTE, word, dword; are all defined in one of the header files as unsigned char / short / long....
18th Nov 2014 12:00 pm
VMatas
Member Since: 26 Jan 2012
Location: Rybnik
Posts: 152
Damn. somethig wrong with project properties may be.. thanks.
18th Nov 2014 12:20 pm
Jay666d
Member Since: 11 Feb 2014
Location: Northumberland
Posts: 753
I think this might be my Christmas present! 07 Land Rover Discovery III HSE
07 BMW 1200 GS Adventure
08 Mercedes Sprinter
18th Nov 2014 4:06 pm
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 ) 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...
18th Nov 2014 4:19 pm
VMatas
Member Since: 26 Jan 2012
Location: Rybnik
Posts: 152
Thanks Now i understand, why i don't found how BYTE, WORD and DWORD appear in code:)
19th Nov 2014 5:37 am
geoff.
Member Since: 24 Jan 2010
Location: West kent
Posts: 8531
very good
20th Nov 2014 7:46 pm
maplecottage
Member Since: 01 Feb 2011
Location: Norfolk
Posts: 3171
20th Nov 2014 8:08 pm
gruodiz
Member Since: 16 Nov 2011
Location: Klaipeda
Posts: 294
Alex, you're with good ideas as always and as well as in Freelander forum
Discostick, I will be very happy to test one of your controler. You have PM from me.
24th Nov 2014 11:34 am
Flapjack
Member Since: 10 Aug 2013
Location: Livingston
Posts: 551
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 blessed are the losers ,for they determine the winners
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