From 1b0616daca22ba55a7ee0115533da0dabcfafad9 Mon Sep 17 00:00:00 2001 From: acidvegas Date: Sat, 27 Apr 2024 04:20:27 -0400 Subject: [PATCH] Added notes and link to t-deck case --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index b9fe1ad..b88bab7 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,14 @@ Reading device packets over serial or TCP allows you to see the decoded data eas The goal is to experiment with the possibilities of Python as a means of interfacing with a Meshtastic device, playing with basic I/O operations, etc. My first project is going to be a relay for IRC & Meshtastic to communicate. +## Links +- [T-Deck 3D Printed Case](https://www.printables.com/model/741124-lilygo-t-deck-case) + +# Notes +- T-Deck is must have Wifi turned off when going mobiel *(Unstable UI & connection)* +- T-Deck using a custom MQTT with TLS & auth will cause a reboot loop *(Need to fix this ASAP)* +- Add support for interfacing over MQTT with decryption support + ## Updates - Threw in an IRC skeleton where the serial controller will interface with. Will have to consider how handle asyncronous comms over serial... ___