Skip to content

tutorials→music: Speaker, really? #722

Open
@msalat

Description

@msalat

https://github.com/bbcmicrobit/micropython/blob/v1.0.1/docs/tutorials/music.rst

It's very easy to generate bleeps and bloops from the device if you attach a speaker.

Tried it, micro:bit survived it. Then read the micro:bit schematic & NRF52833 datasheet:

  • https://infocenter.nordicsemi.com/pdf/nRF52833_PS_v1.3.pdf#page=145
  • RING0 is directly attached to P0.02/AIN0, "standard drive".
  • "standard drive" = 4 mA sink/source.
  • Typical Speakers have 4…8 Ohms. (3.3 V (=VDD, worst case) -0.4V) / 4 Ohms (worst case) = 0.725 A. Factor 181.
  • Did not find anything about "short circuit protection" or similar.
  • Is attaching a speaker directly a good idea?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions