Ciaran Frayne
Ciaran Frayne
  • 251
  • 93 431
Constructing a NAND Gate
Links:
link 1: Components:
docs.google.com/document/d/1UL9W1m0OlMIWCgSYvHVYILNT-125Od51ChCwr1twmh4/edit?usp=sharing
link 2: Schematic Diagrams:
docs.google.com/document/d/1IqoluEemiNC5lDvfNpkndCjyZST-8v4VnDam9JkU1ZU/edit?usp=sharing
link 3: Breadboard Anatomy:
ua-cam.com/video/YG8VeZ41o3E/v-deo.html
Related videos (based on content from the 'Digital Circuits' chapter of Compute-IT 3):
Stairway light:
ua-cam.com/video/dhVK5HZhYuA/v-deo.html
Reed switch circuit:
ua-cam.com/video/lhekM0dUFO8/v-deo.html
Reversible motor:
ua-cam.com/video/HDnbHjr1hKQ/v-deo.html
Constructing a NOT gate:
ua-cam.com/video/zVanDsfGCck/v-deo.html
Constructing an OR gate:
ua-cam.com/video/4fLQTBoHjKI/v-deo.html
Constructing an AND gate:
ua-cam.com/video/yh6pa9zEyCc/v-deo.html
Pressure Plate activated burglar alarm:
ua-cam.com/video/SVkPBZCSmaU/v-deo.html
This alarm is based on page 109 of Compute IT 3: Dorling, M.; Rouse, G. Compute-IT 3: computing for KS3; Hodder Education: London, England, 2014.
Переглядів: 128

Відео

