Displaying messages with only 7 (or 4) LEDs on a stick...


Closed Thread
Results 1 to 16 of 16

Hybrid View

  1. #1
    Join Date
    Apr 2006
    Location
    New Hampshire USA
    Posts
    298


    Did you find this post helpful? Yes | No

    Lightbulb synchronized

    I always wanted to make a strip of LEDs that was on a truck body or mounted on an upright pole on a motor vehicle. This single strip of LEDs would be synchronized to the speed of the vehicle. People standing on the side of the road would see the full color “banner” poster, as it swooshed past them!
    Or
    Maybe, a single pole beside the highway. A single strip of LEDs that could be synchronized to the speed (read by RADAR) of the vehicle. The people moving by would see a full-length bill board, but the “sign” would be a single piece of conduit. No wind loading no blocking the scenery.

    Probably not enough speed for the illusion, but a fun “what-if” experiment.....
    -Adam-
    Ohm it's not just a good idea... it's the LAW !

  2. #2
    skimask's Avatar
    skimask Guest


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Pic_User View Post
    I always wanted to make a strip of LEDs that was on a truck body or mounted on an upright pole on a motor vehicle. This single strip of LEDs would be synchronized to the speed of the vehicle. People standing on the side of the road would see the full color “banner” poster, as it swooshed past them! Or Maybe, a single pole beside the highway. A single strip of LEDs that could be synchronized to the speed (read by RADAR) of the vehicle. The people moving by would see a full-length bill board, but the “sign” would be a single piece of conduit. No wind loading no blocking the scenery. Probably not enough speed for the illusion, but a fun “what-if” experiment.....
    -Adam-
    You'd have to focus out in the distance to keep your eyes from tracking the object up close.
    Neat idea, and has obvious advantages...but I don't think the average human being operating the average human eye would actually 'LET' it work...unless of course they'd been drinking

  3. #3
    Join Date
    Apr 2006
    Location
    New Hampshire USA
    Posts
    298


    Did you find this post helpful? Yes | No

    Default So we sell beer

    Quote Originally Posted by skimask View Post
    You'd have to focus out in the distance to keep your eyes from tracking the object up close.
    Neat idea, and has obvious advantages...but I don't think the average human being operating the average human eye would actually 'LET' it work...unless of course they'd been drinking
    So we sell beer on the ads!

  4. #4
    Join Date
    Feb 2003
    Location
    Salt Lake City, Utah USA
    Posts
    517


    Did you find this post helpful? Yes | No

    Smile

    Quote Originally Posted by Pic_User View Post
    I always wanted to make a strip of LEDs that was on a truck body or mounted on an upright pole on a motor vehicle. This single strip of LEDs would be synchronized to the speed of the vehicle. People standing on the side of the road would see the full color “banner” poster, as it swooshed past them!
    Or
    Maybe, a single pole beside the highway. A single strip of LEDs that could be synchronized to the speed (read by RADAR) of the vehicle. The people moving by would see a full-length bill board, but the “sign” would be a single piece of conduit. No wind loading no blocking the scenery.

    Probably not enough speed for the illusion, but a fun “what-if” experiment.....
    -Adam-
    Not to participate (to much) in the hijacking of Flotu's thread, but here is the closest thing I have seen to what Adam describes (I believe someone else pointed this product out a year or ago here on this very forum - I cannot find the reference so here it is again)

    Last edited by paul borgmeier; - 14th May 2007 at 20:11. Reason: sp err
    Paul Borgmeier
    Salt Lake City, UT
    USA
    __________________

  5. #5
    Join Date
    Sep 2004
    Location
    montreal, canada
    Posts
    6,898


    Did you find this post helpful? Yes | No

    Default

    OMG... 'kitsch' but interesting at same time.
    Steve

    It's not a bug, it's a random feature.
    There's no problem, only learning opportunities.

  6. #6
    Join Date
    Jun 2005
    Posts
    29


    Did you find this post helpful? Yes | No

    Default

    Hello Flotulopex,
    I did something like that for students school project. I did it very simple with a posicle stick and a little block of wood. I use 7 leds, a PIC16F627A and a CR2032 battery. The trick is to generate an interrupt at the beginning of the movement, for doing it I simply use a bolt soldered on a steel wire. The longuest part is to write character table. I have tu use PORTA cause I needed PORTB for the interrupt pin RB0 and the programming pins also. The bad thing is that RA5 can't be use as an output so I needed to use 5x7 matrix on PORTA without RA5. I splitted each character in 5 parts (lower case, higher case, numbers and french caracters also) and I did a routine that send them as needed. I'm not home at the moment and I don't have any schematic picture or code but I can post some parts of the code if you want.

  7. #7
    Join Date
    Aug 2006
    Location
    SWITZERLAND (french speaking)
    Posts
    938


    Did you find this post helpful? Yes | No

    Default Cool!

    Thanks for all your infos.

    I get a better view of what I'll have to do now.

    Toley00, thank you for your offer about your code but... for now, I would like to make my own one (I don't like to spoil my fun) If I'm stuck, I'll ask you again.

    I was just really missing this info about finding the correct "display start point" for the beginning of the movement...
    Roger

  8. #8
    Join Date
    Nov 2003
    Location
    Greece
    Posts
    4,133


    Did you find this post helpful? Yes | No

    Default

    If you don't want to make your own sensor, you might use one of the vibration sensor used in the alarm systems to sense glass breakage. They are adjustable so you can set the sensitivity.

    Ioannis

  9. #9
    Join Date
    Nov 2005
    Location
    Perth, Australia
    Posts
    429


    Did you find this post helpful? Yes | No

    Default

    Quote Originally Posted by Toley00 View Post
    The trick is to generate an interrupt at the beginning of the movement, for doing it I simply use a bolt soldered on a steel wire.
    Toley00: Could you explain how you did this? I'm having trouble visualizing how a bolt soldered on a wire helps. Cheers.

Similar Threads

  1. Code to control 4 LEDs and 2 servos
    By The Master in forum Off Topic
    Replies: 2
    Last Post: - 26th November 2008, 13:33
  2. Microcontroller with 2 way paging application problem
    By oneohthree in forum mel PIC BASIC Pro
    Replies: 30
    Last Post: - 20th April 2007, 17:27
  3. Using LEDs as light sensors
    By skimask in forum Code Examples
    Replies: 3
    Last Post: - 30th December 2006, 22:19
  4. having problems with Hantronix 20x4 lcd
    By Rhatidbwoy in forum mel PIC BASIC Pro
    Replies: 16
    Last Post: - 22nd December 2005, 12:22
  5. 7 segment digit problem (using Mister E's code)
    By jmgelba in forum mel PIC BASIC Pro
    Replies: 7
    Last Post: - 9th September 2005, 20:25

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

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