$3 laser transmits audio over 100m (arduino)

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 เม.ย. 2016
  • Audio PCM library: www.arduino.cc/reference/en/l...
    Laser TX (Banggood): goo.gl/XZgJSa
    Laser RX (Banggood): goo.gl/ovzEdt
  • บันเทิง

ความคิดเห็น • 487

  • @_who_cares_1123
    @_who_cares_1123 7 ปีที่แล้ว +121

    Alan Walker - Fade (feat. Arduino)

    • @BGroothedde
      @BGroothedde 7 ปีที่แล้ว +11

      (feat. Arduino and Senzor & Lazor)

    • @cantdie888warzone7
      @cantdie888warzone7 3 ปีที่แล้ว +1

      @@BGroothedde 😂😂😂😂

  • @mty442
    @mty442 8 ปีที่แล้ว +2

    I new to ardunio and your step by step style of describing your developing ideas is just the way to do it for us here. I have learnt more from your one video than 10 of the last videos I have watched .....keep it up mate

  • @bensge1
    @bensge1 8 ปีที่แล้ว +3

    Haha I love how you justify getting those parts! Just playing around and experimenting, because it's fun! Great video as usual :)

  • @jims408
    @jims408 8 ปีที่แล้ว +1

    Great video! I really enjoy how you explain your builds and use creative ways to demo these gadgets.

  • @forloop7713
    @forloop7713 3 ปีที่แล้ว

    I Keep searching random things and this guy's videos keep coming up. You have some really good videos

  • @jesuslikesme683
    @jesuslikesme683 8 ปีที่แล้ว

    Im not sick of hearing this sound, Im just amazed. Good job dude

  • @CNCmachiningisfun
    @CNCmachiningisfun 7 ปีที่แล้ว +11

    Cool.
    This brings back happy memories of my speech communication experiments over a beam of torch light.
    Considering that it was just a standard torch bulb in a reflector, the sound quality was surprisingly good.
    Keep up the good work bro :) .

    • @jonrome2839
      @jonrome2839 11 หลายเดือนก่อน

      So did I, 12 years old, 1962

    • @jonrome2839
      @jonrome2839 11 หลายเดือนก่อน

      Also sent audio through the ground, amplifier + two pieces of copper tube to send, hich impedance headphones with croc cips to receive, got about 50 yards.

    • @CNCmachiningisfun
      @CNCmachiningisfun 11 หลายเดือนก่อน

      @@jonrome2839
      Those kinds of experiments never lose their special appeal :) .

  • @Joop_Brokking
    @Joop_Brokking 8 ปีที่แล้ว +35

    This is so cool!

    • @Electronieks
      @Electronieks 7 ปีที่แล้ว +1

      uw channel is ook cool

  • @chrisleech1565
    @chrisleech1565 8 ปีที่แล้ว

    Really great project and you will have spares as well. I was astonished when you plugged it in with all parts powered up and was really wanting to hear the best of the fidelity, with some ~100hz
    Subbed and parts are on the way.
    Looks like focusing won't be an issue at distance. and you can wirelessly send out some music to your livestock as they visit the watering trough. Best one i have seen all week!

  • @Chaos------
    @Chaos------ 7 ปีที่แล้ว +2

    you can listen in on conversations from long distances by measuring the vibration off the window pane and modulating that into a sound signal.

  • @saadtiwana
    @saadtiwana 3 ปีที่แล้ว +2

    Awesome. Thanks for sharing. Most probably the reason it didn't work at short range when you were pointing it directly at the receiver was that the signal was so strong it was saturating the receiver even for low part of the (amplitude) modulation. This wasn't an issue at longer distances. Same happens in RF so. But you already know all of this :)

  • @MazeFrame
    @MazeFrame 4 ปีที่แล้ว +8

    That will come in useful at some point.
    I will probably forget this exists.

  • @juanramirezjardua2082
    @juanramirezjardua2082 8 ปีที่แล้ว +1

    Very nice project. I like it a lot. Thanks for sharing it.

  • @matth3wc
    @matth3wc 4 ปีที่แล้ว +1

    Thanks for the video I got this to work just fine. Though at first I had trouble converting one of my audio files to the correct format. Here are the terminal commands I used on Ubuntu (using WSL on windows) you can install with
    "sudo apt-get install mplayer sox"
    then run these commands
    "mplayer -ao pcm input.mp3"
    "sox audiodump.wav -c 1 -r 8000 -b 8 -e unsigned-integer
    output.wav"

  • @29C1C
    @29C1C 7 ปีที่แล้ว

    I LOVE DAT SONG😍
    You've gained a sub for choosing faded
    And good tutorial btw

  • @hubmartin
    @hubmartin 8 ปีที่แล้ว +1

    Nice practical example. That reminds me quite old czech electronics book and there was ligtbulb and big lens instead of laser. Now we can do this magic for few dollars on hundred meters. Some downsampled wav sound could be improved if you disable dithering during conversion. Sox or Audacity is doing that in default. But strange noise artefacts cas appear sometimes. Fellow videoblogger

  • @Real_Tim_S
    @Real_Tim_S 4 หลายเดือนก่อน

    I did a variant with IR remote control detectors, requires a carrier and full on/off pulsing to "train" the internal AGC - just need a carrier of the receiver's specific frequency modulated on it. ESPs have a pretty good internal block to do this directly.
    This method knocks down the potential bandwidth to just a fraction of the carrier frequency, but the upside is that it's much more resistant to interference (lowering digital bit-errors). I can bounce off a building (not into a window but a solid surface, typically concrete) for "non-line of sight" links using a spotter's scope for the IR receiver, with this I can transmit data >5 miles using a fairly low power TTL IR laser module. Another copy on the other side makes it a bi-directional serial link.

  • @spartan456
    @spartan456 8 ปีที่แล้ว

    I think the reason why it doesn't work very well at close range when pointing right at the detector is due to light saturation. When it's farther away the detector is seeing every single change in the small pulses of light. When it's up close like that, there will likely be very small forms of attenuation and reflection happening which interrupt the pulses as seen by the detector and sort of wash them out.
    This is why, for these kinds of applications, optical fiber is used instead of a pure beam. It can go much further through that as well.

  • @donaldklopper
    @donaldklopper 7 ปีที่แล้ว

    Love your work!

  • @tommushrom5929
    @tommushrom5929 6 ปีที่แล้ว +1

    Omg. It is pure madness. I love it.

  • @r3dr0gu34
    @r3dr0gu34 8 ปีที่แล้ว

    :') Your Amazing! I've been looking for ways to do this, and you helped so much!

  • @script0r1309
    @script0r1309 7 ปีที่แล้ว

    Nice experiment! Thanks

  • @donaldfilbert4832
    @donaldfilbert4832 7 ปีที่แล้ว

    Amazing results from such cheap parts !! ;)

  • @goofypettiger
    @goofypettiger 6 ปีที่แล้ว +6

    Excellent work! Do you have plans on going further into sending / receiving data? Perhaps use Raspberry Pi's at each end, still using serial ports, then run PPP over serial to have a proper IP connection. So the laser would be layer 1, PPP would be layer 2 then IPv4 layer 3, etc...

  • @louispadron3255
    @louispadron3255 6 หลายเดือนก่อน

    I also only used the arduino to power the light sensor - I sent analogue audio waves with a “custom” wiring from the TTL/PWM module and a head phone amp to get into the tolerance range as its USB lvls which also happen to be about the max V out on a set of phones signal - so it’s fully analogue - on the light receiver side i wired the sensor into a powered video microphone and fed to a reel to reel tape deck just to be extra analogue

  • @RobertBaindourov
    @RobertBaindourov 7 ปีที่แล้ว

    I find this highly exciting.

  • @3dprint-tech787
    @3dprint-tech787 8 ปีที่แล้ว +8

    Awesome video!:-)
    PS: You could try to use this with fiber optic wire

    • @dansxmods
      @dansxmods 4 ปีที่แล้ว +2

      That is pretty much how fibre optic works.

  • @captainboing
    @captainboing 3 ปีที่แล้ว +1

    Excellent. I was looking at at UHF one-shot for short range data transfer between a workshop and office. HC-12s are not an option sadly... I reckon this might be the way forward. gonna play, but as it over-flies other peoples properties, I am going to tweak it so it isn't "marking" all the time... the pulses will be short enough that no-one should notice ;)

  • @Kimbula7
    @Kimbula7 8 ปีที่แล้ว +2

    i did everything u said but no sound is coming out when i hit the laser to the receiver.help!

  • @McGyver777ATGMAIL
    @McGyver777ATGMAIL 5 ปีที่แล้ว +1

    Man, I SO wish this could go further. I need to get internet to my parents house few miles away (no options) and can't figure out anything that isn't cost prohibitive or sucks.

  • @christophermartin1228
    @christophermartin1228 4 ปีที่แล้ว

    nice choice in music

  • @voltare2amstereo
    @voltare2amstereo 8 ปีที่แล้ว +1

    if you can set your camera to PAL or 25/50hz it'll get rid of that flicker - curious what the frequency responce of the detector is.

  • @nikolaynenakhov9341
    @nikolaynenakhov9341 8 ปีที่แล้ว

    Молодец если одним словом. Идея хорошая.

  • @SatyajitRoy2048
    @SatyajitRoy2048 8 ปีที่แล้ว

    After a PWMDAC, a small RC low pass filter could enhance the output for smoother response.

  • @flippypal
    @flippypal 6 ปีที่แล้ว

    Hey this is great! I would like to ask where you can get the module that has the SD card inside. As well as how you connected your other arduino to speakers. Thanks ahead!

  • @mirkomueller3412
    @mirkomueller3412 8 ปีที่แล้ว +1

    Burning hand joke - man, you got me ! LoL !!! Would have been interesting to hear voice transmission. But i guess from what i heard (music) it would be no problem. Nice Video, interesting project !

  • @benben341
    @benben341 8 ปีที่แล้ว

    Kinda cool, you could perhaps attach a mirror to a window and shine the laser into the mirror and if you could get a line up on the returned bounced dot use it as a form of "remote microphone".

  • @wingman1392
    @wingman1392 8 ปีที่แล้ว

    Hi, thank for sharing. I added this to my ever expanding things to do list. I am not sure my suggestion is going to work with lasers, but in RF/ line transmission engineering, you can increase the range by reducing the data speed.The Voyager1 space craft I believe started off a 115kbps at Jupiter, but its last comms was about 1k4bps only because the transmission system can't go slower. So if you want to try to increase the range drop your data rate to a low rate, but faster than 64,000bps

    • @xiaonanw6374
      @xiaonanw6374 ปีที่แล้ว

      Tell us about your things to do list. It sounds interesting.. what have you been up to since this comment my bro??

  • @BEdmonson85
    @BEdmonson85 7 ปีที่แล้ว +2

    I think the laser may be overloading the sensor when you're pointing it at at at close range. That round shape on the front of the sensor is a "built-in" lens to direct the light in to the sensor. Those particular sensors were never meant to detect laser light. Just a guess, but I suspect that's what was happening.

  • @aajordan1
    @aajordan1 6 ปีที่แล้ว

    Would this work with a live sound stream. Mic level signal to First unit and then a speaker at the other unit?

  • @irishapocalypseable
    @irishapocalypseable 7 ปีที่แล้ว

    As you know exactly how often you'll send/receive serial input you could put the code to change "theByte" in a timer interrupt instead of the loop function. That should fix the issue with the sound play-back speed, though it would make the code more complicated

  • @katchupoy01
    @katchupoy01 8 ปีที่แล้ว

    Very impressed. subbed.

  • @expansiongames
    @expansiongames 8 ปีที่แล้ว

    glad to help :D
    dan can't you use nrf24 for it and have more range?

  • @matthewprestine1974
    @matthewprestine1974 8 ปีที่แล้ว

    it would be interesting to see full asynchronous communications between two nodes.

  • @ratafiore1945
    @ratafiore1945 5 ปีที่แล้ว

    hi !...bravo pour cette expérience !..

  • @ThisMicrophoneSoundsCheap
    @ThisMicrophoneSoundsCheap 6 ปีที่แล้ว

    The brass thingy on the laser has a lens and rotates for beam adjustment, you could trim it a bit and probably get several kilometers of range :p I think the receiver PCB might be making it harder to archieve higher baudrates, as it seems to be a repurposed ds18b20 temperature sensor board. Cool video, thanks a lot. Gonna experiment a bit with fiber.

  • @louispadron3255
    @louispadron3255 6 หลายเดือนก่อน

    I’ve sent audio using the arduino light sensor and the TTL/PWM on the laser router through a head phone amp - i run a couple sets - one that is on or off at threshold and the other is the entire sound wave - when those low 808s hit it looks pretty wild with transients on the others without PWM

  • @TastalaGamesPC
    @TastalaGamesPC 7 ปีที่แล้ว

    No need to use the Audio output Sketch, i have used this sketch for the output audio:
    int buz = 11; // Buzzer or Speaker connected to digital pin 11
    int inPin = 7; // The input signal from receiver connected to digital pin 7
    int val = 0; // variable to store the read value
    void setup()
    {
    pinMode(buz, OUTPUT); // sets the digital pin 11 as output
    pinMode(inPin, INPUT); // sets the digital pin 7 as input
    }
    void loop()
    {
    val = digitalRead(inPin); // read the input pin
    digitalWrite(buz, val); // Set the read value in the output
    }
    P.s: Sorry for bad english, i tryed my best :)

  • @JocheOjedaXAFXAMARINC
    @JocheOjedaXAFXAMARINC 7 ปีที่แล้ว

    Hi really nice video, i want to use the laser sensors to create a piano like the one in the movie big, but i will built in in a stairs , do you think sensors like those will be enough for 5 meters distance?

    • @iforce2d
      @iforce2d  7 ปีที่แล้ว

      I don't know exactly what you mean, but as you can see in the video the laser reaches 140 meters so I don't see why 5 meters would be a problem.

  • @Diamonddrake
    @Diamonddrake 8 ปีที่แล้ว

    Super cool video

  • @AttilaSVK
    @AttilaSVK 8 ปีที่แล้ว +2

    I'm pretty sure this laser stuff can do SPDIF as well. That's CD quality audio :) I guess I'll find out as soon as the parts arrive, since I just ordered them :D

    • @flexo3333
      @flexo3333 2 ปีที่แล้ว

      does it?

  • @maro8D
    @maro8D 7 ปีที่แล้ว

    what if you would use a fiber wire to between your transmitter and receiver?

  • @neworginallogin
    @neworginallogin 7 ปีที่แล้ว

    You could try to focus laser's ray with some lenses near receiver and it should sound great even in further distanses.

  • @randysonnicksen9475
    @randysonnicksen9475 ปีที่แล้ว

    I have purchase the KY-008 laser with the associated sensor board. For my project I only need the 3 pin sensor but I'm unable to identify it, and I can't seem to find any references to it on all the sites that are selling it. Does anyone know the Mfr and Part Number of the detector which inserts into the 3 pin socket? Thanks!!!

  • @ruedogs
    @ruedogs 5 ปีที่แล้ว

    if you directionaly light shield the sensor with a tube parallel to the laser id say you would get longer range again because the ambient light on other axis would have less sensor saturation impact making the digital differential easier to distinguish

  • @marc6340
    @marc6340 8 ปีที่แล้ว

    I would imagine if you added lens assemblies to the emitter and the receiver, you could really add to the range.

  • @maygirl4086
    @maygirl4086 ปีที่แล้ว

    Im happy for you.

  • @roidroid
    @roidroid 8 ปีที่แล้ว

    Wonder if FPV could be transmitted over it, could put it on your front fence to meet visitors before remote opening the gate.
    What sorta bandwidth ranges do FPV systems typically work with?
    What's cool about it is that unlike radio stuff, the bandwidth can be doubled/tripled/etc by just adding more lasers and sensors. More and more laser pixels, eventually you approach a point where you're transmitting with the laser equivalent of a projector, and receiving with the equivalent of a high resolution camera with a telescope.
    Hmm... actually laser projectors are already a thing... i wonder...

  • @zuggrr
    @zuggrr 7 ปีที่แล้ว

    +iforce2d
    I wonder if it is possible to make a noise helmet with an arduino (or raspberry pi).
    I know the physics behind this technology. But I ask myself a lot of question on how to analyze and then send the sound in phase opposition of external noise.
    Does anyone have any advice? How to analyze sounds?
    Should I use an arduino or a raspberry pi?

  • @ELMO7TARAMQ8
    @ELMO7TARAMQ8 6 ปีที่แล้ว

    great deal brother thanks for sharing :)

  • @dansxmods
    @dansxmods 4 ปีที่แล้ว

    I think I will grab a few of these modules to detect if there is a car in the way for an IoT garage door opener/closer.

  • @RivedaMMD
    @RivedaMMD 4 ปีที่แล้ว

    Hi, may ask if (and how much) the daylight does interfere on the receiver? The first test you've done seem being done in normal daylight while the later ones seem to have been done in evening light. I've read on the products description that using them in the dark is recommended.

    • @iforce2d
      @iforce2d  4 ปีที่แล้ว

      Don't know sorry. I think a cloudy day would be ok (as in the earlier part of the outside section of this video), but a sunny day might not be.

  • @ChrisFredriksson
    @ChrisFredriksson 8 ปีที่แล้ว +3

    This video.. I'm.. ecstatic! I love you!
    lol.. well, this song, ever since I heard it for the first time.. the original, I've had goosebumps all over.. I've even talked with Alan Walker about both Fade and Faded how much it affects me and how much I love them.. I don't know what it is, but these two songs are like drugs are for those who take those.. Nothing can make me feel so well as those two songs, really nothing! I listen to at least one of them every single day since they were released, crazy? ;) haha
    Anyhow, laser and laser transmission is so awesome and you combine it with the best possible song.. If it were up to me you would win an Oscar just for this video alone =D Great video and thanks for sharing! =)

    • @ChrisFredriksson
      @ChrisFredriksson 8 ปีที่แล้ว +1

      Oh and have you thought about optical/toslink anything? Its very similar, but I think - I don't know - it uses leds instead of laser? Even if lasers these days mostly are leds as well, if I've understood correctly.
      Anyhow, I've been wanting to get some toslink connectors and well, do exactly what you did in this video.. But they are so hard to find, extinct? and they are usually a lot more expensive.
      I will get some of these laser versions instead, as it seems to be the exact same thing, just without the optical cable in between ;) I guess you could use a toslink cable between as well, but would be hard holding it in place without some sort of connector of course.

    • @ChrisFredriksson
      @ChrisFredriksson 8 ปีที่แล้ว +1

      Just finished watching the video.. Nope, not tired of it yet ;)

    • @MrCh053n
      @MrCh053n 7 ปีที่แล้ว +3

      It's probably 15yrs ago I bought a new motherboard and didn't know I was supposed to buy an adapter to get optical spdif out, well I put red led on spdif pins and pointed it to the optical fibre and it worked. Dolby digital!

    • @ChrisFredriksson
      @ChrisFredriksson 7 ปีที่แล้ว +1

      How interesting! Never used spdif, but cool that it was just so simple =)

  • @LeeMcKay
    @LeeMcKay 8 ปีที่แล้ว +1

    That's very impressive , ****

  • @djpcradock
    @djpcradock 8 ปีที่แล้ว

    Could you reduce the voltage going to the laser for short range and increase for long?
    Either way.. this is awesome!

  •  8 ปีที่แล้ว

    That’s amazing! Actually, you might be able to use it as reliable data transmission. Just repeat the sequence few times and receive checksum (also few times) for comparison.

    • @thisfeatureisbad
      @thisfeatureisbad 2 ปีที่แล้ว

      Problém je, že čokoľvek môže prerušiť signál.

    •  2 ปีที่แล้ว +1

      @@thisfeatureisbad Áno, viď optické pojítka Ronja.

  • @scootersalih
    @scootersalih 8 ปีที่แล้ว

    nice! wouldnt it be possible to make an easy + cheap fpv lap timer based on those components? maybe add 2-3 receivers and a diffusor to the emmitting diode?

    • @iforce2d
      @iforce2d  8 ปีที่แล้ว

      +scootersalih might work, but I think a RF-based method would be more reliable

  • @Coolkeys2009
    @Coolkeys2009 8 ปีที่แล้ว +4

    This project could be done with purely analogue electronics and achieve HIFI sound. Using the same techniques IR remote control receivers use, combined with that laser would give you some serious range :-) Miles?

    • @Hagledesperado
      @Hagledesperado 8 ปีที่แล้ว

      I thought IR remote signals were digital?

    • @Coolkeys2009
      @Coolkeys2009 8 ปีที่แล้ว +4

      Hagledesperado Digital as in on/off but you can use pulse position modulation and modulate the time between pulses by the audio. I did this many years ago with IR LED's and the range indoors as well as sound quality were excellent, cheap laser diodes were not available then :-(

  • @welshdave5263
    @welshdave5263 8 ปีที่แล้ว

    I would say that when it's pointing at the front there is too much power, maybe a voltage divider to attenuate the power to the 5v input for close range?

  • @bojanks
    @bojanks 8 ปีที่แล้ว

    This is amplitude modulation of light :)

    • @Hagledesperado
      @Hagledesperado 8 ปีที่แล้ว +1

      Actually it's light amplification by stimulated emission of radiation. ;)

  • @zosid6
    @zosid6 5 ปีที่แล้ว

    Can you please upload somewhere the exact code that you used in this video ? (Im trying to do same think like you but I have no luck.....)

  • @TarekSaleh_
    @TarekSaleh_ 7 ปีที่แล้ว

    Sir, can I have the circuit diagram for both (TX and RX)

  • @ayseayvacierdogan1383
    @ayseayvacierdogan1383 2 ปีที่แล้ว

    Did you make any changes in the code after installing the laser sensor? I couldn't work together with the laser sensor

  • @RasecninjaSkywalker
    @RasecninjaSkywalker 8 ปีที่แล้ว

    I had same idea weeks ago its amazing to know that really works! Is 8khz the max frequency? Is it limited by arduino or laser transmitter/receiver?

    • @iforce2d
      @iforce2d  8 ปีที่แล้ว +1

      8000Hz is just the frequency of the audio sample in this case. The serial connection itself is 115200 baud which I think is as fast as the arduino can do. I don't know what the limit of the laser detector would be.

  • @ashwini4817
    @ashwini4817 7 ปีที่แล้ว

    Would you tell me that how to transmit text using PS2 keyboard and display the text on LCD using LiFi Technology ?

  • @jleao2990
    @jleao2990 7 ปีที่แล้ว

    i boght the same yellow board but , i cant conect it to my mac , even with some drives-- i conect it and my mac rebbots
    can you help me?

  • @code218
    @code218 7 ปีที่แล้ว

    gg the faded song gives me chills all the time

    • @code218
      @code218 7 ปีที่แล้ว

      subbed u can u do raspi video

  • @Pipe0481
    @Pipe0481 8 ปีที่แล้ว

    I like your music taste

  • @salmarafa6367
    @salmarafa6367 3 ปีที่แล้ว

    I keep getting an error message “avrdude: stk500v2_RecieveMessage(): timeout” in the receiver side although I checked the port and board in tools menu, what causes this error? Knowing that I am using Arduino Mega

  • @klich3
    @klich3 8 ปีที่แล้ว

    nice one, use fiber optic for transmit most clean sound and velocity up ;)

  • @thisfeatureisbad
    @thisfeatureisbad 2 ปีที่แล้ว

    One day, you would transmit an internet with it ❤

  • @anonymous-eu4zd
    @anonymous-eu4zd 7 ปีที่แล้ว

    hello i am a newbie so can i get a little detail of how you get music from sd card and other basic stuff detail

  • @matej_stepan
    @matej_stepan 4 ปีที่แล้ว

    i would use IR instead of R color. Put filter infront of the receiver which will allow only IR passthrough to limit the interference.

  • @denizuzun5577
    @denizuzun5577 3 ปีที่แล้ว

    is it possible to transmit audio with on-off keying modulation using this laser module

  • @juozasdomarkas848
    @juozasdomarkas848 8 ปีที่แล้ว +3

    10:30
    Alan Walker - Fade. I think I see what you did there...

  • @jphgross
    @jphgross 8 ปีที่แล้ว +1

    Great video. You captured my 6 year old's attention so now I need to order a couple of these so we can experiment... Just curious I noted that on banggood's site they claim the receiver is susceptible to interference. Did you happen to try it outside with the sun up further, and if so, how reliable was it?

    • @iforce2d
      @iforce2d  8 ปีที่แล้ว +1

      +jphgross haven't tried it in the sun yet, but a small tube to cover the receiver might work. With one end open at the incoming end I mean.

    • @jphgross
      @jphgross 8 ปีที่แล้ว

      +iforce2d Thanks. that crossed my mind as I was asking. I have them on order. :)

  • @makethingsmove8275
    @makethingsmove8275 7 ปีที่แล้ว

    Very very very good .

  • @LeoDDJ
    @LeoDDJ 8 ปีที่แล้ว +5

    "Are you sick of this song yet?"
    Actually. No, I quite like it. Better than this TH-cam "music" that is in every second video...

    • @iforce2d
      @iforce2d  8 ปีที่แล้ว +1

      +LeoDJ th-cam.com/video/bM7SZ5SBzyY/w-d-xo.html
      Plenty more good stuff on that channel too

  • @benitobodoque71
    @benitobodoque71 6 ปีที่แล้ว

    I would like if this laser can be used as a fence to activate an alarm? this in a large field than you in advance

  • @ThomasPlaysTheGames
    @ThomasPlaysTheGames 8 ปีที่แล้ว

    I wonder what the absolute maximum range of it is, I also wonder if you could jerry-rig it to a stronger laser.

  • @3dprint-tech787
    @3dprint-tech787 8 ปีที่แล้ว

    I think that when you point the laser direct at the sensor the light is too bright and it clips, or the difference between the normal light and the beam is'nt big enough

  • @Jayeshsandhu
    @Jayeshsandhu 8 ปีที่แล้ว

    A great practical use could be laser tag. Make some guns that shoot lasers when the button is pressed and have a receiver players wear that reduces a life point and makes a noise when it gets hit! Could send information about who hit you and other things

  • @Ragesh.Krishna
    @Ragesh.Krishna 3 ปีที่แล้ว

    Did you ever try using a lens at the receiver end to collimate the spread
    LASER beam ?

  • @das250250
    @das250250 8 ปีที่แล้ว

    Of course you could possibly use a reflective dish to concentrate laser back to a point

  • @ichilouchpyo
    @ichilouchpyo 7 ปีที่แล้ว

    What is the laser you used on the outdoor test?

  • @muh1h1
    @muh1h1 8 ปีที่แล้ว +3

    you could put a toslink cable in between there :)

    • @PhattyMo
      @PhattyMo 8 ปีที่แล้ว

      +muh1h1 I had once pondered something similar,to do wireless toslink/spdif transmission over a fair distance. I had also wondered about using an IR laser module,so it wouldn't be visible to the naked eye.

  • @freiherrvonbraun6942
    @freiherrvonbraun6942 2 ปีที่แล้ว +1

    imagine if every streetlight emitted music like this

  • @bilalimrani9001
    @bilalimrani9001 5 ปีที่แล้ว +2

    3:04 where did you use it??

  • @washableburrito1995
    @washableburrito1995 8 ปีที่แล้ว +1

    Huh. Never seen that before.

  • @AidanHomewood
    @AidanHomewood 8 ปีที่แล้ว +3

    *finds this video*
    *hears your accent*
    *sounds very normal*
    *looks at your channel*
    Country: New Zealand
    ME: "ayyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy"