Skip to content

tonePitchFollower schematic doesn't match text description #38

Open
@TheOldBrick

Description

@TheOldBrick

On https://www.arduino.cc/en/Tutorial/BuiltInExamples/tonePitchFollower

Text says: "Connect one terminal of your speaker to digital pin 9"
Schematic shows speaker connected to digital pin 8
Software: tone(9, thisPitch, 10);

Text says:
"Hardware Required...100 ohm resistor"
"Connect one terminal of your speaker to digital pin 9 through a 100 ohm resistor"
Schematic shows speaker connected through 10K ohm resistor

=====

When I completed this project, I connected the speaker through a 220 ohm resistor.
100 ohm resistor + 8 ohm speaker = 46.3 mA
220 ohm resistor + 8 ohm speaker = 21.93 mA

Metadata

Metadata

Assignees

No one assigned

    Labels

    topic: codeRelated to content of the project itselftype: imperfectionPerceived defect in any part of project

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions