Skip to content

eriktmidtun/TTM4133-group16

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TTM4133-group16

Braze Device

Semester project for the course "TTM4133 - Design of Communicating Systems"

We made a Walkietalkie program in python using MQTT and state machines. The walkietalkie supports VoiceRecognizion.

Contributors

  • Erik Turøy Midtun
  • Simen Melleby Aarnseth
  • Wictor Zhao
  • Ingrid Nord

Prerequisites

Virtualenv

Create a virtual environment for Python to handle packages:

python3 -m pip install virtualenv
virtualenv -p python3 venv
source venv/bin/activate # venv\Scripts\activate for windows

Install requirements

pip install -r requirements.txt

How to run

The complete program can be run with

python src/main.py 7

where the number '7' spesifies the device_id. if no device id is provided you will get device_id=0.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages