<?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[Text Input On BLE, problems with more than 14 characters]]></title><description><![CDATA[<p dir="auto">Bluetooth Low Energy Device: When you try to send more than 14 characters from a text input to the remote device, the remote device does not appear to get any message. GUI-O app continues to get updates from the device, but can no longer send any updates back to the device. After 20 or 30 seconds, GUI-O comes up with "Low energy device error" and disconnects. 14 and under and behaves normally.</p>
<p dir="auto">Using Ethernet connection to the Design Tool doesn't seem to have any issues.</p>
<p dir="auto">I initially thought it was something with my device firmware, but testing the same function using the "Serial Bluetooth Terminal" app for Android, and can successfully set more than 14 characters. I tried to check the log files for GUI-O but the out_messages.log is always empty.</p>
<p dir="auto">Thanks!</p>
]]></description><link>https://forum.gui-o.com/topic/188/text-input-on-ble-problems-with-more-than-14-characters</link><generator>RSS for Node</generator><lastBuildDate>Sun, 10 May 2026 23:51:57 GMT</lastBuildDate><atom:link href="https://forum.gui-o.com/topic/188.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 26 Feb 2024 16:44:29 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Thu, 29 Feb 2024 22:04:26 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/781">@tgpa123</a> Hi.</p>
<p dir="auto">I tested this on my device with ESP32 and can send longer data than 20 bytes. It seems that the server and client negotiate a larger MTU value in my case.</p>
<p dir="auto">Nevertheless, I can chunk the data so that there is never more than 20 bytes by default. So, for messages greater than 20 bytes, multiple packets will be sent. Of course, the last packet will still be terminated with CRLF.</p>
<p dir="auto">Regards,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/804</link><guid isPermaLink="true">https://forum.gui-o.com/post/804</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Thu, 29 Feb 2024 22:04:26 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 18:14:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a> Yes exactly. No changes to device firmware.</p>
]]></description><link>https://forum.gui-o.com/post/794</link><guid isPermaLink="true">https://forum.gui-o.com/post/794</guid><dc:creator><![CDATA[tgpa123]]></dc:creator><pubDate>Mon, 26 Feb 2024 18:14:49 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 17:59:39 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/781">@tgpa123</a> Just one more question.</p>
<p dir="auto">When using the BLE Terminal app, you are connecting to the same device with the same configuration (as in GUI-O case)?</p>
<p dir="auto">Regards,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/793</link><guid isPermaLink="true">https://forum.gui-o.com/post/793</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Mon, 26 Feb 2024 17:59:39 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 17:35:54 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a></p>
<p dir="auto">No problem,</p>
<p dir="auto">Thank you for you great work!</p>
]]></description><link>https://forum.gui-o.com/post/792</link><guid isPermaLink="true">https://forum.gui-o.com/post/792</guid><dc:creator><![CDATA[tgpa123]]></dc:creator><pubDate>Mon, 26 Feb 2024 17:35:54 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 17:25:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/781">@tgpa123</a> Hi.</p>
<p dir="auto">I think know what is going on. It is probably related to Android default MTU size for characteristic (23 bytes, 3 bytes are used, so only 20 bytes available)...</p>
<p dir="auto">I will fix this by setting larger MTU size or chunking the data. Will have to analyze to implement best option.</p>
<p dir="auto">Thanks for the information.</p>
<p dir="auto">Regards,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/791</link><guid isPermaLink="true">https://forum.gui-o.com/post/791</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Mon, 26 Feb 2024 17:25:05 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 17:07:44 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/4">@kl3m3n</a></p>
<p dir="auto">My UID are generated automatically in the firmware, in the case it is "14" (coincidence I know). In the BLE Terminal app I can use:</p>
<p dir="auto">@14 12345678901234/r/n and get success (14 characters from text input)</p>
<p dir="auto">If I use:</p>
<p dir="auto">@14 123456789012345/r/n I still get success from terminal app, but this will fail from GUI-O.</p>
<p dir="auto">The output log is always blank, so I can't see what exactly GUI-O is sending in this case, but I did a lot of testing with firmware, and the device doesn't seem to get any message at all from GUI-O (when over 14 chars). I can comment out any processing and just spit out the UID (on the device) on every message and get nothing when over 14chars. 14 and under and works as expected. With Terminal app, functions as expected regardless of characters.</p>
<p dir="auto">I could be missing something else, but at this point it appears to me to be a possible bug with specifically BLE on GUI-O?</p>
]]></description><link>https://forum.gui-o.com/post/790</link><guid isPermaLink="true">https://forum.gui-o.com/post/790</guid><dc:creator><![CDATA[tgpa123]]></dc:creator><pubDate>Mon, 26 Feb 2024 17:07:44 GMT</pubDate></item><item><title><![CDATA[Reply to Text Input On BLE, problems with more than 14 characters on Mon, 26 Feb 2024 16:59:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://forum.gui-o.com/uid/781">@tgpa123</a> Hi.</p>
<p dir="auto">Can you give me the total length of the payload? What is the text input UID?</p>
<p dir="auto">Thanks,<br />
Klemen</p>
]]></description><link>https://forum.gui-o.com/post/789</link><guid isPermaLink="true">https://forum.gui-o.com/post/789</guid><dc:creator><![CDATA[kl3m3n]]></dc:creator><pubDate>Mon, 26 Feb 2024 16:59:06 GMT</pubDate></item></channel></rss>