Microcontroller fun
Uploader Comments (ModManKev)
Top Comments
-
Can this turn on women too?..
-
this can be done also with cheap easy to buy components btw.
All Comments (28)
-
the best thing is to use red ultra bright led. so when you hit them with laser they produce a voltage. amplify it with an lm741 read the array with pic. so you can reveal the detection and also what led you have hit. made the scan in multiplex (with an analog switch) and you can have a "display" where you write pointing the laser on the leds. this is fun. i'm trying to do this for a rotating display. this would be even more interesting.
-
@rroge5 I was gonna say... you don't need a programmable microcontroller to do THAT, just a phototransistor (not resistor), and a basic adder circuit.
-
what the heck is a microcontroller????
-
@silverpizza100 That was a pretty shitty comment. Buying something from the store doesn't teach you anything. Anyone that ever started learning about microcontrollers starts by blinking LED's. It's a cheap way to learn how to work with microcontrollers, but you wouldn't know that. There's an education gained by 'blinking lights', but then again, you probably wouldn't understand that either. Being a douche for no apparent reason? Ya, you've got that down perfectly.
-
@KingCyrix Quite a few lasers produce visible beams. It looked like it might be a laser line maker which makes a line of light on a surface rather than a dot.
-
@silverpizza100 Just because something is available in a shop doesn't mean someone might not want to build his own version. I've built many things that are commercially availbe because I wanted to understand how they work. A store bought one is probably not customisable. His is. Store bought items don't always fill everyone's needs. For some people it's all about the learning. For you it's obviously all about the criticism.
-
@silverpizza100 Ignorant people always criticize what they don't understand. Thanks for proving that thought.
-
First of all Kudos! I just wanted to \know if ambient lighting would trip the photoresistor circuit? Are all photoresistors the same sensitivity perhaps the circuit can tell intensity from the ADC? Where did you get the emitter your using? I notice the beam of light is visable. Is this a special part you picked up? Questions questions!
Can It Detect Any Other Color Laser. Also, Can It Detect LED Light?
lXlNismo11lXl 3 years ago
This can detect any visible laser or LED, because the sensor it's using is a photoresister. So the resistance changes across it with different light intensities.
ModManKev 3 years ago
Are you measuring the light intensive or what?
NaagLugYaajUaSi 3 years ago
The laser is hitting a photoresister that is in a voltage divider circuit. The resistance changes with the intensity of light. That variable voltage is then sent into my microcontroller through an Analog to Digital converter and in my program I could pick the threshold that I thought worked.
ModManKev 3 years ago 2
what did you use to receive the light signal?
massivewangman 5 years ago
I'm using a photo-resistor in a voltage dividing circuit. That adjustable voltage is then sent to one of the A/D pins on my microcontroller and I can use the value in software to record hits.
ModManKev 5 years ago