<?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[Whoa #reticulum #micropython #camera !]]></title><description><![CDATA[<p>Whoa <a href="https://fosstodon.org/tags/reticulum" rel="tag">#<span>reticulum</span></a> <a href="https://fosstodon.org/tags/micropython" rel="tag">#<span>micropython</span></a> <a href="https://fosstodon.org/tags/camera" rel="tag">#<span>camera</span></a> ! It’s working! Currently testing TCP interface only. Also a bug i need to go around - if MeshChat tries to initiate Link, the confirmation packet from esp32 doesn’t get the confirmation, so MeshChat keeps retrying. However if I send opportunistic msg, esp32 initiates the Link and the image gets sent successfully. Good progress anyway 🥳<img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f389.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--tada" style="height:23px;width:auto;vertical-align:middle" title="🎉" alt="🎉" /></p>]]></description><link>https://board.circlewithadot.net/topic/b41041ab-1554-4774-8371-070fd54c1b21/whoa-reticulum-micropython-camera</link><generator>RSS for Node</generator><lastBuildDate>Fri, 01 May 2026 06:31:45 GMT</lastBuildDate><atom:link href="https://board.circlewithadot.net/topic/b41041ab-1554-4774-8371-070fd54c1b21.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 25 Apr 2026 06:52:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sun, 26 Apr 2026 13:18:24 GMT]]></title><description><![CDATA[<p>I've implemented bz2 compression/decompression module in C. There’s fallback python decompressor but compression in python takes forever on the microcontroller so we send uncompressed if C module is not available for some reason. Text payloads compress 60-80%. JPEG skipped automatically because they are already compressed. Code uploaded to the repo. <a href="https://fosstodon.org/tags/reticulum" rel="tag">#<span>reticulum</span></a></p>]]></description><link>https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116471202062070031</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116471202062070031</guid><dc:creator><![CDATA[circfruit@fosstodon.org]]></dc:creator><pubDate>Sun, 26 Apr 2026 13:18:24 GMT</pubDate></item><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sun, 26 Apr 2026 07:58:30 GMT]]></title><description><![CDATA[<p>Hm, I think I should make the bz2 compression module in C as well. This would speed up link resource transferring - images, files. Also might be good idea to get t-deck repo up to date and make the client actually receive the cam images on the t-deck screen <img src="https://board.circlewithadot.net/assets/plugins/nodebb-plugin-emoji/emoji/android/1f601.png?v=28325c671da" class="not-responsive emoji emoji-android emoji--grin" style="height:23px;width:auto;vertical-align:middle" title="😁" alt="😁" /> <a href="https://fosstodon.org/tags/reticulum" rel="tag">#<span>reticulum</span></a></p>]]></description><link>https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116469944165042477</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116469944165042477</guid><dc:creator><![CDATA[circfruit@fosstodon.org]]></dc:creator><pubDate>Sun, 26 Apr 2026 07:58:30 GMT</pubDate></item><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sat, 25 Apr 2026 19:03:50 GMT]]></title><description><![CDATA[<p>The new changes to micropython <a href="https://fosstodon.org/tags/reticulum" rel="tag">#<span>reticulum</span></a> are uploaded to the repo. If someone is using it, you should update - the C crypto modules significantly increase performance  <a href="https://github.com/varna9000/micropython-reticulum" rel="nofollow noopener"><span>https://</span><span>github.com/varna9000/micropyth</span><span>on-reticulum</span></a></p>]]></description><link>https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116466898086994808</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116466898086994808</guid><dc:creator><![CDATA[circfruit@fosstodon.org]]></dc:creator><pubDate>Sat, 25 Apr 2026 19:03:50 GMT</pubDate></item><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sat, 25 Apr 2026 18:44:46 GMT]]></title><description><![CDATA[<p><span><a href="/user/circfruit%40fosstodon.org">@<span>circfruit</span></a></span> tripple win well done!</p>]]></description><link>https://board.circlewithadot.net/post/https://mastodon.social/users/mekhos/statuses/116466823108415823</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://mastodon.social/users/mekhos/statuses/116466823108415823</guid><dc:creator><![CDATA[mekhos@mastodon.social]]></dc:creator><pubDate>Sat, 25 Apr 2026 18:44:46 GMT</pubDate></item><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sat, 25 Apr 2026 18:17:59 GMT]]></title><description><![CDATA[<p>I fixed the bug! As a result of the efforts 3 major <a href="https://fosstodon.org/tags/reticulum" rel="tag">#<span>reticulum</span></a> micropython improvements:</p><p>1. Added IFAC support - now node can join password protected interfaces</p><p>2. Implemented  the cryptography modules in C with <a href="https://fosstodon.org/tags/micropython" rel="tag">#<span>micropython</span></a> bindings with fallback to native module The result on this is mind blowing: complete decode chain reduced from 3 sec to 75 ms!</p><p>3. Camera works! You can select quality and resolution of the image. I’m still to test over LoRa but on TCP receipt it’s almost instant.</p>]]></description><link>https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116466717808988245</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://fosstodon.org/users/circfruit/statuses/116466717808988245</guid><dc:creator><![CDATA[circfruit@fosstodon.org]]></dc:creator><pubDate>Sat, 25 Apr 2026 18:17:59 GMT</pubDate></item><item><title><![CDATA[Reply to Whoa #reticulum #micropython #camera ! on Sat, 25 Apr 2026 08:39:58 GMT]]></title><description><![CDATA[<p><span><a href="/user/circfruit%40fosstodon.org">@<span>circfruit</span></a></span> nice work!</p>]]></description><link>https://board.circlewithadot.net/post/https://techhub.social/users/smallsolar/statuses/116464444963152787</link><guid isPermaLink="true">https://board.circlewithadot.net/post/https://techhub.social/users/smallsolar/statuses/116464444963152787</guid><dc:creator><![CDATA[smallsolar@techhub.social]]></dc:creator><pubDate>Sat, 25 Apr 2026 08:39:58 GMT</pubDate></item></channel></rss>