random coding

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

random coding

Postby dze » Tue Jun 12, 2012 3:18 am

hi
got a newbie programming question. I'm quite familiar with Maxmsp and all i would like to achieve with programming arduino is this.

I have say 5 different 'presets' or say '5 different sequences' of led blinking. Everything a trigger is send from a sensor, it does a random of 0 - 4 and chooses just 1 number, say sequence 2. After Sequence 2 is over, and when another trigger is receive, it does the random function again.

how can i achieve this with arduino programming? what kind of statements would I use?

best
dze
 
Posts: 47
Joined: Sun May 02, 2010 9:12 pm

Re: random coding

Postby adafruit_support_bill » Tue Jun 12, 2012 5:35 am

The "random()" function is the one to use: http://arduino.cc/en/Reference/Random
You will probably also want to add a call to randomSeed() in your setup: http://arduino.cc/en/Reference/RandomSeed

This statement:
Code: Select all
int sequence = random(5);

will give you a number between 0 and 4.
User avatar
adafruit_support_bill
 
Posts: 16027
Joined: Sat Feb 07, 2009 9:11 am


Return to Arduino

Who is online

Users browsing this forum: No registered users and 5 guests

Stuff to buy from the Adafruit store and links to product documentation!


New Products [103]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
Android[6]
 
BeagleBone[24]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[109]
 
Wireless[14]
Cables[61]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[70]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]