Skip to content

Simple text chat client for the LoStik Lora device using Python and PySimpleGUI for UI

License

Notifications You must be signed in to change notification settings

James-P-D/LoStikLoraChat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LoStikLoraChat

Simple text chat client for the LoStik Lora device using Python and PySimpleGUI for UI

Screenshot

Introduction

Since I'm just getting started with Lora, I decided to create a simple chat application in Python with a UI in PySimpleGUI. The application uses the Ronoth LoStik device:

LoStiks

Running

The LoStik device communicates over a COM port on Windows, so we need to install pyserial. The UI uses PySimpleGUI so we also need that:

pip install PySimpleGUI
pip install pyserial

To run the program:

python main.py

You will then see the UI. You can click the Settings button if you wish to change the frequency, power, bandwidth or spread settings:

Settings

Enter the COM port your LoStik device is connected to, press the Connect button. If Debug Mode is turned on, you should see the strings being send back and forth to the LoStik. Now enter you message in the textbox and click Send.

About

Simple text chat client for the LoStik Lora device using Python and PySimpleGUI for UI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages