File:Arduino - IR Beam test.webm

From Wikimedia Commons, the free media repository
Jump to navigation Jump to search

Original file(WebM audio/video file, VP8/Vorbis, length 1 min 0 s, 1,920 × 1,080 pixels, 6.1 Mbps overall, file size: 43.9 MB)

Captions

Captions

Add a one-line explanation of what this file represents

Summary[edit]

Description
English: This is a very basic test of a Velleman PMK120R/T IR Light Barrier interfacing with an Arduino microcontroller. The IR beam is between the clear photo transistor on the left and the two blue (IR) LEDs on the right. Breaking this beam sends a signal to the Arduino through the white wires, enabling the Arduino to respond accordingly. In this case, it simply illuminates the red LED on the breadboard.

Normally there exists a buzzer where the white wires are. But buzzers aren't nearly as fun as hooking up to an Arduino.

This was filmed in 091 Labs makerspace in Galway, Ireland.

The Arduino code I used for this is below:

int inputPin = 6;
int ledPin = 10;

void setup()
(
pinMode(inputPin, INPUT);
pinMode(ledPin, OUTPUT);
)

void loop()
(
if (digitalRead(inputPin) == HIGH)
( digitalWrite(ledPin, HIGH);
)
if (digitalRead(inputPin) == LOW)
( digitalWrite(ledPin, LOW);
)

)
Date
Source YouTube: Arduino - IR Beam test – View/save archived versions on archive.org and archive.today
Author Aaron Hastings

Licensing[edit]

This video, screenshot or audio excerpt was originally uploaded on YouTube under a CC license.
Their website states: "YouTube allows users to mark their videos with a Creative Commons CC BY license."
To the uploader: You must provide a link (URL) to the original file and the authorship information if available.
w:en:Creative Commons
attribution
This file is licensed under the Creative Commons Attribution 3.0 Unported license.
Attribution: Aaron Hastings
You are free:
  • to share – to copy, distribute and transmit the work
  • to remix – to adapt the work
Under the following conditions:
  • attribution – You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
YouTube logo This file, which was originally posted to YouTube, was reviewed on 8 December 2019 by the automatic software YouTubeReviewBot, which confirmed that this video was available there under the stated Creative Commons license on that date. This file should not be deleted if the license has changed in the meantime. The Creative Commons license is irrevocable.

The bot only checks for the license, human review is still required to check if the video is a derivative work, has freedom of panorama related issues and other copyright problems that might be present in the video. Visit licensing for more information. If you are a license reviewer, you can review this file by manually appending |reviewer={{subst:REVISIONUSER}} to this template.

Creative Commons logo

File history

Click on a date/time to view the file as it appeared at that time.

Date/TimeThumbnailDimensionsUserComment
current07:14, 11 July 20181 min 0 s, 1,920 × 1,080 (43.9 MB)Vislupus (talk | contribs)Imported media from https://www.youtube.com/watch?v=2S23FH9Nwu4

The following page uses this file:

Transcode status

Update transcode status
Format Bitrate Download Status Encode time
VP9 1080P 4.79 Mbps Completed 01:15, 18 August 2018 5 min 51 s
Streaming 1080p (VP9) 4.68 Mbps Completed 22:33, 16 January 2024 4.0 s
VP9 720P 2.31 Mbps Completed 01:13, 18 August 2018 3 min 22 s
Streaming 720p (VP9) 2.21 Mbps Completed 15:43, 25 January 2024 2.0 s
VP9 480P 1.16 Mbps Completed 01:12, 18 August 2018 2 min 6 s
Streaming 480p (VP9) 1.05 Mbps Completed 11:13, 18 December 2023 2.0 s
VP9 360P 623 kbps Completed 01:11, 18 August 2018 1 min 27 s
Streaming 360p (VP9) 516 kbps Completed 06:29, 12 January 2024 1.0 s
VP9 240P 378 kbps Completed 01:11, 18 August 2018 1 min 12 s
Streaming 240p (VP9) 271 kbps Completed 08:11, 12 December 2023 1.0 s
WebM 360P 485 kbps Completed 07:15, 11 July 2018 1 min 0 s
Streaming 144p (MJPEG) 1.01 Mbps Completed 11:11, 30 October 2023 6.0 s
Stereo (Opus) 86 kbps Completed 09:43, 15 November 2023 2.0 s
Stereo (MP3) 128 kbps Completed 18:09, 29 October 2023 2.0 s

Metadata