The MP3car.com Store The MP3car.com Blog    

Sponsored links

Go Back   MP3Car.com > Mp3Car Technical > Hardware Development

Reply
 
LinkBack Thread Tools Display Modes
Old 12-17-2007, 06:20 AM   #181
It ain't easy being a green moderator
 
meddler's Avatar
 
Join Date: Aug 2002
Location: Steps out the front of Henson's workshop or Sydney
Posts: 2,293
Quote: Originally Posted by richyrich View Post
I have heard back from them yes... 100 Dollars per unit (so a full kit!) although i have to order a minimum of 200 which is a bit of a pain... Trying to sort out some cash for this!

at $100 per kit, I'll take one. (only 199 left to sell)
__________________
Never let the truth get in the way of a good story

Chat on the mp3car channel on IRC

Server: efnet Channel: #mp3car

No irc client installed? Go to http://chat.efnet.org/. In the channel drop down box select "other" and type in #mp3car.
meddler is offline   Reply With Quote
Sponsored links
Advertisement
 
Advertisement
Old 12-17-2007, 08:35 AM   #182
Newbie
 
richyrich's Avatar
 
Join Date: Jun 2007
Posts: 17
Just out of curiosity dont you guys over the pond in USA have to run these at 315Mhz and not 433Mhz like we in europe do??
richyrich is offline   Reply With Quote
Old 12-17-2007, 10:28 AM   #183
Constant Bitrate
 
Join Date: Mar 2005
Location: Wiesbaden/Germany
Posts: 209
good luck

Hello,

sorry for being absent for while and not reading here...

I noticed this thread just before the question to buy Smarttire sensors again or to change the system to a cheaper one. So I decided to change (my summer-tires also need new sensors...)...
I choose the Waeco TPMS (www.waeco.com) stuff for only 100 Euro and with 4 sensors but without a display (which I, and I guess you guys too, don't need) and it would be good to have a system from a vendor "with a name" (in 5-6 years if you need new sensors - but the batteries could be exchanged easily).

Quote: Originally Posted by Robby BMW View Post
...
Discovered this, I’ve noticed that the whole data packet consist of 14 bytes (112 bits) organized in this way:

Preamble (32 bits) - The preamble is a series of 31 logic ‘1’ bits followed by a single logic ‘0’ bit (FFFE in hexadecimal), used to recognize the RF transmission as a valid TX message.

....

no ... the Preamble is 16 bits (FFFE) (your digitrace screenshots also shows only 15 bits at 1)...


The Waeco system also transmits on 433Mhz AM with a differential manchester coding... which looks like (!) that:
Name:  wave.jpg
Views: 754
Size:  33.1 KB
which gives for example a: FFFE 001C40F7 81 30 DA 01 E258
with Robby's findings these can be interpreted to a tire pressure of 2,2bar (I have a normal car!) and 8°C (which perfectly fits into a german winter) and 218 of 255 (new sensors with new batteries!) (How does the CRC fit inside ? I didn't get it to work...)

So I guess the Waeco system is compatible ?

This all sounds too good ? Then have a look at the PCB of the receiver :
Name:  pcb.JPG
Views: 747
Size:  76.6 KB
The receiver is this shielded box connected with 7 pins to the main pcb... it gets 5V+ , ANT (external antenna!) and GND and devlievers the signal and the field strength...
easy to desolder ? no saw needed.. only a soldering iron...

I guess Robby has to send me that PIC quickly (PayPal!)...

Cheers to Robby !

Last edited by FMode; 12-17-2007 at 10:42 AM.
FMode is offline   Reply With Quote
Old 12-17-2007, 11:15 AM   #184
Variable Bitrate
 
DaveDog's Avatar
 
Join Date: Mar 2004
Location: Greenacres, WA
Posts: 274
I purchased one of the VALET tire presure monitoring systems, its available on ebay for less that $100 USD and it uses a separate display from the receiver.

It uses the same receiver PCB as FMode's waeco unit!!!

http://cgi.ebay.com/NEW-Valet-Tire-P...QQcmdZViewItem


I've taken the display and receivers apart to identify the communication protocol between the received and the display, looks like it uses a single wire LIN bus protocol, as the receiver uses a 6258 IC and the display uses a 6259-2 IC.

I noticed the PIC Robby used for his USB interface also supports LIN bus. If we can decode the communication, we might be able to modify Robby's PCB to communicate with this receiver, offering a somewhat affordable solution.
__________________
Why is my laptop all wet?!
DaveDog is offline   Reply With Quote
Old 12-17-2007, 11:23 AM   #185
Maximum Bitrate
 
