Diminished data rate with logic output optoisolatorShift Register output to RelaysSimple switch with optoisolator - CTR relatedOptoisolator with Logic Output - How To Use IC Circuit Example?OptoIsolator Reliability?connect a triac to optoisolatorHelp with using 4N25 optoisolatorOptoisolator Clarification - Logic Output vs. Transistor/Photovoltaic Output?Replace optoisolator with a resistor

Incomplete iffalse: How to shift a scope in polar coordinate?

Detail vs. filler

Worlds with different mathematics and logic

Would a 737 pilot use flaps in nose dive?

Is there an in-universe explanation of how Frodo's arrival in Valinor was recorded in the Red Book?

Is it good to engage in exceptional cases where it is permissible to do a typically forbidden action to which one has a taivah for

Why such a singular place for birding?

How to say "respectively" in German when listing (enumerating) things

To what degree did the Supreme Court limit Boris Johnson's ability to prorogue?

Do my potential customers need to understand the "meaning" of a logo, or just recognize it?

What organs or modifications would be needed to have hairy fish?

I transpose the source code, you transpose the input!

How to stop the death waves in my city?

Duck, duck, gone!

Did Tolkien ever write about a Heaven or Hell for Men?

Why do Russians sometimes spell "жирный" (fatty) as "жырный"?

Knights and Knaves: What does C say?

Writing a program that will filter the integer solutions

What would happen if I build a half bath without permits?

Would an object shot from earth fall into the sun?

Is there any site with telescopes data?

Booting Ubuntu from USB drive on MSI motherboard -- EVERYTHING fails

What are one's options when facing religious discrimination at the airport?

How do I automatically add linebreaks "\" to the end of each row of a tabular environment?



Diminished data rate with logic output optoisolator


Shift Register output to RelaysSimple switch with optoisolator - CTR relatedOptoisolator with Logic Output - How To Use IC Circuit Example?OptoIsolator Reliability?connect a triac to optoisolatorHelp with using 4N25 optoisolatorOptoisolator Clarification - Logic Output vs. Transistor/Photovoltaic Output?Replace optoisolator with a resistor






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








4












$begingroup$


I am using a logic output type optoisolator (H11L1S) that has a nominal data rate of 1 MHz, yet in practice I can't even achieve 100 kHz. Where am I going wrong? Is this maximum data rate unattainable?



Here is the relevant circuitry:



Schematic



I am driving the LED at 2.8 mA, which is well above the minimum turn-on current of 1.6 mA (plus 10 % guard band suggested by the datasheet). Below is a scope capture of the clock signal (ADC_SCK, yellow) and LED cathode (blue). Once the transistor turns off the cathode voltage takes more than $5mu s$ to reach +3V3 -- i.e. the LED turns off very slowly -- such that the receiver does not register the change in state.



Clock, opto signals



This means the hot-side circuitry (ADC_SCLK, blue) sees a very slow clock:



Received clock










share|improve this question









