<?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[Increased speed using BLE]]></title><description><![CDATA[<p dir="auto">Hello,<br />
I've an application like the BLE example given in this forum, running on a XIAO BLE Sense.<br />
Messages are send via :</p>
<p dir="auto">void sendMsg(const String&amp; msg) {<br />
guioCharacteristic.writeValue(msg);<br />
delay(50);<br />
}</p>
<p dir="auto">delay(50) is a limit causing 2 differents problems :</p>
<ul>
<li>no more than 20 msg/second</li>
<li>program is inoperative during all this time in delay()</li>
</ul>
<p dir="auto">I would like to fill a chartwith 64 or 128 values, each second, so I tried to reduce the delai time, but results are erratics.</p>
<p dir="auto">Can somebody explain me the reasons ?</p>
<p dir="auto">Further more, I've used Bluetooth classic with an HC05 and it was working well at 19200 bds.</p>
<p dir="auto">Sorry for my poor english !!</p>
]]></description><link>https://forum.gui-o.com/topic/205/increased-speed-using-ble</link><generator>RSS for Node</generator><lastBuildDate>Mon, 11 May 2026 00:27:41 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/205.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 05 Jul 2024 06:27:39 GMT</pubDate><ttl>60</ttl></channel></rss>