Page 1 of 2 12 LastLast
Results 1 to 10 of 20

Thread: Rims

  1. #1
    Constant Bitrate RPI Geek's Avatar
    Join Date
    Oct 2004
    Location
    Schenectady, NY
    Posts
    175

    Rims

    I didn't know which subforum to put this in but this one is the closest ... I hope it's not a repost: http://www.leftlanenews.com/2006/03/...-go-high-tech/
    I don't have anything else to say about this one: enjoy
    Old plans out the window because of an accident .
    Have: M1-ATX, EPIA M10000, 256MB, 60GB 2.5", slim slot load DVD
    Need: Time, HU integration, ideas for Lilli

  2. #2
    Newbie moesbarn's Avatar
    Join Date
    Mar 2006
    Location
    Sydney
    Posts
    4
    22" package with Pirelli tires ($12,500.00)
    24" package with Pirelli tires ($15,000.00)
    26" package with Pirelli tires ($19,500.00)

    thats mad, but look at the price :S how possible would customising normal wheels to do this be?

  3. #3
    Constant Bitrate RPI Geek's Avatar
    Join Date
    Oct 2004
    Location
    Schenectady, NY
    Posts
    175
    Someone who posted on that page thinks it should be a weekend project for someone with the right skills. For someone like me, I think it might take a week or 2.

    Hmm, Maybe when I pick up a set of steelies for my car I'll try this on a hubcap
    Old plans out the window because of an accident .
    Have: M1-ATX, EPIA M10000, 256MB, 60GB 2.5", slim slot load DVD
    Need: Time, HU integration, ideas for Lilli

  4. #4
    Newbie moesbarn's Avatar
    Join Date
    Mar 2006
    Location
    Sydney
    Posts
    4
    nice, well if you give it a go, please post how it goes, and how you go about it, would be mad to pull this off for a relatively small cost.

  5. #5
    Low Bitrate
    Join Date
    Mar 2006
    Posts
    97
    The one thing I can't figure out is how they get the wires from the wheel to the car? especially while the wheels are turning, won't it tangle up or something

  6. #6
    Maximum Bitrate DJiK's Avatar
    Join Date
    Apr 2005
    Location
    Los Angeles (Winnetka), CA
    Posts
    864
    Quote Originally Posted by slaya786
    The one thing I can't figure out is how they get the wires from the wheel to the car? especially while the wheels are turning, won't it tangle up or something
    To overcome this problem, I would use an RF (Radio Frequency) receiver on the wheel. It'd be positioned somewhere towards the center (for centrefugal reasons).

    When programming this, one must know the wheel's diameter (incl. the tire) and the vehicle's speed in order to set the right refresh frequency on each LED. BTW, the LEDs on the outside of the spoke obviously spin faster than the ones towards the center.
    All in all, there's some programming, some electronics, and lots of trigonometry involved... Nothing that the typical mp3Car'er can't handle.
    Plus, keep in mind that most of us have the computers on board already.
    For Sale: Carputer (CarPC) & RCA Y-Adapter
    Newsflash: Take a look at my unsold stuff above, thanks!
    Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"

  7. #7
    Constant Bitrate RPI Geek's Avatar
    Join Date
    Oct 2004
    Location
    Schenectady, NY
    Posts
    175
    Quote Originally Posted by DJiK
    To overcome this problem, I would use an RF (Radio Frequency) receiver on the wheel. It'd be positioned somewhere towards the center (for centrefugal reasons).

    When programming this, one must know the wheel's diameter (incl. the tire) and the vehicle's speed in order to set the right refresh frequency on each LED. BTW, the LEDs on the outside of the spoke obviously spin faster than the ones towards the center.
    All in all, there's some programming, some electronics, and lots of trigonometry involved... Nothing that the typical mp3Car'er can't handle.
    Plus, keep in mind that most of us have the computers on board already.
    I'd put a microcontroller on the wheel like you said, with an RF link. I wouldn't use the wheel's speed because if you're off even a tiny bit the image will rotate. I'd use something like an accelerometer to tell when the wheel is at the bottom (max value because of gravity), or a magnetic coil like on a bicycle speedometer. You'd want to be careful about that method though, because if the thing came loose it would hit your wheels and disk brakes and everything... not fun.

    As for converting the cartesian coordinates to polar, that's really easy (probably because IIAME...I Am A Mechanical Engineer). The calculation would only have to be done once, too. The thing that I would really need help with is making the circuits and picking components that can switch on and off fast enough to make a semi-sharp picture. Anyone care to start workin on this project with me?
    Old plans out the window because of an accident .
    Have: M1-ATX, EPIA M10000, 256MB, 60GB 2.5", slim slot load DVD
    Need: Time, HU integration, ideas for Lilli

  8. #8
    Maximum Bitrate DJiK's Avatar
    Join Date
    Apr 2005
    Location
    Los Angeles (Winnetka), CA
    Posts
    864
    I'm only willing to help out with ideas... Besides, we're 2,400 miles away from one another to begin with.

    Here's something I haven't noticed before:
    Quote Originally Posted by Dub
    and [the wheels] are powered by the vehicle electrical system so there are no batteries to run out or change, ever.
    Suddenly I have second thoughts about tangling wires... Unless, if a car has a brake pad sensor (to tell the driver he's running out of brakes), maybe you could hook up to it; altough I think it's stationary as well.
    On the other hand, circular motion could be coverted into electrical energy by using a dinamo, but that would ruin gas mileage and be very difficult to mount.

    Oh, and your idea using a magnetic coil makes more sense than the accelerometer because the latter experiences enough g forces already (it might not notice the gravitational field).

    As far as the fast-swiching components you're referring to go, those swinging/rotating digital clocks don't seem to have some sort of "special" LEDs.

    Granted, most of them don't use RGB LEDs either, but worse come to worst you could use Red, Green, and Blue Mini LEDs closely positioned together to get the proper refresh rate on each (especially on the outer diameter).

    A couple more things to keep in mind:
    - The actual product has 3 LED-filled spokes per wheel. I'd assume that the more spokes (w/ LED bars) you have, the brighter, sharper, and more stable your image would appear.
    - The ad/order page doesn't talk about this, but you must decide at how many RPMs minimum should the image come to life.
    For Sale: Carputer (CarPC) & RCA Y-Adapter
    Newsflash: Take a look at my unsold stuff above, thanks!
    Up Next: Make an OBD to Serial cable & Redo the "MMI buttons"

  9. #9
    Variable Bitrate
    Join Date
    Jun 2005
    Location
    Kent, England
    Posts
    421
    it'd be cool if the images were rpm dependent, then as you went faster they could change

  10. #10
    Constant Bitrate RPI Geek's Avatar
    Join Date
    Oct 2004
    Location
    Schenectady, NY
    Posts
    175
    Quote Originally Posted by DJiK
    I'm only willing to help out with ideas... Besides, we're 2,400 miles away from one another to begin with.

    Here's something I haven't noticed before:
    Suddenly I have second thoughts about tangling wires... Unless, if a car has a brake pad sensor (to tell the driver he's running out of brakes), maybe you could hook up to it; altough I think it's stationary as well.
    On the other hand, circular motion could be coverted into electrical energy by using a dinamo, but that would ruin gas mileage and be very difficult to mount.

    Oh, and your idea using a magnetic coil makes more sense than the accelerometer because the latter experiences enough g forces already (it might not notice the gravitational field).

    As far as the fast-swiching components you're referring to go, those swinging/rotating digital clocks don't seem to have some sort of "special" LEDs.

    Granted, most of them don't use RGB LEDs either, but worse come to worst you could use Red, Green, and Blue Mini LEDs closely positioned together to get the proper refresh rate on each (especially on the outer diameter).

    A couple more things to keep in mind:
    - The actual product has 3 LED-filled spokes per wheel. I'd assume that the more spokes (w/ LED bars) you have, the brighter, sharper, and more stable your image would appear.
    - The ad/order page doesn't talk about this, but you must decide at how many RPMs minimum should the image come to life.
    I think a magnetic coil is a better idea than an accelerometer, too. I was just throwing ideas out

    I would probably have it use batteries of some sort... Although if we DID use a dynamo the power would cut in when it's spinning, so minimum RPM's are a non-issue... and we could have it serve dual use as the position sensor, so we wouldn't have to add another one. I just can't think of a good way to get power to the wheel from the car's electrical system.

    The 'fast-switching' components that I'm worried about are the parts that'll power the LED's... I figure LED's are fast because I built a PWM transmitter in one of my classes and it ran at something like 15 KHz... I just don't know how to control it digitally like would be necessary for this..... It's not my field of expertise. Given a circuit diagram, I have no problem building and testing it, but designing the circuit is very tough for me.
    Old plans out the window because of an accident .
    Have: M1-ATX, EPIA M10000, 256MB, 60GB 2.5", slim slot load DVD
    Need: Time, HU integration, ideas for Lilli

Page 1 of 2 12 LastLast

Similar Threads

  1. I once had 4 rims....you won't believe this!!!!
    By NYCdesignkid in forum General MP3Car Discussion
    Replies: 57
    Last Post: 05-17-2005, 12:26 AM
  2. My new rims
    By Dj_Aleks in forum Off Topic
    Replies: 72
    Last Post: 03-03-2005, 02:56 AM
  3. Help with rims
    By murdermuppet in forum Off Topic
    Replies: 13
    Last Post: 02-15-2005, 06:22 AM
  4. Poll: What rims to get with my new car :) ?
    By Seabass in forum Off Topic
    Replies: 43
    Last Post: 08-03-2003, 07:27 AM
  5. Changing rims?
    By King_Xerxes in forum Off Topic
    Replies: 3
    Last Post: 11-17-2002, 10:49 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •