u/Suitable-File-7672

Images and Voice over LoRa between standalone boards

Images and Voice over LoRa between standalone boards

Hi, I just wanted to share my demo on esp32s3-cam and t-deck (v1) running Micropython reticulum port. You could flash directly t-deck firmware bin located in the github repo, Release section. The cam is not too difficult to run using the other repo. Both are in the video description.

youtube.com
u/Suitable-File-7672 — 6 days ago

https://preview.redd.it/v6kxykhwahxg1.png?width=992&format=png&auto=webp&s=cd2d28b169515c72d89eb6d3c6d3102e55cc5e01

https://preview.redd.it/k3xjhoinahxg1.png?width=1812&format=png&auto=webp&s=47c33f05824481d5df881a0bea56de6f64543e82

I have added few improvements to Micropython Reticulum

  1. IFAC support - you can now add password protected interfaces
  2. C module for the encryption/description - this increases performance significantly. Precompiled C modules are available for esp32s3 and rp2040. The code detects the architecture and uses the appropriate with fallback to the original python one.
  3. Camera support (OV2640) and example! You can lxmf your node and it will return back a camera capture 😄 Few resolutions and image jpeg compression are supported (hw camera support). Camera is tested on esp32s3-cam board with 8mb spiram.
reddit.com
u/Suitable-File-7672 — 27 days ago