<?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[M5Stack product scan times (moved post to here!)]]></title><description><![CDATA[<p dir="auto">Having some fun today running the shortest possible sketches to see how fast they can execute code complied from Arduino IDE. The idea was to turn a physical output on and off as fast as possible!<br />
void loop() {<br />
state = !state;<br />
digitalWrite (OutPin, state);<br />
}<br />
I measured a Core Basic, StickCPLUS and a Stamp-PICO all the same at a minimum of "about" 275 nanoseconds (plus "about" 50ns jitter) per state change or about 550ns for a complete square wave. That's just under 2MHz!<br />
(<a href="https://imgur.com/XuIMSc3" target="_blank" rel="noopener noreferrer nofollow ugc">https://imgur.com/XuIMSc3</a>)<br />
The Stamp-C3 is a whole different fish, at 7.2 MICRO seconds per state change!!!</p>
]]></description><link>https://community.m5stack.com/topic/4588/m5stack-product-scan-times-moved-post-to-here</link><generator>RSS for Node</generator><lastBuildDate>Thu, 07 May 2026 14:29:02 GMT</lastBuildDate><atom:link href="https://community.m5stack.com/topic/4588.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 05 Sep 2022 02:19:08 GMT</pubDate><ttl>60</ttl></channel></rss>