$endgroup$




















    4












    $begingroup$


    I am using a logic output type optoisolator (H11L1S) that has a nominal data rate of 1 MHz, yet in practice I can't even achieve 100 kHz. Where am I going wrong? Is this maximum data rate unattainable?



    Here is the relevant circuitry:



    Schematic



    I am driving the LED at 2.8 mA, which is well above the minimum turn-on current of 1.6 mA (plus 10 % guard band suggested by the datasheet). Below is a scope capture of the clock signal (ADC_SCK, yellow) and LED cathode (blue). Once the transistor turns off the cathode voltage takes more than $5mu s$ to reach +3V3 -- i.e. the LED turns off very slowly -- such that the receiver does not register the change in state.



    Clock, opto signals



    This means the hot-side circuitry (ADC_SCLK, blue) sees a very slow clock:



    Received clock










    share|improve this question









    $endgroup$
















      4












      4








      4





      $begingroup$


      I am using a logic output type optoisolator (H11L1S) that has a nominal data rate of 1 MHz, yet in practice I can't even achieve 100 kHz. Where am I going wrong? Is this maximum data rate unattainable?



      Here is the relevant circuitry:



      Schematic



      I am driving the LED at 2.8 mA, which is well above the minimum turn-on current of 1.6 mA (plus 10 % guard band suggested by the datasheet). Below is a scope capture of the clock signal (ADC_SCK, yellow) and LED cathode (blue). Once the transistor turns off the cathode voltage takes more than $5mu s$ to reach +3V3 -- i.e. the LED turns off very slowly -- such that the receiver does not register the change in state.



      Clock, opto signals



      This means the hot-side circuitry (ADC_SCLK, blue) sees a very slow clock:



      Received clock










      share|improve this question









      $endgroup$




      I am using a logic output type optoisolator (H11L1S) that has a nominal data rate of 1 MHz, yet in practice I can't even achieve 100 kHz. Where am I going wrong? Is this maximum data rate unattainable?



      Here is the relevant circuitry:



      Schematic



      I am driving the LED at 2.8 mA, which is well above the minimum turn-on current of 1.6 mA (plus 10 % guard band suggested by the datasheet). Below is a scope capture of the clock signal (ADC_SCK, yellow) and LED cathode (blue). Once the transistor turns off the cathode voltage takes more than $5mu s$ to reach +3V3 -- i.e. the LED turns off very slowly -- such that the receiver does not register the change in state.



      Clock, opto signals



      This means the hot-side circuitry (ADC_SCLK, blue) sees a very slow clock:



      Received clock







      opto-isolator






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 8 hours ago









      calcium3000calcium3000

      1,5931 gold badge6 silver badges24 bronze badges




      1,5931 gold badge6 silver badges24 bronze badges























          3 Answers
          3






          active

          oldest

          votes


















          4














          $begingroup$

          Take another look at the datasheet, specifically at the 'recommended' RL pull-up resistor value.

          That's 270 Ohms, while you're using 15k.



          That device sources very little (if any) current when the output goes high, so the rise time you're seeing is directly proportional to that RL pullup resistor you're using (combined with the gate capacitance of your Q40 and any parasitics).






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
            $endgroup$
            – calcium3000
            8 hours ago


















          0














          $begingroup$

          The FET can pull up but it can't pull down. There is only the 15k resistor to pull down. It's the falling edge at R187 that is slow.






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
            $endgroup$
            – calcium3000
            7 hours ago


















          0














          $begingroup$

          To speed up the opto's input, two things can be done.



          1. Decrease R189 to 150Ω to supply ~10mA to the LED when ADC_SCK is active. (3.3v - 1.15v)/10mA = 143.3Ω

          2. Add a small "speed-up" capacitance across R189. For Z=50Ω and R189=150Ω, Xc should be:

          $150Ω || X_C = 50Ω$



          $frac1150Ω + frac1X_C = frac150Ω$



          $0.00overline 6 + frac1X_C = 0.02$



          $0.02 - 0.00overline 6 = 0.01overline 3$



          $frac10.01overline 3 = 75Ω$



          $ X_C = frac12pi fC$ , pluging in 1MHz for $f$ ,



          $ 75Ω = frac12pi cdot 1Mcdot C$ and solving for C:



          $ 75Ωcdot 2picdot 1M = frac1C$



          $ 471,238,898.038 = frac1C$



          $C approx 2.2$nF



          You can also add a small speed-up cap across the unlabeled resistor on Q18-A's base. However, note in the datasheet that it specifies the maxiumum $t_on$ and $t_off$ of 4µs. $frac14µs$ = 250kHz, not 1MHz!






          share|improve this answer











          $endgroup$














          • $begingroup$
            Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
            $endgroup$
            – calcium3000
            7 hours ago













          Your Answer






          StackExchange.ifUsing("editor", function ()
          return StackExchange.using("schematics", function ()
          StackExchange.schematics.init();
          );
          , "cicuitlab");

          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "135"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/4.0/"u003ecc by-sa 4.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );














          draft saved

          draft discarded
















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f460058%2fdiminished-data-rate-with-logic-output-optoisolator%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          3 Answers
          3






          active

          oldest

          votes








          3 Answers
          3






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes









          4














          $begingroup$

          Take another look at the datasheet, specifically at the 'recommended' RL pull-up resistor value.

          That's 270 Ohms, while you're using 15k.



          That device sources very little (if any) current when the output goes high, so the rise time you're seeing is directly proportional to that RL pullup resistor you're using (combined with the gate capacitance of your Q40 and any parasitics).






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
            $endgroup$
            – calcium3000
            8 hours ago















          4














          $begingroup$

          Take another look at the datasheet, specifically at the 'recommended' RL pull-up resistor value.

          That's 270 Ohms, while you're using 15k.



          That device sources very little (if any) current when the output goes high, so the rise time you're seeing is directly proportional to that RL pullup resistor you're using (combined with the gate capacitance of your Q40 and any parasitics).






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
            $endgroup$
            – calcium3000
            8 hours ago













          4














          4










          4







          $begingroup$

          Take another look at the datasheet, specifically at the 'recommended' RL pull-up resistor value.

          That's 270 Ohms, while you're using 15k.



          That device sources very little (if any) current when the output goes high, so the rise time you're seeing is directly proportional to that RL pullup resistor you're using (combined with the gate capacitance of your Q40 and any parasitics).






          share|improve this answer









          $endgroup$



          Take another look at the datasheet, specifically at the 'recommended' RL pull-up resistor value.

          That's 270 Ohms, while you're using 15k.



          That device sources very little (if any) current when the output goes high, so the rise time you're seeing is directly proportional to that RL pullup resistor you're using (combined with the gate capacitance of your Q40 and any parasitics).







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          brhansbrhans

          10.3k2 gold badges25 silver badges32 bronze badges




          10.3k2 gold badges25 silver badges32 bronze badges














          • $begingroup$
            Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
            $endgroup$
            – calcium3000
            8 hours ago
















          • $begingroup$
            Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
            $endgroup$
            – calcium3000
            8 hours ago















          $begingroup$
          Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
          $endgroup$
          – calcium3000
          8 hours ago




          $begingroup$
          Ah, good call. But that shouldn't affect the slow LED fall times, right? Do I need a push-pull circuit there?
          $endgroup$
          – calcium3000
          8 hours ago













          0














          $begingroup$

          The FET can pull up but it can't pull down. There is only the 15k resistor to pull down. It's the falling edge at R187 that is slow.






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
            $endgroup$
            – calcium3000
            7 hours ago















          0














          $begingroup$

          The FET can pull up but it can't pull down. There is only the 15k resistor to pull down. It's the falling edge at R187 that is slow.






          share|improve this answer









          $endgroup$














          • $begingroup$
            Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
            $endgroup$
            – calcium3000
            7 hours ago













          0














          0










          0







          $begingroup$

          The FET can pull up but it can't pull down. There is only the 15k resistor to pull down. It's the falling edge at R187 that is slow.






          share|improve this answer









          $endgroup$



          The FET can pull up but it can't pull down. There is only the 15k resistor to pull down. It's the falling edge at R187 that is slow.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 7 hours ago









          JustmeJustme

          7,6922 gold badges8 silver badges21 bronze badges




          7,6922 gold badges8 silver badges21 bronze badges














          • $begingroup$
            Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
            $endgroup$
            – calcium3000
            7 hours ago
















          • $begingroup$
            Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
            $endgroup$
            – calcium3000
            7 hours ago















          $begingroup$
          Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
          $endgroup$
          – calcium3000
          7 hours ago




          $begingroup$
          Ah, so a heavier load on the P-FET is part of the problem, eh? I'll give that a shot.
          $endgroup$
          – calcium3000
          7 hours ago











          0














          $begingroup$

          To speed up the opto's input, two things can be done.



          1. Decrease R189 to 150Ω to supply ~10mA to the LED when ADC_SCK is active. (3.3v - 1.15v)/10mA = 143.3Ω

          2. Add a small "speed-up" capacitance across R189. For Z=50Ω and R189=150Ω, Xc should be:

          $150Ω || X_C = 50Ω$



          $frac1150Ω + frac1X_C = frac150Ω$



          $0.00overline 6 + frac1X_C = 0.02$



          $0.02 - 0.00overline 6 = 0.01overline 3$



          $frac10.01overline 3 = 75Ω$



          $ X_C = frac12pi fC$ , pluging in 1MHz for $f$ ,



          $ 75Ω = frac12pi cdot 1Mcdot C$ and solving for C:



          $ 75Ωcdot 2picdot 1M = frac1C$



          $ 471,238,898.038 = frac1C$



          $C approx 2.2$nF



          You can also add a small speed-up cap across the unlabeled resistor on Q18-A's base. However, note in the datasheet that it specifies the maxiumum $t_on$ and $t_off$ of 4µs. $frac14µs$ = 250kHz, not 1MHz!






          share|improve this answer











          $endgroup$














          • $begingroup$
            Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
            $endgroup$
            – calcium3000
            7 hours ago















          0














          $begingroup$

          To speed up the opto's input, two things can be done.



          1. Decrease R189 to 150Ω to supply ~10mA to the LED when ADC_SCK is active. (3.3v - 1.15v)/10mA = 143.3Ω

          2. Add a small "speed-up" capacitance across R189. For Z=50Ω and R189=150Ω, Xc should be:

          $150Ω || X_C = 50Ω$



          $frac1150Ω + frac1X_C = frac150Ω$



          $0.00overline 6 + frac1X_C = 0.02$



          $0.02 - 0.00overline 6 = 0.01overline 3$



          $frac10.01overline 3 = 75Ω$



          $ X_C = frac12pi fC$ , pluging in 1MHz for $f$ ,



          $ 75Ω = frac12pi cdot 1Mcdot C$ and solving for C:



          $ 75Ωcdot 2picdot 1M = frac1C$



          $ 471,238,898.038 = frac1C$



          $C approx 2.2$nF



          You can also add a small speed-up cap across the unlabeled resistor on Q18-A's base. However, note in the datasheet that it specifies the maxiumum $t_on$ and $t_off$ of 4µs. $frac14µs$ = 250kHz, not 1MHz!






          share|improve this answer











          $endgroup$














          • $begingroup$
            Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
            $endgroup$
            – calcium3000
            7 hours ago













          0














          0










          0







          $begingroup$

          To speed up the opto's input, two things can be done.



          1. Decrease R189 to 150Ω to supply ~10mA to the LED when ADC_SCK is active. (3.3v - 1.15v)/10mA = 143.3Ω

          2. Add a small "speed-up" capacitance across R189. For Z=50Ω and R189=150Ω, Xc should be:

          $150Ω || X_C = 50Ω$



          $frac1150Ω + frac1X_C = frac150Ω$



          $0.00overline 6 + frac1X_C = 0.02$



          $0.02 - 0.00overline 6 = 0.01overline 3$



          $frac10.01overline 3 = 75Ω$



          $ X_C = frac12pi fC$ , pluging in 1MHz for $f$ ,



          $ 75Ω = frac12pi cdot 1Mcdot C$ and solving for C:



          $ 75Ωcdot 2picdot 1M = frac1C$



          $ 471,238,898.038 = frac1C$



          $C approx 2.2$nF



          You can also add a small speed-up cap across the unlabeled resistor on Q18-A's base. However, note in the datasheet that it specifies the maxiumum $t_on$ and $t_off$ of 4µs. $frac14µs$ = 250kHz, not 1MHz!






          share|improve this answer











          $endgroup$



          To speed up the opto's input, two things can be done.



          1. Decrease R189 to 150Ω to supply ~10mA to the LED when ADC_SCK is active. (3.3v - 1.15v)/10mA = 143.3Ω

          2. Add a small "speed-up" capacitance across R189. For Z=50Ω and R189=150Ω, Xc should be:

          $150Ω || X_C = 50Ω$



          $frac1150Ω + frac1X_C = frac150Ω$



          $0.00overline 6 + frac1X_C = 0.02$



          $0.02 - 0.00overline 6 = 0.01overline 3$



          $frac10.01overline 3 = 75Ω$



          $ X_C = frac12pi fC$ , pluging in 1MHz for $f$ ,



          $ 75Ω = frac12pi cdot 1Mcdot C$ and solving for C:



          $ 75Ωcdot 2picdot 1M = frac1C$



          $ 471,238,898.038 = frac1C$



          $C approx 2.2$nF



          You can also add a small speed-up cap across the unlabeled resistor on Q18-A's base. However, note in the datasheet that it specifies the maxiumum $t_on$ and $t_off$ of 4µs. $frac14µs$ = 250kHz, not 1MHz!







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited 7 hours ago

























          answered 7 hours ago









          rdtscrdtsc

          5,4873 gold badges13 silver badges39 bronze badges




          5,4873 gold badges13 silver badges39 bronze badges














          • $begingroup$
            Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
            $endgroup$
            – calcium3000
            7 hours ago
















          • $begingroup$
            Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
            $endgroup$
            – calcium3000
            7 hours ago















          $begingroup$
          Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
          $endgroup$
          – calcium3000
          7 hours ago




          $begingroup$
          Thanks! I'll try the speed-up cap. Q18 is a dual, prebiased NPN so the base resistor is not available. And I saw that $4 mu s$ on the datasheet! Very confused how they can claim 1 MHz -- I thought maybe they had some trickery like, "Well, our output circuitry can switch at 1 MHz -- the LED just can't switch that fast. But imagine if it could!"
          $endgroup$
          – calcium3000
          7 hours ago


















          draft saved

          draft discarded















































          Thanks for contributing an answer to Electrical Engineering Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          Use MathJax to format equations. MathJax reference.


          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2felectronics.stackexchange.com%2fquestions%2f460058%2fdiminished-data-rate-with-logic-output-optoisolator%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Invision Community Contents History See also References External links Navigation menuProprietaryinvisioncommunity.comIPS Community ForumsIPS Community Forumsthis blog entry"License Changes, IP.Board 3.4, and the Future""Interview -- Matt Mecham of Ibforums""CEO Invision Power Board, Matt Mecham Is a Liar, Thief!"IPB License Explanation 1.3, 1.3.1, 2.0, and 2.1ArchivedSecurity Fixes, Updates And Enhancements For IPB 1.3.1Archived"New Demo Accounts - Invision Power Services"the original"New Default Skin"the original"Invision Power Board 3.0.0 and Applications Released"the original"Archived copy"the original"Perpetual licenses being done away with""Release Notes - Invision Power Services""Introducing: IPS Community Suite 4!"Invision Community Release Notes

          Canceling a color specificationRandomly assigning color to Graphics3D objects?Default color for Filling in Mathematica 9Coloring specific elements of sets with a prime modified order in an array plotHow to pick a color differing significantly from the colors already in a given color list?Detection of the text colorColor numbers based on their valueCan color schemes for use with ColorData include opacity specification?My dynamic color schemes

          Tom Holland Mục lục Đầu đời và giáo dục | Sự nghiệp | Cuộc sống cá nhân | Phim tham gia | Giải thưởng và đề cử | Chú thích | Liên kết ngoài | Trình đơn chuyển hướngProfile“Person Details for Thomas Stanley Holland, "England and Wales Birth Registration Index, 1837-2008" — FamilySearch.org”"Meet Tom Holland... the 16-year-old star of The Impossible""Schoolboy actor Tom Holland finds himself in Oscar contention for role in tsunami drama"“Naomi Watts on the Prince William and Harry's reaction to her film about the late Princess Diana”lưu trữ"Holland and Pflueger Are West End's Two New 'Billy Elliots'""I'm so envious of my son, the movie star! British writer Dominic Holland's spent 20 years trying to crack Hollywood - but he's been beaten to it by a very unlikely rival"“Richard and Margaret Povey of Jersey, Channel Islands, UK: Information about Thomas Stanley Holland”"Tom Holland to play Billy Elliot""New Billy Elliot leaving the garage"Billy Elliot the Musical - Tom Holland - Billy"A Tale of four Billys: Tom Holland""The Feel Good Factor""Thames Christian College schoolboys join Myleene Klass for The Feelgood Factor""Government launches £600,000 arts bursaries pilot""BILLY's Chapman, Holland, Gardner & Jackson-Keen Visit Prime Minister""Elton John 'blown away' by Billy Elliot fifth birthday" (video with John's interview and fragments of Holland's performance)"First News interviews Arrietty's Tom Holland"“33rd Critics' Circle Film Awards winners”“National Board of Review Current Awards”Bản gốc"Ron Howard Whaling Tale 'In The Heart Of The Sea' Casts Tom Holland"“'Spider-Man' Finds Tom Holland to Star as New Web-Slinger”lưu trữ“Captain America: Civil War (2016)”“Film Review: ‘Captain America: Civil War’”lưu trữ“‘Captain America: Civil War’ review: Choose your own avenger”lưu trữ“The Lost City of Z reviews”“Sony Pictures and Marvel Studios Find Their 'Spider-Man' Star and Director”“‘Mary Magdalene’, ‘Current War’ & ‘Wind River’ Get 2017 Release Dates From Weinstein”“Lionsgate Unleashing Daisy Ridley & Tom Holland Starrer ‘Chaos Walking’ In Cannes”“PTA's 'Master' Leads Chicago Film Critics Nominations, UPDATED: Houston and Indiana Critics Nominations”“Nominaciones Goya 2013 Telecinco Cinema – ENG”“Jameson Empire Film Awards: Martin Freeman wins best actor for performance in The Hobbit”“34th Annual Young Artist Awards”Bản gốc“Teen Choice Awards 2016—Captain America: Civil War Leads Second Wave of Nominations”“BAFTA Film Award Nominations: ‘La La Land’ Leads Race”“Saturn Awards Nominations 2017: 'Rogue One,' 'Walking Dead' Lead”Tom HollandTom HollandTom HollandTom Hollandmedia.gettyimages.comWorldCat Identities300279794no20130442900000 0004 0355 42791085670554170004732cb16706349t(data)XX5557367