GithubHelp home page GithubHelp logo

james-p-d / meshspeech Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 0.0 3.66 MB

Meshtastic desktop client with text-to/from-speech in Python

License: MIT License

Python 100.00%
meshtastic meshtastic-python python

meshspeech's Introduction

MeshSpeech

Meshtastic desktop client with text-to/from-speech in Python

Screenshot

Introduction

I'm still pretty new to Lora/Meshtastic, so wanted to have a play with the Meshtastic-Python interface, and create a semi-useful app. To put it simply, this desktop app allows the user to connect to a Meshtastic device over a serial connection, and can then either type messages to send, or use the speech-to-text functionality for generating the message to send. When messages are received they are displayed, but can also be read back to the user. Finally, if the sending device provides GPS data, we can also resolve the sender's location.

Requirements

Please consult the requirements.txt file for necessary libraries.

meshspeech's People

Contributors

james-p-d avatar

Stargazers

 avatar

Watchers

 avatar  avatar

meshspeech's Issues

text to speech

I installed Meshspeech on windows 10 with python 3.11.9. Everything is update.

Resolve address and speech to text worked great but text to speech, I have this error when I received a message.

C:\MeshSpeech>python main.py
ERROR:root:Unexpected error in deferred execution <class 'IndexError'>
Traceback (most recent call last):
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\meshtastic\util.py", line 243, in _run
o()
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\meshtastic\mesh_interface.py", line 1040, in
lambda: pub.sendMessage(topic, packet=asDict, interface=self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\pubsub\core\publisher.py", line 216, in sendMessage
topicObj.publish(**msgData)
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\pubsub\core\topicobj.py", line 452, in publish
self.__sendMessage(msgData, topicObj, msgDataSubset)
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\pubsub\core\topicobj.py", line 482, in __sendMessage
listener(data, self, allData)
File "C:\Users\Max\AppData\Local\Programs\Python\Python311\Lib\site-packages\pubsub\core\listener.py", line 237, in call
cb(**kwargs)
File "C:\MeshSpeech\main.py", line 77, in onReceive
f"{sender_node['user']['shortName'][2]} "
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^
IndexError: string index out of range

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.