<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Topics tagged with buzzer]]></title><description><![CDATA[A list of topics that have been tagged with buzzer]]></description><link>https://community.m5stack.com/tags/buzzer</link><generator>RSS for Node</generator><lastBuildDate>Wed, 29 Apr 2026 14:35:27 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/tags/buzzer.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 17 Jan 2019 15:09:13 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[How to use the Buzzer in M5Stick]]></title><description><![CDATA[@an-erd said in How to use the Buzzer in M5Stick:

I tried to use the buzzer on M5Stick.
In UIFlow I used Advanced &gt; PIN &gt; digital write pin 26 to 1, but you don't hear the buzzer. You can feel that M5Stick "tries" to do it.
So what did I wrong? I expected to have a buffer as in a mobile phone to at least feel if vibrating or to hear a beep?

You don't do that in UIflow, you use speaker.tone(1600, 200) or speaker.sing(220, 1)
from m5stack import *
from m5ui import *

clear_bg(0x111111)





speaker.tone(1600, 200)
speaker.sing(220, 1)

or the Speaker beep and play tone blocks in the blocky mode.
]]></description><link>https://community.m5stack.com/topic/514/how-to-use-the-buzzer-in-m5stick</link><guid isPermaLink="true">https://community.m5stack.com/topic/514/how-to-use-the-buzzer-in-m5stick</guid><dc:creator><![CDATA[ajb2k3]]></dc:creator><pubDate>Thu, 17 Jan 2019 15:09:13 GMT</pubDate></item></channel></rss>