$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
  • บันเทิง

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

  • @_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 7 ปีที่แล้ว +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

  • @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 10 หลายเดือนก่อน

      So did I, 12 years old, 1962

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

      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 10 หลายเดือนก่อน

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

  • @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

  • @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.

  • @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 :)

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

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

  • @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!

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

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

  • @goofypettiger
    @goofypettiger 5 ปีที่แล้ว +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...

  • @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 :)

  • @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.

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

    This is so cool!

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

      uw channel is ook cool

  • @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.

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

    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.

  • @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.

  • @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

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

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

  • @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!

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

    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

  • @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.

  • @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.

  • @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

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

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

  • @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".

  • @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"

  • @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.

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

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

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

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

  • @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.

  • @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...

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

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

  • @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?

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

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

  • @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.

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

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

  • @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.

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

    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

  • @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.

  • @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?

  • @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. :)

  • @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

  • @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?

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

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

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

    Love your work!

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

    Amazing results from such cheap parts !! ;)

  • @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 !

  • @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.

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

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

  • @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 ;)

  • @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?

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

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

  • @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

  • @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

  • @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

  • @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??

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

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

  • @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!!!

  • @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?

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

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

  • @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.

  • @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 :)

  • @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

  • @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.....)

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

    Hi I just noticed your channel and you talk and show really cool. I subscribed. Are you in the UK ? I'm in The Netherlands. If you wanted to send computer-files over via the laser you could write a program that checks CRC32 or MD5 and then resend per so many bytes. You say the tractor is on google maps. Do you mean it constantly updates its position online over GPS ?

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

      Yeah, that would work if you had a second laser going back in the other direction to request resends.
      That tractor never moves. The farmer uses the engine of the tractor to power a water pump.

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

      oh yeah forgot this is one way direction :-) now I got what you meant with google maps and that tractor.

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

    nice choice in music

  • @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

  • @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

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

    Could you kindly tell me the specifications of the solar cell ?

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

    I find this highly exciting.

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

    Omg. It is pure madness. I love it.

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

    Coud your "theBYTE" be an input from a dac to convert voice to a digital signal?

  • @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

  • @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.

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

    how about to use the laser as a return to home beacon for an aircraft of some kind.

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

    Nice experiment! Thanks

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

    Would be cool to use it as a sound modem

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

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

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

    Super cool video

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

    Hi there iforce2d! great video and trully inspired. Im an electrical engineering student and wanted to follow your tutorial build to build this as it is the easiest way so far. Can you please name me the 2 cpu's that you used and the parts you used? Would be really appreciated!

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

      they are both arduino uno

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

    we have not receiver module.Can we use ldr instead of it and how we use it.we have 5mm,10mm ldr

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

    imagine if every streetlight emitted music like this

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

    I think you can increase its range if you focus it on recieving

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

    So, I need a .wav sound file, but what bit resolution, sampling rate and audio channel should I use???
    make.robimek.com/wp-content/uploads/wav-setting.png
    Can u upload the file you transferred.
    I edited the code as you showed and built the circuit but I doesn't work, even with a wire between the [Tx &Rx] and Gnd to Gnd?
    what would be the proble, @iforce2d

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

      Pretty sure I covered those details in this video somewhere - the file is linked to in the comments here already somewhere.

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

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

  • @Buzzhumma
    @Buzzhumma 7 หลายเดือนก่อน

    Now it's time to relay the signal back to the house from the tractor with a mirror and have a water level switch on water trough tell you that it's low on water! The mirror simply connects to a float and it pushes the mirror in the right angle to transmit the music to alert you

  • @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.

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

    I see some lasertag usage for these parts... would be pretty easy to make...

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

    I believe you weren't far off with the saturation assumption. If the receiver is blasted with so much light, it takes longer to bleed off the charge inside the semiconductor, and such the serial protocol gets all mangled.

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

    What takes the credit? the quality of the laser or the sensor?

  • @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 :-(

  • @Buzzhumma
    @Buzzhumma 7 หลายเดือนก่อน

    Now get a higher power laser to shine 10 km and point your red one slightly off parellel to it so the beams cross within 5 meters and see if it grabs onto the music signal and relays it through the stronger laser !

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

    hey !!!! I want to know That Did you try This project a sunny day under the sun

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

    that what we call as 'fiber optic' or diy 'optical cable'.

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

    Laser pointers purchased over the net mixed with audio ..

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

    Im happy for you.

  • @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 =)

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

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

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

    Awesome, was the song "Rome" by Phoenix?