Constructing an Arduino Memory Game.
Переглядів 953 місяці тому
How to construct an Arduino memory game, which tests users memory using push buttons and LEDs. Link 1- Component image Memory Game: docs.google.com/document/d/1TS2ClfWfLVOmW6fpBR67-yEnb_tMgkc8WUnyWq7my2c/edit?usp=sharing Link 2- Schematic diagram Memory Game: docs.google.com/document/d/1O2zXFoSehyHZcFLYSa1WiJI0-lWNHBDM/edit?usp=sharing&ouid=106660149115358177904&rtpof=true&sd=true Link 3- Ardui...
Constructing an OR gate.
Переглядів 715 місяців тому
How to construct an OR gate. Link 1: Details of components needed: docs.google.com/document/d/1RlC-1fFRatXPT9CQNtasLQ6OFR8nimVXlY_EwPHT6Og/edit?usp=sharing Link 2: Schematic diagrams: docs.google.com/document/d/1OGn15OOT2BSIISEqUpE9jKJmCXOBOzFukqyyWwDpMYs/edit?usp=sharing Link 3: Video on Breadboard Anatomy: ua-cam.com/video/YG8VeZ41o3E/v-deo.html Related videos (based on content from the 'Digi...
Adding 1 to each item in an Array (List) in Python.
Переглядів 936 місяців тому
This video will explain how you can add 1 to every item in a 1D array in Python.
Working with 2D Arrays.
Переглядів 549 місяців тому
A quick explanation of differences between 1D and 2D arrays, including a demonstration of how to obtain the sum of integers in each section of the array.
For...NEXT loop with STEP in Python.
Переглядів 5810 місяців тому
How to use step to print out numbers from a specified range in sequence (eg. every third number) in Python
Using Array indexing to select items from Lists in Python.
Переглядів 5710 місяців тому
A program using two arrays. The user selects from one of several options, are allocated a Hogwarts house, and are then provided with a prediction.
Using Upper and Lower in Python.
Переглядів 5710 місяців тому
How you can use upper() and lower() to make strings upper case or lower case in Python.
How to Slice Strings in Python.
Переглядів 3910 місяців тому
A demonstration of how you can use 'slice' to select a specific section of a string in Python.
Python- Using Upper, Lower and Slice to print a name is a specified format.
Переглядів 4610 місяців тому
This Python program will ask users to enter their first name and second name, and then print the initial of the first name, followed by the second name- eg. H Potter.
Integer Data Type.
Переглядів 3110 місяців тому
A short tutorial demonstrating the use of the integer data type in Python.
Creating an Age Checking Program in Python.
Переглядів 99Рік тому
How to create a simple age-checking program using Repl and Python.
Constructing a Laser Tripwire with Arduino
Переглядів 1,5 тис.Рік тому
How to construct a laser tripwire with an LDR and arduino. Links: Link 1- Component image Laser Alarm LDR: docs.google.com/document/d/1dQKlNyvUQ3P07iCQF8CUHDqWyRNHeI0oUPWb83z9nDc/edit?usp=sharing Link 2- Schematic diagram Laser Alarm LDR: docs.google.com/document/d/1u4xbkJIVBHB_hOvec6mi-U7LnE8n9S-U/edit?usp=sharing&ouid=106660149115358177904&rtpof=true&sd=true Link 3- Arduino IDE: www.arduino.c...
Controlling Servo Motors with a Joystick, Micro:bit and Sensor Shield.
Переглядів 3,1 тис.Рік тому
This tutorial explains how you can program and build a device which enables you to control servos with a joystick, using Micro:bit and the Keyestudio Sensor shield. Links: 1. Full details of the 37 in 1 Starter Kit, as well as the project description and a schematic diagram can be found at the link below: ua-cam.com/users/redirect?event=video_description&redir_token=QUFFLUhqbnl5SFllRVdEVHpfdUtD...
Embedding a YouTube Short in your HTML with Glitch.
Переглядів 757Рік тому
How to embed a UA-cam short in your website. The code you will need is in the doc below: docs.google.com/document/d/1suQ_wN6rHfS9zdJN-YbYzHQUTR8yxeYgFH2is_OgDN8/edit?usp=sharing
Creating a radar with Arduino and Processing.
Переглядів 1,8 тис.Рік тому
Creating a radar with Arduino and Processing.
How to share a Glitch project.
Переглядів 637Рік тому
How to share a Glitch project.
Programming an Alcohol Sensor with Micro:Bit and the KeyeStudio Sensor Shield.
Переглядів 1,3 тис.Рік тому
Programming an Alcohol Sensor with Micro:Bit and the KeyeStudio Sensor Shield.
Measuring Light Brightness with Micro:Bit and the Keyestudio Sensor Shield.
Переглядів 583Рік тому
Measuring Light Brightness with Micro:Bit and the Keyestudio Sensor Shield.
Dual Ultrasonic Puzzle with Arduino.
Переглядів 154Рік тому
Dual Ultrasonic Puzzle with Arduino.
Calculating the Discriminant with Python.
Переглядів 4572 роки тому
Calculating the Discriminant with Python.
Using an Ultrasonic Sensor with Micro:Bit and the Keyestudio Sensor Shield.
Переглядів 6 тис.2 роки тому
Using an Ultrasonic Sensor with Micro:Bit and the Keyestudio Sensor Shield.
mBot line follower
Переглядів 5 тис.2 роки тому
mBot line follower
Using a Relay with a Micro:Bit and the Keyestudio Sensor Shield V2.
Переглядів 2,2 тис.2 роки тому
Using a Relay with a Micro:Bit and the Keyestudio Sensor Shield V2.
Using a Crash Sensor with a Micro:Bit and the Keyestudio Sensor Shield V2.
Переглядів 7752 роки тому
Using a Crash Sensor with a Micro:Bit and the Keyestudio Sensor Shield V2.
How to program a Sprite to talk when it is clicked in CoSpaces
Переглядів 2352 роки тому
How to program a Sprite to talk when it is clicked in CoSpaces
Using a Flame Sensor with a Micro:Bit and the Keyestudio Sensor Shield V2.
Переглядів 7472 роки тому
Using a Flame Sensor with a Micro:Bit and the Keyestudio Sensor Shield V2.
Creating a Tetris game with Arduino.
Переглядів 1,3 тис.2 роки тому
Creating a Tetris game with Arduino.
Using a PIR Sensor with your Micro:bit with the Keyestudio Sensor Shield V2.
Переглядів 1,7 тис.2 роки тому
Using a PIR Sensor with your Micro:bit with the Keyestudio Sensor Shield V2.
Using Mailmerge (YAMM) and gmail to send emails to multiple recipients.
Переглядів 1,5 тис.2 роки тому
Using Mailmerge (YAMM) and gmail to send emails to multiple recipients.

КОМЕНТАРІ

  • @mabelting963
    @mabelting963 4 місяці тому

    hii, thank you so much for the tutorial! Is there a way to create a URL so that others can view the web page I created by HTML directly?

  • @Youtubefarhanbaba
    @Youtubefarhanbaba 9 місяців тому

    I'll give you a dollar

  • @Youtubefarhanbaba
    @Youtubefarhanbaba 9 місяців тому

    Hello

  • @A-tip
    @A-tip Рік тому

    can you make an updated version of this

  • @himanshubairagi6716
    @himanshubairagi6716 Рік тому

    Succinct .

  • @benoregan4623
    @benoregan4623 2 роки тому

    It seems replit has changed their interface and I can't get this to work.

    • @ciaranfrayne3774
      @ciaranfrayne3774 2 роки тому

      It can still be done- see here: replit.com/talk/ask/How-to-embed-without-code-output-full-screen-with-replit/79789 But I will try to add a more up-to-date one shortly.

    • @ciaranfrayne3774
      @ciaranfrayne3774 2 роки тому

      New version here: ua-cam.com/video/POlfCHs_ofc/v-deo.html

  • @ariefprayogo2771
    @ariefprayogo2771 3 роки тому

    it's work god bless u bro

  • @esag4029
    @esag4029 3 роки тому

    error everywhere LOL

  • @coolshakeeb11
    @coolshakeeb11 3 роки тому

    i tried this, but it gives me the following error: Library\PackageCache\com.ptc.vuforia.engine@2df2f4d646\Vuforia\Scripts\DefaultTrackableEventHandler.cs(19,60): error CS0246: The type or namespace name 'ITrackableEventHandler' could not be found (are you missing a using directive or an assembly reference?)

  • @wajahatali7059
    @wajahatali7059 3 роки тому

    The problem is, the change in default trackable event handler is not accepted by Arcore. When i include the arcore plugin , it does not accept the new script of default trackable event handler. When i force it somehow to accept it, the camera becomes blur then and doesn't detect the target image

  • @andykas4138
    @andykas4138 3 роки тому

    Super, thank you sir for the simple script:...I used an audio clip and changed few stuff and it worked perfectly...

  • @zohryundead9299
    @zohryundead9299 3 роки тому

    tks very much for your detail information

  • @tobeythebullymaguire7804
    @tobeythebullymaguire7804 3 роки тому

    Hi, can I get the script you are using just like in the video ? I can't find it.

    • @ciaranfrayne3774
      @ciaranfrayne3774 3 роки тому

      Try this link: docs.google.com/document/d/1eKQHsCFrx-UfJJwZkBIQ9CvSF9EpDsozMM5UP9plUEk/edit?usp=sharing

    • @tobeythebullymaguire7804
      @tobeythebullymaguire7804 3 роки тому

      @@ciaranfrayne3774 I see. I found it ! Thank you for the great tutorial ! You saved me :D

    • @Bati_IA
      @Bati_IA 3 роки тому

      @@ciaranfrayne3774 do you have the same script but for unity 2020? Thank you

  • @ruoyiwang8644
    @ruoyiwang8644 3 роки тому

    Hi?I am coco,using my dad's acount

  • @marcosilalahi2543
    @marcosilalahi2543 3 роки тому

    hi

  • @rusmarimar
    @rusmarimar 3 роки тому

    Sir, can you please help me? I can not tick the database as it's said 'Databases will be automatically loaded and activated if it's TrackingBehaviour is enabled on scene load'. I use Vuforia 7.1.34 & Unity 2018.4.30f1 I am new to Unity, but have been trying to solve this issue for a while and haven't seen solution. Thank you very much!

    • @ciaranfrayne3774
      @ciaranfrayne3774 3 роки тому

      OK, I will take a look and get back to you on this.

    • @ciaranfrayne3774
      @ciaranfrayne3774 3 роки тому

      I took another look, but have never had this issue- one question- did you go through the booklet step by step? Link below (this video is part of a series, so completing the earlier stages may solve your issue). docs.google.com/document/d/1EXcy7iIrxWi9FJM6xDGhjbf14IbUvpzzvm3-_O7jzbQ/edit?usp=sharing Let me know if this doesn't work.

    • @rusmarimar
      @rusmarimar 3 роки тому

      @@ciaranfrayne3774 Yes sir I have.

    • @rusmarimar
      @rusmarimar 3 роки тому

      AR Camera > Open Vuforia Engine Configuration > Database "Databases will be automatically loaded and activated if it's TrackingBehaviour is enabled on scene load" the application still isnt working. I have started again on scratch to check if I'm missing something, but I'm sure I'm not :(

    • @ciaranfrayne3774
      @ciaranfrayne3774 3 роки тому

      @@rusmarimar I have a feeling this issue is occurring because you are using Vuforia 7.1.34. Is there any reason you cannot use a different version?

  • @LuisFernando-yn2nu
    @LuisFernando-yn2nu 3 роки тому

    Wow, months looking for this. you are a master

  • @sardinxp
    @sardinxp 3 роки тому

    thanks a lot.. it is helped

  • @victor1brusilov1
    @victor1brusilov1 4 роки тому

    Good afternoon ! Thanks for your lessons! I have a problem. I launch the program on the android, I put it on the picture and the sound from the video turns on, but the video itself is not. How can this problem be solved? Thanks!

    • @ciaranfrayne3774
      @ciaranfrayne3774 4 роки тому

      Did you already import the video into unity? ua-cam.com/video/AfIv0TpslUY/v-deo.html

    • @ciaranfrayne3774
      @ciaranfrayne3774 4 роки тому

      It could also relate to how appropriate the image is for Unity- some images are hard to detect: ua-cam.com/video/S2Fr6VyauPM/v-deo.html

    • @victor1brusilov1
      @victor1brusilov1 4 роки тому

      @@ciaranfrayne3774 Thanks! Yes, I did it, but the solution to the problem, a very funny video turned out to be on the other side of the "quad"=)) I just, when inserting, indicated the rotation along the axis by -90. And the video turned out to be hidden, and I saw it after I corrected it to +90

  • @bubbagump8703
    @bubbagump8703 4 роки тому

    Ciaran, thanks for sharing. It worked perfectly however I had to replace this statement "newStatus == TrackableBehaviour.Status.NOT_FOUND)" with "newStatus == TrackableBehaviour.Status.NO_POSE)". Emerson (from Brazil)

  • @darkus22c
    @darkus22c 4 роки тому

    so that it is the same perp instead of a video is the animation of an object, it would be the same process or change. for example a cube that has an animation.

  • @darkus22c
    @darkus22c 4 роки тому

    Very good 👍🏻👍🏻👍🏻👍🏻👍🏻