Join Date: Sep 2007
Posts: 467
Okay, how do I get a complete setup, ready to go, minus the wheel sensors? Or do I need a COMPLETE kit with reciever, and piggy-back it on a custom PCB?
You guys have done a tremendous job with this!! I wish I could easily incorporate it into my CarPC
WuNgUn is offline   Reply With Quote
Old 12-17-2007, 11:33 AM   #186
Constant Bitrate
 
Join Date: Jul 2006
Posts: 133
I am starting to wonder if the tpms sensors are interchangable. What happens with the Valet unit if you need more sensors? Can you use another sensor from a different company?

I have boxes of OEM TMPS recievers sitting next to me (Honda, Toyota, etc). None of them look like the after-market ones though. All have intergrated boards. But I guess they do not need all the fancy external lcd stuff though since it all goes to the ECM.
LYHTSPD is offline   Reply With Quote
Old 12-17-2007, 11:50 AM   #187
Maximum Bitrate
 
Robby BMW's Avatar
 
Join Date: Aug 2005
Location: Italy
Posts: 526
Quote: Originally Posted by FMode View Post
no ... the Preamble is 16 bits (FFFE) (your digitrace screenshots also shows only 15 bits at 1)...

Sorry, my bad , the preamble is 16 bits.
I made a mistake writing, thank you for the correction.
I've just changed it in the first post.
__________________
_______________________________________
Car installation 95% [■■■■■■■■■■■■■■■■■■■]
Current project: Parking sensor USB interface

Last edited by Robby BMW; 12-17-2007 at 12:25 PM.
Robby BMW is offline   Reply With Quote
Old 12-17-2007, 12:04 PM   #188
Maximum Bitrate
 
Robby BMW's Avatar
 
Join Date: Aug 2005
Location: Italy
Posts: 526
FMode, the CRC error also match, in fact the CRC of 001C40F78130DA01 is E258 (the last part of your data), so it seems to be 100% compatible.

What about the timing, is the bit length about 100 μs?
__________________
_______________________________________
Car installation 95% [■■■■■■■■■■■■■■■■■■■]
Current project: Parking sensor USB interface
Robby BMW is offline   Reply With Quote
Old 12-17-2007, 02:14 PM   #189
Constant Bitrate
 
Join Date: Mar 2005
Location: Wiesbaden/Germany
Posts: 209
Quote: Originally Posted by Robby BMW View Post
FMode, the CRC error also match, in fact the CRC of 001C40F78130DA01 is E258 (the last part of your data), so it seems to be 100% compatible.

What about the timing, is the bit length about 100 μs?

Lol I am stupid... I forget that... certainly the bit length is 100µs...


dammit... I am too stupid to enter the correct values for CRC ??? (Button CCITT?)
http://www.zorc.breitbandkatze.de/crc.html


Quote: Originally Posted by DaveDog View Post
I purchased one of the VALET tire presure monitoring systems, its available on ebay for less that $100 USD and it uses a separate display from the receiver.

It uses the same receiver PCB as FMode's waeco unit!!!

http://cgi.ebay.com/NEW-Valet-Tire-P...QQcmdZViewItem


I've taken the display and receivers apart to identify the communication protocol between the received and the display, looks like it uses a single wire LIN bus protocol, as the receiver uses a 6258 IC and the display uses a 6259-2 IC.

I noticed the PIC Robby used for his USB interface also supports LIN bus. If we can decode the communication, we might be able to modify Robby's PCB to communicate with this receiver, offering a somewhat affordable solution.

too much circumstances...
try to connect at the receiver module !
Pinlayout: from left to right looking at the back:
12345 678 90

2 DATA
3 GND
4 5V+ powersupply
5 fieldstrength
6,7,8 not soldered
9 GND
0 Antenna

is your TPMS 433MHz or 315Mhz ? AM or FM ?

You have the option to try your good luck and connect Robby's PIC to Pin2 (without "scopeing before" like me)
FMode is offline   Reply With Quote
Old 12-17-2007, 02:49 PM   #190
Confusion Master
 
Enforcer's Avatar
 
