element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • Store
    Store
    • Visit Your Store
    • Choose another store...
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      • Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Vietnam
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
  • Settings
Arduino
  • Products
  • More
Arduino
Arduino Forum Randomisation
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Arduino to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • Replies 5 replies
  • Subscribers 403 subscribers
  • Views 527 views
  • Users 0 members are here
  • tutorial
  • open-source
  • help
  • up
  • robot
  • light
  • slamman
  • led
  • random
  • engineering
  • order
  • electrical
  • no
  • arduino
Related

Randomisation

dirtdiver
dirtdiver over 14 years ago

Hi everyone, my question is simple-I have two LED-s hooked up to the arduino and I want them to light up one at a time, but without order.

 

I'm trying to make something like the SlamMan

image

  • Sign in to reply
  • Cancel
Parents
  • Former Member
    Former Member over 14 years ago

    You might be able to use one of the pins as an analog pin, have it be a floating pin (nothing attached) and read the value of that pin. Since it is floating, you might get a pretty random value, which you can then use to determine if you want the LEDs on or off, or use two pins for two "random" sources. It could also be that depending on how the analog to digital conversion works, this may not be useful at all, that is you might get 1 sudo-random read, and then 0 for the rest. Just a thought. Don't know if it would work.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • dirtdiver
    dirtdiver over 14 years ago in reply to Former Member

    this might work, but I want to add delay (one led lights up for 1sec, then the other one-for 1 sec...)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
  • Former Member
    Former Member over 14 years ago in reply to dirtdiver

    A quick google search gives me this code:

     

    long randNumber;
    
    void setup(){
      Serial.begin(9600);
    
      // if analog input pin 0 is unconnected, random analog
      // noise will cause the call to randomSeed() to generate
      // different seed numbers each time the sketch runs.
      // randomSeed() will then shuffle the random function.
      randomSeed(analogRead(0));
    }
    
    void loop() {
      // print a random number from 0 to 299
      randNumber = random(300);
      Serial.println(randNumber);  
    
      // print a random number from 10 to 19
      randNumber = random(10, 20);
      Serial.println(randNumber);
    
      delay(50);
    }
    
    

    from http://www.arduino.cc/en/Reference/Random

     

    You should be able to use that to easily rig up a randomiser for lighting LEDs..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Reply
  • Former Member
    Former Member over 14 years ago in reply to dirtdiver

    A quick google search gives me this code:

     

    long randNumber;
    
    void setup(){
      Serial.begin(9600);
    
      // if analog input pin 0 is unconnected, random analog
      // noise will cause the call to randomSeed() to generate
      // different seed numbers each time the sketch runs.
      // randomSeed() will then shuffle the random function.
      randomSeed(analogRead(0));
    }
    
    void loop() {
      // print a random number from 0 to 299
      randNumber = random(300);
      Serial.println(randNumber);  
    
      // print a random number from 10 to 19
      randNumber = random(10, 20);
      Serial.println(randNumber);
    
      delay(50);
    }
    
    

    from http://www.arduino.cc/en/Reference/Random

     

    You should be able to use that to easily rig up a randomiser for lighting LEDs..

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
Children
  • Former Member
    Former Member over 14 years ago in reply to Former Member

    That's a much better idea.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Cancel
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2025 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • X
  • Facebook
  • linkedin
  • YouTube