Show Posts
|
|
Pages: [1] 2 3 ... 5
|
|
1
|
Using Arduino / Programming Questions / help with visual processing.
|
on: March 24, 2013, 01:52:30 am
|
|
i want to try my luck at visual processing . i got no idea how to start. but i can tell this. cameras will send the live image to a computer. the processing will be done by the computer, and serial data will be sent to the arduino .
now. i am just school-goer. but i would really like to start with visual processing. could anyone just give me a start with it? (my first project will be something like an obstacle avoiding robot using two side-by-side cameras)
|
|
|
|
|
2
|
Using Arduino / Programming Questions / Re: time elapsed funtion
|
on: March 05, 2013, 02:20:29 am
|
|
ok. i am telling you what i need.
i need to trigger stuff(almost the same thing as a blink without delay) at certain intervals of time only. the thing is, there are many trigger time value, so i want to make a funtion.
i cant afford to delay the code .
p.s. i have no clue about interrupts; would that be of any help in this situation ?
|
|
|
|
|
5
|
Using Arduino / Programming Questions / time elapsed funtion
|
on: March 04, 2013, 07:32:43 am
|
i want to write a function that will check if the time(value passed to the funtion ) has elapsed or not. for eg. time_elapsed(3000); it should return true(1) after every 3000 milliseconds. p.s. this function will be called by many parts in the code, each checking for a different value of time. thnx in advance/
|
|
|
|
|