Join Date: Sep 2003
Location: If you go down to the woods today, You're sure of
Posts: 10,509
Quote: Originally Posted by FMode View Post
I noticed this thread just before the question to buy Smarttire sensors again or to change the system to a cheaper one. So I decided to change (my summer-tires also need new sensors...)...
I choose the Waeco TPMS (www.waeco.com) stuff for only 100 Euro and with 4 sensors but without a display (which I, and I guess you guys too, don't need) and it would be good to have a system from a vendor "with a name" (in 5-6 years if you need new sensors - but the batteries could be exchanged easily).!

so where exactly did you get these units for 100Euro?
Enforcer is offline   Reply With Quote
Old 12-17-2007, 03:20 PM   #191
Constant Bitrate
 
Join Date: Mar 2005
Location: Wiesbaden/Germany
Posts: 209
Quote: Originally Posted by Enforcer View Post
so where exactly did you get these units for 100Euro?

They are from WAECO "MagicControl MTPM100" ordernumber: MTPM-100 ... offical(!) WAECO Germany price is 99... WAECO Austria and UK also have them available... WAECO USA doesn't have them (because they are on 433Mhz? I have a garage-opener on 315Mhz here ... so )
FMode is offline   Reply With Quote
Old 12-17-2007, 03:32 PM   #192
Constant Bitrate
 
Join Date: Mar 2005
Location: Wiesbaden/Germany
Posts: 209
Quote: Originally Posted by WuNgUn View Post
Okay, how do I get a complete setup, ready to go, minus the wheel sensors? Or do I need a COMPLETE kit with reciever, and piggy-back it on a custom PCB?
You guys have done a tremendous job with this!! I wish I could easily incorporate it into my CarPC

someone may construct a PCB for Robby's PIC which also needs a "5-3-2" pin receiver like the one from WAECO... I guess it may also be interesting to sell complete kits (taking out the receiver from the WAECO blackbox is done quickly...)



Quote: Originally Posted by LYHTSPD View Post
I am starting to wonder if the tpms sensors are interchangable. What happens with the Valet unit if you need more sensors? Can you use another sensor from a different company?

I have boxes of OEM TMPS recievers sitting next to me (Honda, Toyota, etc). None of them look like the after-market ones though. All have intergrated boards. But I guess they do not need all the fancy external lcd stuff though since it all goes to the ECM.

me too
as the sensor id is 4 million the chance to have a double sensor accross manufacturers is very small
FMode is offline   Reply With Quote
Old 12-17-2007, 10:23 PM   #193
Low Bitrate
 
Join Date: Dec 2006
Posts: 59
Please correct me if I'm wrong. I guess all we need is a 315/433 Mhz receiver and connect it to Robby's PIC. I guess a variety of TPMS sensors available in the market for various vehicles must be able to send data to a 315/433 Mhz receiver.



Parallax 433Mhz Receiver is available for ~40$

Last edited by DigitalVampire; 12-17-2007 at 10:26 PM.
DigitalVampire is offline   Reply With Quote
Old 12-17-2007, 10:32 PM   #194
Constant Bitrate
 
Join Date: Jul 2006
Posts: 133
Quote: Originally Posted by DigitalVampire View Post
Please correct me if I'm wrong. I guess all we need is a 315/433 Mhz receiver and connect it to Robby's PIC. I guess a variety of TPMS sensors available in the market for various vehicles must be able to send data to a 315/433 Mhz receiver.



Parallax 433Mhz Receiver is available for ~40$

You know, I was starting to wonder if there was just a generic reciever that we could use.
LYHTSPD is offline   Reply With Quote
Old 12-17-2007, 10:41 PM   #195
Variable Bitrate
 
DaveDog's Avatar
 
Join Date: Mar 2004
Location: Greenacres, WA
Posts: 274
Ok, I'll follow up with pics soon.

Looks like the freq. of the Valet receiver unit is 436.000571 Mhz.

All of the tire sensors have the same # stamped on them.

My receiver module is marked as F4.

If this works this will be a nice install.
__________________
Why is my laptop all wet?!
DaveDog 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
Core Duo / Core 2 Duo Mini-ITX boards RedGTiVR6 General Hardware Discussion 101 11-11-2008 08:33 PM
USB self powered hub, which one htsource General Hardware Discussion 5 07-26-2007 04:31 PM
Will this layout with a remote USB hub work? NoPistonPC General Hardware Discussion 14 08-21-2005 04:24 PM
USB Earthmate - patch for gpsd support dignome GPS 4 04-05-2005 11:44 AM
Looking for feedback on initial components, USB vs. PCI, power related mostly S4Per Newbie 4 04-06-2004 10:52 AM


All times are GMT -5. The time now is 04:05 AM.


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